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

# 채널

카카오워크의 **채널**은 공통 관심사나 업무 단위로 구성원이 모여 소통하는 공간입니다. 기존 1:1 또는 그룹 채팅과 달리, 채널은 누구나 탐색하고 자유롭게 참여할 수 있어 조직 전체의 정보 흐름을 투명하게 유지할 수 있습니다.

## 채널을 사용하는 이유

| 상황           | 채널 활용 방법                                    |
| ------------ | ------------------------------------------- |
| 팀·프로젝트 단위 소통 | 팀명 또는 프로젝트명으로 채널을 개설해 관련 멤버끼리 집중 소통         |
| 주제별 정보 공유    | 공지, 아이디어, 자료 등을 주제 채널에 모아 맥락 없이 흩어지지 않도록 관리 |
| 조직 전체 공유     | 공개 채널로 누구나 참여 가능하게 열어 두어 사일로 없이 정보를 전파      |
| 필요한 채널 탐색    | 워크스페이스에 이미 존재하는 채널을 검색·참여해 중복 채널 생성 방지      |

## 채널 화면 구성

채널 탭에서는 참여 중인 채널 목록을 확인하고, 새 채널을 만들거나 기존 채널을 탐색할 수 있습니다.

| 구분       | 설명                               |
| -------- | -------------------------------- |
| ⓵ 채널 목록  | 현재 참여 중인 채널이 최신 메시지 순으로 표시됩니다    |
| ⓶ 채널 만들기 | 새로운 채널을 개설합니다                    |
| ⓷ 채널 탐색  | 워크스페이스에 생성된 공개 채널 전체를 검색하고 참여합니다 |

## 채널 주요 기능

| 기능                                                                | 설명                                    |
| ----------------------------------------------------------------- | ------------------------------------- |
| [채널 만들기](broken://pages/da7b2cb154bb5abb15d4f7277170e7fbad95ea62) | 이름·설명·유형을 설정하고 멤버를 초대해 새 채널을 개설합니다    |
| [채널 탐색](broken://pages/117da22367f2de0bcb36d87d9dd614e74f1d9e9c)  | 워크스페이스 내 공개 채널을 검색·필터링해 원하는 채널에 참여합니다 |
| [채널 진입](broken://pages/1c10efd71f42e08d3b3e2f5cea1ee621c8a66515)  | 참여 중인 채널과 미참여 채널에 접근하는 방법을 안내합니다      |

{% hint style="info" %}
**안내**\
채널 기능은 카카오워크 PC 앱 및 모바일 앱 최신 버전에서 사용할 수 있습니다.
{% 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.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.
