> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/zh/operation.md).

# 运营

- [注册迷你应用](https://developers-apps-in-toss.toss.im/guide/zh/operation/console-workspace.md)
- [测试迷你应用](https://developers-apps-in-toss.toss.im/guide/zh/operation/toss.md): 上传应用包（.ait）文件后，可以使用生成的测试用 App Scheme 在 Toss 应用中进行最终测试。
- [发布迷你应用](https://developers-apps-in-toss.toss.im/guide/zh/operation/deploy.md): 如果已在 Toss 应用中完成最终测试，就可以在 Appintos 控制台请求审核并发布迷你应用。
- [注册企业](https://developers-apps-in-toss.toss.im/guide/zh/operation/register-business.md): 本文会说明为什么需要注册企业，以及如何进行注册。
- [注册主要功能](https://developers-apps-in-toss.toss.im/guide/zh/operation/function.md): 主要功能是让用户可以在非游戏迷你应用详情页直接进入特定功能的功能。不经过首页，直接跳转到想要的具体功能。
- [更改主管理员](https://developers-apps-in-toss.toss.im/guide/zh/operation/geng-gai-zhu-guan-li-yuan.md)
- [未成年人参与](https://developers-apps-in-toss.toss.im/guide/zh/operation/console-minor.md)
- [设置紧急检查](https://developers-apps-in-toss.toss.im/guide/zh/operation/check.md)
- [结束服务](https://developers-apps-in-toss.toss.im/guide/zh/operation/service-termination.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://developers-apps-in-toss.toss.im/guide/zh/operation.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.
