> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user/video-tutorial/search-floor-plan.md).

# 우리집 도면 찾기

{% embed url="<https://youtu.be/mVdrT-X2gOI>" %}

아키스케치에는 전국 95% 이상의 아파트 도면을 3D로 보유하고 있어 검색만으로 쉽게 도면을 불러올 수 있습니다.

아파트 명 혹은 주소를 검색해서 우리 집을 찾아보세요.\
물론 지도 화면을 직접 이동시켜 찾아볼 수도 있습니다.

{% hint style="info" %}
혹시 우리 집 도면이 등록되어 있지 않은가요? 아키스케치에 요청하세요!

[👉 도면 업로드 요청하기](https://archisketch.channel.io/home)
{% endhint %}


---

# 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.archisketch.com/guide/user/video-tutorial/search-floor-plan.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.
