> 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/operation.md).

# 운영

- [미니앱 등록하기](https://developers-apps-in-toss.toss.im/guide/operation/console-workspace.md)
- [미니앱 테스트하기](https://developers-apps-in-toss.toss.im/guide/operation/toss.md): 앱 번들(.ait) 파일을 업로드하고 생성된 테스트용 앱스킴으로 토스 앱에서 최종 테스트를 할 수 있어요.
- [미니앱 출시하기](https://developers-apps-in-toss.toss.im/guide/operation/deploy.md): 토스 앱에서 최종 테스트를 마쳤다면, 앱인토스 콘솔에서 검토를 요청하고 미니앱을 출시할 수 있어요.
- [사업자 등록하기](https://developers-apps-in-toss.toss.im/guide/operation/register-business.md): 이 문서에서는 사업자 등록이 왜 필요한지, 어떻게 등록하는지를 안내해요.
- [주요 기능 등록하기](https://developers-apps-in-toss.toss.im/guide/operation/function.md): 주요 기능은 사용자가 비게임 미니앱 상세에서 특정 기능으로 바로 들어올 수 있게 해주는 기능이에요. 홈 화면을 거치지 않고 원하는 세부 기능으로 바로 이동해요.
- [대표관리자 변경하기](https://developers-apps-in-toss.toss.im/guide/operation/undefined.md)
- [미성년자 참여하기](https://developers-apps-in-toss.toss.im/guide/operation/console-minor.md)
- [긴급 점검 설정하기](https://developers-apps-in-toss.toss.im/guide/operation/check.md)
- [서비스 종료하기](https://developers-apps-in-toss.toss.im/guide/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/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.
