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

# 파일 내 메시지박스 추가하기

## PDF를 읽는 독자를 원하는 곳으로 안내하세요&#x20;

👉 [메시지 박스 체험하기](https://sclu.io/share/bulk/file/aea2191c71a8c7a8)

* 한 페이지에서 이 부분을 주목 했으면! 또는 추가로 드리고 싶은 관련 정보가 있다면?
* 메시지 박스를 더해 외부 링크를 더하거나, PDF 자료 내 관련된 페이지로 이동시킬 수 있어요.

## 어디에서 설정하죠?&#x20;

**\[PDF] > \[PDF 설정] > \[메시지 박스]에서 확인할 수 있습니다.**&#x20;

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

## 누가 클릭해봤는지도 확인할 수 있나요?&#x20;

당연히 가능합니다!\
어떤 메시지 박스를 얼마나 언제 클릭했는지, 우리 콘텐츠 성과를 파악해 보세요.

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


---

# 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://salesclue.gitbook.io/guide/features/messagebox.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.
