> 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/gpm-automate-what.md).

# 🔥GPM Automate是什么？

#### 🔥 GPM Automate是什么？通俗易懂的说法

你可以想象GPM Automate是一个帮助计算机自动在GPM Login浏览器上为你完成所有工作的工具。与其让你手动点击、敲键盘、滚动页面来进行MMO、Crypto Airdrop、养号、Dropshipping……你只需指示计算机在数百个个人资料上同时自动运行即可。

该软件包分为两个独立部分，具体取决于你的需求选择合适的部分：

**🛠️ GPM Automate Editor – 适合想要自己编写工具的人**

* 功能：这是一个让你自行创作、设计和拖放动作以创建自动化脚本的地方。
* 输出：如果使用免费版，你将导出一个源文件夹（Source Folder）供自己使用。如果使用付费版，你将把脚本打包成一个唯一的加密文件`.gpmlaunch`，以便出售赚钱或分享而不必担心代码泄露。

**🚀 GPM Automate Runtime – 适合只想运行工具的人（免费）**

* 功能：这个运行程序没有编辑代码的功能。它唯一的任务是加载脚本，启动后自动在GPM Login个人资料上运行。
* 对象：如果你从其他人那里购买了脚本/文件`.gpmlaunch`，或者在应用市场[app.gpmautomate.com](https://app.gpmautomate.com)上购买，你只需使用这个Runtime部分打开文件运行即可，无需关注Editor部分。


---

# 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/gpm-automate-what.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.
