> 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/landing-page/landing-page-zh/readme.md).

# 试着在Toss应用中开放你的服务

只需一行命令，就能开始开发迷你应用。从创建、注册到向Toss用户展示，这里都会为你提供指引。

#### 从终端里一行命令开始

```bash
npx create-ait-app < app-name >
```

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>如果是第一次开始</strong></td><td><ul><li><a href="https://developers-apps-in-toss.toss.im/ai-vibe-coding/zh/">用 Vibe Coding 制作迷你应用</a></li><li><a href="/guide/zh/console-mcp.md">用 AI 使用控制台</a></li></ul></td><td><a href="https://developers-apps-in-toss.toss.im/ai-vibe-coding">https://developers-apps-in-toss.toss.im/ai-vibe-coding</a></td><td></td></tr><tr><td><strong>如果正在开发</strong></td><td><ul><li><a href="/documentation/api-and-sdk-zh/overview.md">一眼看懂 API·SDK</a></li><li><a href="/landing-page/landing-page-zh/development/test/sandbox.md">测试迷你应用</a></li></ul></td><td><a href="https://developers-apps-in-toss.toss.im/documentation">https://developers-apps-in-toss.toss.im/documentation</a></td><td></td></tr><tr><td><strong>如果需要帮助</strong></td><td><ul><li><a href="/guide/zh/faq.md">常见问题</a></li><li><a href="https://techchat-apps-in-toss.toss.im/">开发者社区</a></li><li><a href="https://apps-in-toss.channel.io/">联系我们</a></li></ul></td><td></td><td></td></tr></tbody></table>


---

# 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/landing-page/landing-page-zh/readme.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.
