> 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/tabs.md).

# Tabs

This setting allows you to manage tabs in open windows.

## Same tabs

When clicking Same tabs, the tabs in the main profile will be synchronized with the controlled profiles.

***Example:*** The main profile displays 3 tabs: Facebook, Google, and YouTube. While the other 3 controlled profiles are opening Google. Using Same Tabs, all tabs from the main profile will open in the other 2 controlled profiles in the order: Facebook, Google, YouTube.

## Close current tabs

Close the current tab in each window.

## Close other tabs

Close all tabs except the current tab in all profiles.

## Close blank tabs

Close all blank tabs in each profile.

<figure><img src="/files/zklQuiPZmIxZrzI1E3z3" alt=""><figcaption></figcaption></figure>

## Visit website

To access the same websites in each window, enter the URL and click Open.

If you select **Open link in current tab**, the first URL will open in the current tab of each window.

<figure><img src="/files/qF2BreTi10UWYIZzpKvQ" alt=""><figcaption></figcaption></figure>


---

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