> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/advanced/navermap.md).

# 네이버 지도 블록

## 지도 블록이란?

네이버 지도 블록은 네이버 지도를 사용하여 사용자에게 위치 정보를 알려주고자 할 때 사용합니다.

{% hint style="warning" %}
네이버 지도 사용을 위해서는네이버 지도 사용을 위해서는 **\[관리자페이지 > 성장센터 > 네이버]** 페이지를 통해 API 설정을 진행해야합니다.\
자세한 설정 방법은 **\[**[**네이버 지도**](/customer_support/guide/partner/navermap.md)**]** 가이드를 참고해주세요.
{% endhint %}

## 설정항목

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

{% hint style="info" %}
**\[고급 블록(단축키 A) > 네이버 지도(단축키 V)]**&#xB97C; 통해 블록을 추가 할 수 있습니다. \
자세한 방법은 \[[**블록 추가하기**](/customer_support/guide/design/editor/contents.md#id-1-1)] 가이드를 참고 부탁드립니다.
{% endhint %}

| 설정 항목                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>주소</strong><br>지도에 표시를 할 주소를 입력합니다.</p>                                                                                    |
| <p><strong>스타일</strong></p><p><strong>확대/축소</strong><br>지도의 기본 배율을 설정합니다.</p><hr><p><strong>유형</strong><br>지도/위성 중 표시할 유형을 선택합니다.</p> |


---

# 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.qshop.ai/customer_support/guide/design/editor/contents/advanced/navermap.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.
