> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/global/channel.md).

# 채널 및 채널메시지

- [소개](https://kakaobusiness.gitbook.io/global/channel/info.md): 내 비즈니스에 딱 맞는 카카오톡 채널을 만들어보세요.
- [채널메시지](https://kakaobusiness.gitbook.io/global/channel/info/channelmessage.md)
- [채널 만들기](https://kakaobusiness.gitbook.io/global/channel/createchannel.md)
- [비즈니스 채널 업종별 추가 서류](https://kakaobusiness.gitbook.io/global/channel/createchannel/licenses.md): 일부 업종은 사용자 보호 정책에 따라 비즈니스 채널 전환 대상에서 제외될 수 있으며, 업종에 따라 인허가 확인을 위한 추가 서류 제출을 요청드릴 수 있습니다.
- [운영하기](https://kakaobusiness.gitbook.io/global/channel/running.md)
- [대시보드](https://kakaobusiness.gitbook.io/global/channel/running/dashboard.md)
- [프로필](https://kakaobusiness.gitbook.io/global/channel/running/profile.md)
- [소식](https://kakaobusiness.gitbook.io/global/channel/running/post.md)
- [메시지](https://kakaobusiness.gitbook.io/global/channel/running/message.md)
- [채널메시지 제작가이드](https://kakaobusiness.gitbook.io/global/channel/running/message/creationguide.md)
- [채널메시지 집행가이드](https://kakaobusiness.gitbook.io/global/channel/running/message/executionguide.md)
- [쿠폰](https://kakaobusiness.gitbook.io/global/channel/running/biztools.md)
- [채팅](https://kakaobusiness.gitbook.io/global/channel/running/chats.md)
- [통계/관리](https://kakaobusiness.gitbook.io/global/channel/running/statistics.md)
- [월렛/캐시](https://kakaobusiness.gitbook.io/global/channel/running/wallet.md)
- [서비스 연결](https://kakaobusiness.gitbook.io/global/channel/running/serviceintegration.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://kakaobusiness.gitbook.io/global/channel.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.
