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

# 🔥GPM Automate是什么？

#### 🔥 GPM Automate是什么？简单易懂的说法

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

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

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

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

<figure><img src="/files/9i4UlLSkzAbHuMBCgn06" alt=""><figcaption></figcaption></figure>

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

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

<figure><img src="/files/HLcD8Ou592cRdtiLCg6F" 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/what-is-gpm-automate.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.
