# 주소/지도/위치

- [주소](https://docs.ohmyapp.io/main/guide/develop_app/4/block/location/address.md): 간단한 위치정보를 표기할 수 있어요.
- [네이버 맵](https://docs.ohmyapp.io/main/guide/develop_app/4/block/location/naver-map.md): 네이버 맵을 연동해서 사용할 수 있어요.
- [거리](https://docs.ohmyapp.io/main/guide/develop_app/4/block/location/distance.md): 거리를 표기할 수 있어요.


---

# Agent Instructions: 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:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/location.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
