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

# AI 부가기능

카카오워크 2.0에는 패널을 열지 않아도 쓸 수 있는 AI 기능이 있습니다.

&#x20;메시지를 보내기 전에 다듬고, 채팅방을 자동으로 분류하고, 쌓인 대화를 빠르게 요약할 수 있습니다.

{% hint style="info" %}
**사용 전제**&#x20;

**카카오워크 2.0(앱) · AI 문장 다듬기·AI 채팅방 그룹**은 **미니 요금제 이상**&#x20;

요금제·활성화는 관리자 가이드의 **카카오워크AI 설정**을 참고하세요.
{% endhint %}

### AI 문장 다듬기

메시지를 보내기 전에 **맞춤법 교정부터 문체, 번역까지** AI가 한 번 더 다듬어 줍니다.

* 메시지 입력창의 **더보기 메뉴**에서 다듬기를 실행합니다.
* 맞춤법·말투를 정리하거나, 원하는 언어로 번역해 보낼 수 있습니다.

{% hint style="info" %}
AI 문장 다듬기는 **카카오워크 2.0 전용**이며, **미니 요금제 이상**에서 제공합니다.
{% endhint %}

### AI 채팅방 그룹

주제가 비슷한 채팅방을 **AI가 자동으로 분류**해 채팅방 정리를 도와줍니다.

* 채팅 목록 상단 필터 영역의 **AI 그룹핑 아이콘**을 눌러 실행합니다.
* 채팅방 이름과 최근 대화를 바탕으로 비슷한 주제의 채팅방을 묶어 제안합니다.

{% hint style="info" %}
AI 채팅방 그룹은 **카카오워크 2.0 전용**이며, **미니 요금제 이상**에서 제공합니다.
{% endhint %}

### 안읽은 메시지 요약

여러 채팅방에 흩어진 안읽은 대화를 **패널을 열지 않아도** 워크AI로 빠르게 요약할 수 있습니다. 다음 세 곳에서 시작할 수 있습니다.

* **'안읽음' 탭 ⟩** **안읽은 메시지 요약**  \
  최근 7일 이내 안읽은 메시지를 채팅방 별로 묶어 한 번에 요약합니다.&#x20;

<figure><img src="/files/SFUfJ1aW9sMAesZluTmr" alt="" width="370"><figcaption></figcaption></figure>

{% hint style="info" %}
이 버튼은 **2개 이상의 채팅방에 안읽은 메시지가 3개 이상** 쌓였을 때 표시됩니다.
{% endhint %}

* **채팅 목록에서 : 채팅방 별 요약**  채팅 목록에서 **우클릭 컨텍스트 메뉴 ⟩ '워크AI로 요약'** 을 눌러 해당 채팅방의 안읽은 대화만 요약할 수 있습니다.<br>

<figure><img src="/files/6bzIX6BKcXyEH9aKsux6" alt="" width="166"><figcaption></figcaption></figure>

* **채팅방 안에서 : 요약** — 안읽은 메시지가 있는 채팅방에 들어가면 **'AI 요약' 버튼**이 표시됩니다.

<figure><img src="/files/u5YIhshwg8Quyhye5haV" alt="" width="563"><figcaption></figcaption></figure>

### 멘션 요약

나를 **멘션·답글**한 메시지를 모아 요약합니다.

* **카카오워크 2.0(앱) 알림센터 ⟩ @나 탭** 에서 '@나멘션 메시지 요약'을 클릭합니다.

<figure><img src="/files/9wTudKupGQ9f9ojbdLak" alt="" width="375"><figcaption></figcaption></figure>

* 패널 워크AI에서 **`/mention-recap`** 스킬을 호출해도 멘션 요약을 받을 수 있습니다.

<figure><img src="/files/2tXSvrwQmu6iwCS6EjnH" alt="" width="375"><figcaption></figcaption></figure>

요약 결과는 패널 워크AI 화면에서 확인할 수 있습니다.&#x20;

### 함께 보기

* 패널 워크AI


---

# 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/ai_add.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.
