> For the complete documentation index, see [llms.txt](https://docs.hidemyacc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemyacc.com/hidemyacc-3.0-features/synchronizer/main-and-controlled-profile.md).

# Main and controlled profile

* **Main profile:** All actions you perform in this profile's window will be simultaneously repeated in other profiles.
* **Controlled profile:** The controlled profile will synchronize all actions performed in the main profile's window.

The first selected profile will be the Main profile. Subsequent profiles selected will be controlled profiles. You should pay attention to the order of profile selection as it will affect subsequent actions.

To switch the "Main" profile, select this icon in the profile you want to switch to the primary profile. Click this icon, and the system will display that profile's window.

<figure><img src="/files/1b78Vk9Vcudv1FxuZRJ5" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hidemyacc.com/hidemyacc-3.0-features/synchronizer/main-and-controlled-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
