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

# 메시지

메시지 기능은 채널과 스레드에서 동일하게 사용할 수 있습니다. 보낸 메시지를 수정하거나 중요한 내용을 고정하고, 링크로 공유하거나 원하는 시간에 예약 발송할 수 있습니다.

***

## 주요 기능

| 기능                                                                | 설명                                                                |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| [메시지 수정](broken://pages/404b5d790170f59917f7e3df9e7ec56da478048c) | 보낸 메시지를 직접 편집합니다. 수정된 메시지에는 **(수정됨)** 표시가 노출되며 수정 이력을 확인할 수 있습니다. |
| [메시지 고정](broken://pages/cde400dcc3943b9718d1d111fd07bf51c6c229c4) | 중요한 메시지를 고정 탭에 저장해 언제든 빠르게 재확인할 수 있습니다.                           |
| [메시지 링크](broken://pages/900953b888067b07bbb485fe3180a977297af82b) | 메시지 링크를 복사하거나 다른 채팅방·채널로 직접 전달할 수 있습니다.                           |
| [예약 메시지](broken://pages/3aa3d62a254e0ce8a21b12df064149a3b93706f3) | 원하는 시간에 자동 발송되도록 메시지를 예약합니다. 반복 발송도 설정할 수 있습니다.                   |


---

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