# Menu and Toolbar

## Toolbar <a href="#toolbar" id="toolbar"></a>

![alt text](/files/OfaB1zsx5mZP4IiDp5ZD)

The AugeLab Studio toolbar provides quick access to essential actions and features within the application. Here's a simple overview of the toolbar:

### Actions <a href="#actions" id="actions"></a>

<img src="/files/YR1GdIMrTd2kKZki2AgJ" alt="" data-size="line"> `Run Step` on the current scenario.

<img src="/files/OXdKxS8NTjgLTugdBQ0c" alt="" data-size="line"> `Run` the scenario.

<img src="/files/jGYxKldN8y4qbUEKzQZG" alt="Stop Icon" data-size="line"> `Stop` the scenario.

<img src="/files/bovNV8kdIw3ofpablX9H" alt="" data-size="line"> `Performance Analysis` Toggle performance analysis mode.

<img src="/files/0224COQY9S9jGTHNM3UR" alt="" data-size="line"> `Designer Window` Open the designer window for creating custom blocks.

<img src="/files/Ww3YXLIYFAMdEkOLNkQa" alt="" data-size="line"> `Plugin Window` Open the plugin window to import custom blocks and more.

<img src="/files/MtlAxafwxvXvw5C4X6IB" alt="" data-size="line"> `Maximize` the application window.

<img src="/files/8GCHVZt86Fmyr35vRdmI" alt="" data-size="line"> `Center Blocks View` within the application.

<img src="/files/hbkjemOEkiN6xwv4joV3" alt="" data-size="line"> `Copy` selected blocks within the application.

<img src="/files/WUBf5g9ujatAAeFp4SG2" alt="" data-size="line"> `Cut` selected blocks within the application.

<img src="/files/mk7E0VQCiptXsmFLzFhS" alt="" data-size="line"> `Paste` blocks from the clipboard within the application.

<img src="/files/tjEVIB7Jea2qpxKcIbJj" alt="Toolbar Marketplace Icon" data-size="line"> `Module Downloader` Open the module downloader to install AI modules.

<img src="/files/ozHjsy4RX3PHMLq83Tr6" alt="Toolbar AI Training Icon" data-size="line"> `AI Chat` Open the chat interface.

## Menubar <a href="#menubar" id="menubar"></a>

### File <a href="#file" id="file"></a>

<details>

<summary>File</summary>

* `New` project file\[^1].
* `Example Scenarios`: Check out example scenarios for beginners.
* `Open` the saved project file to load.
* `Open Recent` project files you have used recently from this tab.
* `Save` the current project file over the same file
* `Save as` current project file with a different name and location.
* `Export`scenarios to be used on older versions.
* `Exit` the program and return to the desktop.

</details>

<details>

<summary>Edit</summary>

* `Undo` the last action
* `Redo` last action
* `Cut` selection
* `Copy` selection
* `Paste` selection
* `Delete` selection

</details>

<details>

<summary>View</summary>

* `Close` current scenario
* `Close All` scenarios
* `Next` open scenario
* `Previous` open scenario
* `Center` current blocks in the scenario
* `Toggle Full Screen`

</details>

<details>

<summary>Run</summary>

* `Run One Step` the current scenario
* `Run` the current scenario on loop
* `Stop` the current running scenario
* `Performance Analysis` activation on current scenario
* `Run on Program Start` activates automatic running on the current scenario when you launch AugeLab Studio

</details>

<details>

<summary>Tools</summary>

* Hide/Show `Blocks Toolbar`
* Hide/Show `Log Window`
* Hide/Show `Designer Window`
* `Plugin Window` is used to open the interface that manages custom solutions for you to download
* `Import Package Window` is used to import Python packages to your environment

</details>

<details>

<summary>AI Tools</summary>

* `Module Downloader` is used to install AI modules into your environment
* `Object Detection Training Window` is used to train a special AI model for object detection.
* `Image Annotation Window` is used to prepare your dataset for your AI object detection models.

</details>

<details>

<summary>Help</summary>

* `Demo Projects` contains many example projects for you to try out.
* `About` shows detailed information on the current version of AugeLab Studio
* `What's New` shows the updates made to the latest version.
* `Manual` directs you to this documentation
* `Survey` directs you to our survey to give feedback on AugeLab Studio
* `Reactivate License` is used to change the current license code.

</details>

That's all there is about the menu and toolbar!


---

# 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.augelab.com/augelab-studio-interface/menubar-toolbar.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.
