> For the complete documentation index, see [llms.txt](https://docs-kr.zep.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-kr.zep.us/creator/reference/undefined.md).

# 스페이스와 맵 이해하기

<figure><img src="/files/QWNvtSStXb3JGLAcfcrC" alt=""><figcaption><p>space와 map의 관</p></figcaption></figure>

space는 1개 이상의 map을 포함하고 있는 그룹의 단위 입니다.

space와 map은 다른 스페이스 또는 맵과 자신을 구분하기 위한 **HashID**를 가지고 있습니다.

space에 포함된 1개 이상의 map들 중 하나는 **‘첫 방문 맵’** 속성을 가지고 있으며, mapID 없이 spaceHashID만 가지고 스페이스에 접근 할 경우 ‘첫 방문 맵’ 속성을 가진 맵으로 이동하게 됩니다.

젭 맵 에디터에 들어가면 다음과 같은 URL 형식을 볼 수 있는데요,

<div align="left"><figure><img src="/files/Q6Sv5rcuqQ3CRL5t2Iy3" alt=""><figcaption></figcaption></figure></div>

여기서 **Ak42Xz가 SpaceHashID**, **25g3RQ가 MapHashID** 입니다.


---

# 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-kr.zep.us/creator/reference/undefined.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.
