> 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 App 中进行最终测试。
- [发布迷你应用](https://developers-apps-in-toss.toss.im/guide/zh/operation/deploy.md): 如果已在 Toss App 中完成最终测试，就可以在 Apps in Toss 控制台请求审核并发布迷你应用。
- [企业登记](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.
