> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/messages.md).

# 메시지 관리

아래 항목을 선택해 필요한 안내를 확인하세요.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>문자와 카카오톡 채널을 연결하는 절차를 안내합니다.</td><td><a href="/pages/FWtiWzZ5c6zoMJ70RBa4">/pages/FWtiWzZ5c6zoMJ70RBa4</a></td><td><a href="/files/dGElqeHdtM0uxOHtzxfZ">/files/dGElqeHdtM0uxOHtzxfZ</a></td></tr><tr><td>고객에게 메시지를 작성해 발송하는 방법을 안내합니다.</td><td><a href="/pages/KFPbqt0QCgUiaDf5eW56">/pages/KFPbqt0QCgUiaDf5eW56</a></td><td><a href="/files/MYyXTN4i5Nhq6t2PfvbS">/files/MYyXTN4i5Nhq6t2PfvbS</a></td></tr><tr><td>발송한 메시지의 내역과 상태를 확인하는 방법을 안내합니다.</td><td><a href="/pages/13sVvl3NXLrzLg5NK2qg">/pages/13sVvl3NXLrzLg5NK2qg</a></td><td><a href="/files/puvTyj8r7GPbqFemCRma">/files/puvTyj8r7GPbqFemCRma</a></td></tr></tbody></table>


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/messages.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.
