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

# Windows

The Windows Manager allows you to set the size of open windows and arrange the layout for these windows when running. The window layout depends on your screen size.

## Uniform size

Synchronize the window size of profiles according to the main profile.

1. Change the main window size
2. Click Uniform size. The controlled profile window size will then change to match the main profile.

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

## Custom size

Customize the size of the profiles.

1. Select the desired size in the Monitor section.
2. Click Custom size to change the window size of the profiles (including the main profile).

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

## Arrange Profile Layout

You need to set these parameters before running profiles. After running profiles, these parameters cannot be edited.

1. **Scale profile (%):** Zoom in/out window size. If your screen is small but you still want to display all profiles on the same screen, you can scale down the window size of the profiles to fit all profiles on the screen.
2. **Window layout Custom:** You can arrange the layout of the windows by selecting the number of rows and columns to display.

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

3. **Window layout Adaptive:** The system will automatically arrange these windows based on your screen size.

<figure><img src="/files/SdN3HTBWXJBxCpKhLJg4" 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/windows.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.
