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

# 카카오워크 2.0 Beta

- [2.0 채널/스레드](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0.md)
- [채널](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined.md)
- [채널 만들기](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined/undefined.md)
- [채널 탐색](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined/undefined-1.md)
- [채널 참여](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined/undefined-2.md)
- [채널 그룹](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined/undefined-3.md)
- [채널 설정](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined/undefined-4.md)
- [그룹사 채널](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined/undefined-5.md)
- [스레드](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-1.md)
- [스레드 만들기](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-1/undefined.md)
- [스레드 알림](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-1/undefined-1.md)
- [메시지](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2.md)
- [마크다운](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined.md)
- [메시지 링크](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-1.md)
- [메시지 수정](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-2.md)
- [메시지 고정](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-3.md)
- [예약메시지](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-4.md)
- [예약 메시지 만들기](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-4/undefined.md)
- [예약 메시지 이력](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-4/undefined-1.md)
- [2.0 워크AI](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0-ai.md)
- [패널 워크AI](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0-ai/panel_workai.md)
- [지식검색 AI ](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0-ai/knowledge_ai.md)
- [AI 부가기능](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0-ai/ai_add.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://kakaowork.gitbook.io/kakao-work/2.0-beta.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.
