> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/email/edit/using-edit-box/map.md).

# 지도

## 이 글에서는

편집 상자 중 '지도 상자' 사용법에 대해 알아봅니다.

***

\[지도] 상자를 추가하면, 안내하고자 하는 위치를 효과적으로 전달할 수 있습니다.&#x20;

1. 오른쪽의 상자 목록에서 지도 상자를 본문에 끌어당깁니다.
2. 상자를 누르면 주소를 검색할 수 있는 화면이 나타납니다.
3. 주소를 입력하면 상자 안에 자동으로 지도가 표시됩니다. 발송된 이메일 내에서 지도 상자를 클릭하면 카카오맵 검색 결과로 넘어갑니다.

지도 상자의 대체 텍스트 버튼(Alt)을 클릭하면 지도 상자에 대체 텍스트를 지정할 수 있습니다.

**\*주의:** 현재 외국주소에는 지도 기능을 지원하지 않습니다. 지도를 캡처해 이미지로 추가한 뒤, 링크를 거는 방식을 활용해 주세요.

<figure><img src="/files/OCGDsmLGmOvzZkDDe6mr" 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://help.stibee.com/email/edit/using-edit-box/map.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.
