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

# 概述

- [🔥GPM Automate是什么？](https://docs.gpmautomate.com/automate-zh/gai-shu/gpm-automate-what.md)
- [📥下载和安装指南](https://docs.gpmautomate.com/automate-zh/gai-shu/guide-installation.md)
- [🚀打开脚本指南](https://docs.gpmautomate.com/automate-zh/gai-shu/script-guide.md)
- [1. .gpmlaunch文件是什么？](https://docs.gpmautomate.com/automate-zh/gai-shu/script-guide/file-gpmlaunch-definition.md)
- [2. 打开文件的系统要求](https://docs.gpmautomate.com/automate-zh/gai-shu/script-guide/system-requirements-to-open-file.md)
- [3. 如何打开和运行.gpmlaunch文件](https://docs.gpmautomate.com/automate-zh/gai-shu/script-guide/open-and-run-file.md)
- [🎛️配置脚本运行的设置指南](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide.md)
- [1. 窗口和屏幕（尺寸和显示）](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/1-window-screen-size-and-display.md)
- [2. Excel数据配置参数解释（使用输入Excel）](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/2-excel-configuration-parameters-explanation.md)
- [3. 应用程序输入（工具作者暴露的配置参数）](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/input-from-application-configuration-settings-tool-output.md)
- [4. 会话配置（运行会话配置）](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/4-session-configuration-session-settings.md)
- [5. 调度（脚本运行定时）](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/5-schedule-when-to-run-script.md)
- [6. 配置文件（选择浏览器配置文件以运行工具）](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/6-profile-select-browser-run-tool.md)
- [测试操作指南](https://docs.gpmautomate.com/automate-zh/gai-shu/test-action-guide.md)
- [更新错误修复指南](https://docs.gpmautomate.com/automate-zh/gai-shu/update-fix-guide.md)


---

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