> For the complete documentation index, see [llms.txt](https://docs-it.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-it.coderblock.com/coderblock-world/user-experiences/menu.md).

# Menu

Cliccando sul tasto **ESC** all’interno di un mondo virtuale, avrai accesso al Menu.

<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>

Per uscire dal Menu e tornare al mondo virtuale, ti basterà cliccare di nuovo su ESC, o cliccare la freccetta in alto a sinistra nel Menu.

Di seguito, una panoramica sulle sezioni e sulle loro funzioni:

* **DASHBOARD**: visualizza le caratteristiche e statistiche del tuo profilo e procedi con la customizzazione del tuo Avatar. Più dettagli [QUI](/coderblock-world/user-experiences/creazione-e-customizzazione-del-proprio-avatar.md).
* **NOTICES:** qui riceverai le notifiche dal team di Coderblock quando ci sarà qualche informazione importante da condividere.
* **SETTINGS:** modifica da qui le impostazioni riguardanti il suono e la grafica all’interno del mondo virtuale.
* **MAIN MENU:** usa questa sezione per tornare alla scelta tra [Open World e Spaces](/coderblock-world/accesso-in-piattaforma/open-world-and-spaces.md).
* **LOGOUT:** clicca sul pulsante per effettuare il Logout da 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-it.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.
