# Sub Map Creation

To create a submap for more detailed editing, follow the same steps as creating a new map:

1. **Right-Click the Parent Map**: For example, if you want to create a submap named **\[test1]** under the **\[test]** map, right-click the **\[test]** map in the file explorer.
2. **Select \[New Map]**: From the popup menu, click **\[New Map]**.

This will open the **\[New Map]** configuration window, allowing you to create a submap.

The process of setting the map's **Name**, **Size**, **Tileset**, and other options is the same as for creating a standalone map. Once completed, the submap will be nested under the parent map.

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

When creating a submap under an existing map, a **\[Create Map]** popup window will appear. Follow these steps:

1. **Set the Map Details**:\
   Configure the following options in the popup window:
   * **Name**: Enter the name of the submap.
   * **Size**: Specify the width and height of the map.
   * **Tileset**: Choose the appropriate tileset for the map’s design.
   * **BGM Change**: Set background music for the submap.
   * **BGS Change**: Configure background sound effects.
   * **Single Play**: Enable or disable single-player mode.
   * **Instance Map**: Select whether this is an instance map.
   * **Gravity**: Adjust the gravity settings for the map.
   * **Channel Count**: Define the number of available channels.
   * **Maximum Players**: Set the maximum number of players allowed in the map.
2. **Click \[Confirm]**:\
   After entering the settings, click the **\[Confirm]** button to create the submap.

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

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

Similarly, you can create the \[test\_2] map using the same method.

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


---

# 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.punkland.io/punkland-studio/studio/map-making/sub-map-creation.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.
