# Layout Manager

When you click **\[Tools] - \[Layout Manager]**, a layout editing popup window will appear.\
It includes various features such as managing controls, custom menus, adding quick slots, and more.

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

<figure><img src="/files/71coP5vm9UpJdrhSFPen" alt=""><figcaption></figcaption></figure>

① **Page List**\
The Layout Manager manages layouts on a page-by-page basis.

② **Control Box**\
Controls can be created within the layout page.

③ **Control List**\
View the controls that have been created on the selected page.

④ **Properties Box**\
Allows you to view and set properties for pages, controls, and other elements.

⑤ **Quick Menu Box**\
Presented in icon form, this includes functions for initialization, saving, exporting, importing, managing custom menus, and creating controls.

⑥ **Layout View**\
Allows you to preview how the layout will appear in-game and adjust controls in detail.

**Exiting the Layout**

When you finish editing the layout and close the popup window, a confirmation dialog will appear: **"Do you want to save the changes to the layout?"**

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

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

**Notification Upon Save Completion**

When saving is complete, a notification will appear, and the changes will be applied.


---

# 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/in-depthguide/layoutmanager.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.
