# 메뉴

- [인터페이스 개요](https://docs.sandbox.game/the-game-maker-academy_kr/menus/interface-overview.md): 게임 메이커 인터페이스란 게임 메이커를 열었을 때 사용할 수 있는 여러 창을 의미합니다.
- [상단 바](https://docs.sandbox.game/the-game-maker-academy_kr/menus/top-bar.md): 상단 바 옵션을 이용하여 전체 경험을 게시하거나, 저장 또는 설정을 변경할 수 있습니다.
- [사이드바](https://docs.sandbox.game/the-game-maker-academy_kr/menus/side-bar.md): 사이드바의 도구를 이용하여 장면 내 요소를 편집합니다.
- [라이브러리](https://docs.sandbox.game/the-game-maker-academy_kr/menus/library.md): 이 섹션에서는 장면에 추가할 요소를 선택할 수 있습니다.
- [툴바](https://docs.sandbox.game/the-game-maker-academy_kr/menus/toolbar.md): 툴바를 이용해 빠르고 쉽게 요소를 보관할 수 있습니다.
- [위계](https://docs.sandbox.game/the-game-maker-academy_kr/menus/hierarchy.md): 여기에 위계에 대한 모든 정보를 정리했습니다.


---

# 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.sandbox.game/the-game-maker-academy_kr/menus.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.
