> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-world/user-experiences/menu.md).

# Menu

Pressing **ESC** key within a virtual world will give you access to the Menù.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXcDsUpDX0B4ON9LGCEe-mvq-StxYQ7wVKrmKNi8gY9z6kdyRuufN-2xvrMcga84hsZRJu1vxHYTp6utDV5b23awas3gBkHMxONHQQxcwWyCOerUDB3waShDpWahDESZSzPOGNfb6Kiz_oUMwyph7JXKzPku?key=il28y4ksQHueqFOZgBF8Kg" alt="" width="375"><figcaption><p>Coderblock Menu</p></figcaption></figure>

To exit the menu and return to the virtual world, simply press ESC again or click the arrow in the top left corner of the menu.

Here's an overview of the sections and what they do:

* **DASHBOARD**: view your profile features and statistics and continue customising your avatar. Click [HERE](/coderblock-world/user-experiences/how-to-create-and-customize-your-avatar.md) for more details.
* **NOTICES: r**eceive notifications from the Coderblock team when there's important information to share.
* **SETTINGS:** change sound and graphics settings within the virtual world.
* **MAIN MENU:** use this section to navigate to the [Open World and Spaces](/coderblock-world/platform-access/open-world-and-spaces.md) section.
* **LOGOUT:** Click this button to logout of Coderblock.
* **INVENTORY**: Coming Soon
* **FRIENDS**: Coming Soon
* **SKILLS**: Coming Soon
* **QUESTS:** Coming Soon


---

# 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-en.coderblock.com/coderblock-world/user-experiences/menu.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.
