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

# Top Menu

The **Top Menu** is divided into several sections. Each provides tools and functions for managing data, rigs, and project workflow.

***

### 📁 File

* **Reset** — refreshes all scene data and restores **default settings**.
* **Import** — imports data or assets into the scene.
  * **Open Folder** — opens the directory where all templates are stored.
  * **Refresh** — updates template data after making changes or adding new ones.
* **Settings** — opens the settings menu.
* **Exit** — closes the program.

***

### 🛠 Modify

* **Bake All Objects** — forces the generation of bake data and BlendShapes for the selected controller. Useful if some objects were skipped by the algorithm.
* **Corrective Expression** — creates unique corrective expressions.
* **Attach New Object** — attaches a new object to the system and adds it to the **Bake System**.

***

### 🎛 Rig Manager

* **YanusSTUDIO RIG** — our custom rig.
  * **Import** — imports the rig into the scene.
  * **Connect** — connects existing controllers to the rig.
* **Custom Creator** — create, edit, and connect custom controllers to BlendShapes.
* **Batch Creator** — automatically generates a rig for the selected object based on its BlendShape history.
* **Optimize** — merges multiple rigs into one, simplifying sculpting and workflow.

***

### ❓ Help

* **About** — opens a window with program details: description, version, and contact info.
* **License** — activate your license and confirm product usage rights.
* **Tutorial** — access training materials to quickly get started with the software.


---

# 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.yanusstudio.com/yanusface/top-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.
