# Interact profile

- [1. Create profile by default](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/1.-create-profile-by-default.md): Create profile using default configuration
- [2. Create profile customize](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/2.-create-profile-customize.md): Tạo profile mới và import cookie vào profile vừa tạo.
- [3. Change fingerprint](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/3.-change-fingerprint.md): Shuffle some specific of fingerprint
- [4. Update note](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/4.-update-note.md): Update note of profile
- [5. Update name](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/5.-update-name.md): Update note of profile
- [6. Sync tags](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/6.-sync-tags.md): Synchronize the profile's tag
- [7. Change status](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/7.-change-status.md): Change status of profile
- [8. Delete profile](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/8.-delete-profile.md): Delete profile from profile list


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
