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