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

# 2.0 채널/스레드

## 💬 채널/스레드 사용법

채널과 스레드는 팀 내 대화를 주제별로 구분하고, 메시지의 맥락을 체계적으로 이어갈 수 있는 공간입니다.&#x20;

채널에서는 공통 관심사나 업무 단위로 구성원이 모여 소통하며, \
스레드는 특정 메시지에 연결된 세부 대화를 별도로 관리할 수 있도록 도와줍니다.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">🔍 채널 </td><td><a href="/pages/46e5379539d4cad76e70db1e538944c2456f00e9">/pages/46e5379539d4cad76e70db1e538944c2456f00e9</a></td></tr><tr><td align="center">🔍 스레드</td><td><a href="/pages/49d32b461087675c3ac7a0d6f227d5a200bb06f2">/pages/49d32b461087675c3ac7a0d6f227d5a200bb06f2</a></td></tr><tr><td align="center">🔍 마크다운</td><td><a href="/pages/4cb77d3b97ac935957d3f47029de42f3f7bb6dd8">/pages/4cb77d3b97ac935957d3f47029de42f3f7bb6dd8</a></td></tr><tr><td align="center">🔍 메시지</td><td><a href="/pages/uZmvSubZfubDYAaVRb8G">/pages/uZmvSubZfubDYAaVRb8G</a></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://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0.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.
