> 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/script-guide/file-gpmlaunch-definition.md).

# 1. .gpmlaunch文件是什么？

* 是脚本文件：您可以简单地理解 `.gpmlaunch` 文件就像是一个从 GPM Automate Editor 工具打包而来的“软件文件”。当有人说“运行脚本”或“运行工具”时，就是打开这个文件。
* 从哪里获取这个文件：如果您是专业的脚本编写者，可以自己构建这个文件来使用。如果您是普通用户，可以在应用商店 [`app.gpmautomate.com`](https://app.gpmautomate.com) 购买，或者直接从服务提供商那里购买文件。
* 绝对安全：这个文件已经被锁定并加密了内部源代码。购买者只能点击运行，而无法查看或修改代码，这帮助脚本编写者在市场上出售时不会泄露“作品”或被复制智力成果。


---

# 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/script-guide/file-gpmlaunch-definition.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.
