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

# 스레드

**스레드**는 채널 메시지에 댓글을 달아 시작하는 별도의 대화 공간입니다. 채널의 메인 흐름을 방해하지 않으면서 특정 주제나 질문에 대한 논의를 깊이 이어갈 수 있습니다.

***

## 채널과 스레드의 관계

채널이 여러 주제가 오가는 메인 공간이라면, 스레드는 그 안의 특정 메시지에서 파생된 집중 토론 공간입니다.

| 구분    | 채널                | 스레드                    |
| ----- | ----------------- | ---------------------- |
| 대화 범위 | 채널 전체 멤버에게 공개     | 원본 메시지에 연결된 별도 창에서 진행  |
| 주요 용도 | 공지, 정보 공유, 일상적 소통 | 특정 주제 토론, 질문·답변, 세부 논의 |
| 맥락 유지 | 메시지가 시간 순으로 쌓임    | 원본 메시지 아래 하나의 흐름으로 연결  |
| 알림 설정 | 채널 전체 알림 설정 적용    | 스레드별 개별 알림 ON/OFF 가능   |

***

## 스레드 화면 구성

스레드를 선택하면 채널 화면 옆에 스레드 전용 창이 열립니다.

| 구분       | 설명                                        |
| -------- | ----------------------------------------- |
| ⓵ 원본 메시지 | 스레드가 시작된 채널 메시지가 상단에 표시됩니다                |
| ⓶ 댓글 목록  | 해당 스레드에 달린 댓글이 시간 순으로 표시됩니다               |
| ⓷ 알림 설정  | 우측 상단에서 해당 스레드의 알림을 개별적으로 ON/OFF 할 수 있습니다 |
| ⓸ 댓글 입력창 | 스레드에 댓글을 작성하고 전송합니다                       |

***

## 스레드 주요 기능

| 기능                                                                       | 설명                                    |
| ------------------------------------------------------------------------ | ------------------------------------- |
| [스레드 만들기](broken://pages/e8b3fd778f94c9692ef58f1276e38987fd6c4cf9)       | 채널 메시지에 댓글을 달아 스레드를 시작하는 방법을 안내합니다    |
| [스레드 알림 ON/OFF](broken://pages/9f2332ac0678db1d843b57a4d8850e900efc039f) | 관심 스레드의 알림을 개별적으로 설정하고 해제하는 방법을 안내합니다 |

{% hint style="info" %}
**안내**\
스레드 알림을 OFF로 설정해도, 해당 스레드에서 나를 멘션(@)한 메시지의 알림은 계속 수신됩니다.
{% endhint %}


---

# 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/undefined-1.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.
