> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-configuration-to-run-script/window-and-screen-size-and-display.md).

# 1. Window & screen（尺寸与显示屏幕）

* Window Size：输入工具运行时浏览器窗口的宽度(X)和高度(Y)尺寸（例如图中设置为 `800 x 600`）。
* Scale：浏览器显示的缩放比例（通常默认为 `100%`）。
* 如果您想同时运行多个 Profile（多个窗口），可以适当调整 Window Size 和 Scale 这两个参数，以适配您的屏幕分辨率和电脑配置。**简单来说，Window Size 设置越小，Scale 设置越低（小于 100%），屏幕分辨率越高（2K、4K），电脑配置越强（Xeon CPU、64GB 内存等），您就能同时运行更多线程。**
* Screen：选择您希望工具运行时浏览器窗口显示在哪个屏幕上（适合使用多个独立显示器的用户）。

<figure><img src="https://1806980278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiDNNiVZHPKSIcyshmOTB%2Fuploads%2Fgit-blob-7527d5d015685cfe7d52bb32a9785fe8a3d9e524%2Fgt-04.png?alt=media" 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.gpmautomate.com/automate-zh/gai-shu/setup-configuration-to-run-script/window-and-screen-size-and-display.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.
