> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/allganize-alli-works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/message.md).

# 메시지

**자주 쓰는 메시지 활용하기**

에이전트가 유저와 실시간으로 대화가 필요할 때 미리 저장된 메시지를 사용할 수 있습니다. 이 기능은 공식적인 인사말 등 자주 사용되는 정해진 메시지가 있을 때 매우 유용합니다.&#x20;

자주 사용되는 메시지를 저장하려면 설정 > 메시지 > 자주 쓰는 메시지로 이동합니다.

<figure><img src="/files/qNPut2SHDpyIXAom9sHo" alt=""><figcaption></figcaption></figure>

‘+ 추가’ 버튼을 눌러 새 메시지를 등록할 수 있습니다. 링크, 이미지, 비디오 삽입도 가능합니다.

저장된 메시지는 사용 기록 메뉴에서 사용할 수 있습니다.

<figure><img src="/files/j5aLuM8SnppCzSZS5BQe" alt=""><figcaption></figcaption></figure>

사용 기록 내에서 원하는 대화를 선택한 후 ‘추천 답변 검색’ 탭을 클릭합니다.

‘자주 쓰는 메시지’ 아래에서 저장된 메시지 목록을 확인할 수 있습니다.&#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://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/message.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.
