> 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-script-guide/1-window-screen-size-and-display.md).

# 1. 窗口和屏幕（尺寸和显示）

* Window Size: 输入浏览器窗口的宽度 (X) 和高度 (Y) 的大小，当工具运行时（例如图中设置为 `800 x 600`）。
* Scale: 浏览器的显示缩放比例（通常默认设置为 `100%`）。
* 如果您想同时运行多个配置文件（多个窗口），可以根据您的屏幕分辨率和计算机配置调整 Window Size 和 Scale 的两个参数。**简单来说，如果 Window Size 设置得越小，Scale 设置得越低（低于 100%），屏幕分辨率越高（2K, 4K），您的计算机越强大（CPU Xeon, RAM 64GB,...），那么您可以同时运行更多的线程。**
* Screen: 选择您希望在工具运行时显示浏览器窗口的屏幕（适合连接多个外接显示器的用户）。


---

# 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-script-guide/1-window-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.
