# API AUTOMATION V2

- [Remote profile](https://docs.hidemium.io/use-cases/api-automation-v2/remote-profile.md)
- [1. Open profile](https://docs.hidemium.io/use-cases/api-automation-v2/remote-profile/1.-open-profile.md): Returns an open profile
- [2. Close profile](https://docs.hidemium.io/use-cases/api-automation-v2/remote-profile/2.-close-profile.md): Returns an close profile
- [3. Checking](https://docs.hidemium.io/use-cases/api-automation-v2/remote-profile/3.-checking.md): Checking your opening profile
- [Get profile](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile.md)
- [1. List profile](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/1.-list-profile.md): Returns a list of profiles
- [2. List config default](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/2.-list-config-default.md): Get your list default config
- [3. List status](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/3.-list-status.md): Returns a list of status
- [4. List tag](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/4.-list-tag.md): Returns a list of tag
- [5. List version](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/5.-list-version.md): Returns a list of tag
- [6. Get profile by uuid](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/6.-get-profile-by-uuid.md): Returns a profile information
- [7. Get list folder](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/7.-get-list-folder.md): returns a list of your folders
- [Interact profile](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile.md)
- [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
- [Proxy](https://docs.hidemium.io/use-cases/api-automation-v2/proxy.md)
- [1. Update proxy](https://docs.hidemium.io/use-cases/api-automation-v2/proxy/1.-update-proxy.md): Update proxy of profile
- [2. update profile's proxy](https://docs.hidemium.io/use-cases/api-automation-v2/proxy/2.-update-profiles-proxy.md): Update proxy of profile
- [Automation](https://docs.hidemium.io/use-cases/api-automation-v2/automation.md)
- [List scripts](https://docs.hidemium.io/use-cases/api-automation-v2/automation/list-scripts.md): Returns a list of scripts (workflows)


---

# 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.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.
