> For the complete documentation index, see [llms.txt](https://docs.punkland.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.punkland.io/punkland/punkland-studio/studio/undefined-3/undefined-1.md).

# 하위 맵 생성

기존맵에서 더 상세하게 편집하기 위하여, 하위 맵을 생성하는 방법은 신규 맵 생성과 같은 방식으로 진행하면 됩니다. 예를들면, \[test]맵에 하위 맵\[test1]을 만들려면, \[test]를 우클릭하여 뜨는 팝업창에서 \[새로운 맵]을 클릭하면,

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

\[맵 만들기] 팝업창이 뜨고, 해당 창에서 \[이름] \[크기] \[타일셋] \[BGM 변경] \[BGS 변경] \[싱글 플레이] \[인스턴스 맵] \[중력] \[채널 개수] \[최대 인원]을 설정하고, \[확인]을 클릭합니다.

\[이름], \[크기], \[타일셋]을 아래 스크린샷과 같이 설정하고, \[확인] 버튼을 클릭하면,

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

\[test\_1]맵이 생성 됩니다.

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

마찬가지 방식으로 \[test\_2]맵도 생성 가능합니다.

<figure><img src="/files/hrPuCJ5oOTI1rb3mmzlx" 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://docs.punkland.io/punkland/punkland-studio/studio/undefined-3/undefined-1.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.
