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

# 2.0 워크AI

카카오워크 2.0은 업무 맥락을 이해하는 AI 에이전트 **워크AI**를 중심으로, \
대화·문서·업무를 잇는 새로운 AI 경험을 제공합니다. \
채팅하며 쌓인 업무 정보를 바탕으로 AI에게 묻고, 할 일·일정·메일까지 바로 이어서 처리할 수 있습니다.

{% hint style="info" %}
**사용 전제** - 카카오워크 2.0(PC 앱) · 워크AI 활성화(슈퍼관리자)&#x20;

기능별 요금제와 활성화 방법은 관리자 가이드의 **카카오워크AI 설정**을 참고하세요.
{% endhint %}

### 카카오워크 2.0에서 만나는 AI

| 기능            | 무엇을 하나요                                                        | 자세히  |
| ------------- | -------------------------------------------------------------- | ---- |
| **패널 워크AI**   | 사이드 패널에서 채팅방 대화를 요약·검색하고, 파일 첨부·슬래시 스킬로 할 일·일정·메일까지 이어서 작업합니다. | 바로가기 |
| **지식검색AI**    | 관리자가 등록한 사내 문서(규정·매뉴얼)를 근거로 답변과 출처를 제공합니다.                     | 바로가기 |
| **AI 문장 다듬기** | 메시지를 보내기 전에 맞춤법·문체를 교정하고 번역합니다.                                | 바로가기 |
| **AI 채팅방 그룹** | 주제가 비슷한 채팅방을 자동으로 분류해 정리를 돕습니다.                                | 바로가기 |
| **안읽은·멘션 요약** | 쌓인 안읽은 메시지와 나를 멘션한 대화를 빠르게 요약합니다.                              | 바로가기 |

### 이렇게 시작하세요

1. **워크AI 활성화** - 워크스페이스 슈퍼관리자가 **카카오워크 관리자 서비스 ⟩ 카카오워크AI 관리**에서 기능을 켭니다.
2. **패널 워크AI 열기** - 카카오워크 2.0 앱에서 우측 상단의 **워크AI 아이콘**을 클릭해 사이드 패널을 엽니다.
3. **바로 물어보기** - 채팅방을 참조해 대화를 요약하거나, 할 일·일정·메일을 요청해 보세요.

{% hint style="info" %}
패널 워크AI·지식검색AI는 **프리미엄** 요금제, AI 문장 다듬기·AI 채팅방 그룹은 **미니 요금제 이상**에서 제공합니다.
{% endhint %}

### 가이드 둘러보기

* 패널 워크AI&#x20;
* 지식검색AI&#x20;
* AI 부가기능&#x20;


---

# 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-ai.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.
