> For the complete documentation index, see [llms.txt](https://animotive.gitbook.io/animotive-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://animotive.gitbook.io/animotive-documentation/learning-animotive/menus.md).

# Menus

### Main Menu

Your Main Menu includes the following menus below.&#x20;

Toggle your Main Menu on/off by pressing B.

<div align="left"><figure><picture><source srcset="/files/cWtTjee3ManQm96IaQSC" media="(prefers-color-scheme: dark)"><img src="/files/Z9WA9LWpaKr3VkvCdGn2" alt=""></picture><figcaption></figcaption></figure></div>

### Assets Menu

The Assets Menu is where you can spawn [Characters](/animotive-documentation/learning-animotive/spawning-a-character.md), Sets, and [Props](/animotive-documentation/learning-animotive/props.md).

<div align="left"><figure><img src="/files/gtVB66zNJjzF0fDrrdZT" alt=""><figcaption></figcaption></figure></div>

### Tools Menu

The Tools Menu is where you can spawn your [Cameras](/animotive-documentation/learning-animotive/cameras.md), [Spotlights](/animotive-documentation/learning-animotive/lights.md), and adjust the Sun Settings.

<div align="left"><figure><img src="/files/Zz2Es6QnILiLxVow6urZ" alt=""><figcaption></figcaption></figure></div>

### Teams Menu

The Teams Menu is where you can see all current users in a session, and allow others user to join to your session.

<div align="left"><figure><img src="/files/fm0imO5jtoc6xJG5vE9O" alt=""><figcaption></figcaption></figure></div>

### Settings Menu

The Settings Menu is where you can toggle your [Mirror View](/animotive-documentation/learning-animotive/performance/mirror-mode.md) on or off, enable [Motion Capture](/animotive-documentation/learning-animotive/performance/mocap.md), [Calibrate](/animotive-documentation/learning-animotive/calibrating.md), and select an audio/microphone interface.

<div align="left"><figure><img src="/files/cGm1REsmUXbR0ZD9zFWj" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/aJBUvIQbiTcxbB7Yd9x7" alt=""><figcaption></figcaption></figure></div>


---

# 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://animotive.gitbook.io/animotive-documentation/learning-animotive/menus.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.
