> For the complete documentation index, see [llms.txt](https://manual.minimal.audio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.minimal.audio/current-manual/overview-and-navigation/top-bar.md).

# Top Bar

***

The top bar offers quick access to essential controls and settings, including account information, notifications, global settings, and options for loading and saving presets.

<figure><img src="/files/v8NQgHE3SH752Nh31rfN" alt=""><figcaption></figcaption></figure>

***

### 1. Tooltips

Click here to enable in-app tooltips. Once activated, hover over any control to learn more about its functionality.

### 2. Account Info

Click here to view your Minimal Audio account and license information. You can also log out of the plugin from this panel, freeing up one of your seats for use on another computer.

### 3. Notifications

Click here to view any active messages or alerts, such as available updates or missing preset warnings. A red dot will appear over the bell icon when there are active notifications to check.

### 4. Preset Browser

Click on the currently loaded preset's name to open the preset popup and browse all downloaded presets.

### 5. Save Preset

Open the save preset popup, where you can save your current preset to a user pack of your choice.

### 6. Additional Settings

Open the global settings dropdown. This provides options such as adjusting the windows size, initializing the current preset, and much more. Please see the [Additional Settings](/current-manual/additional-settings.md) page for more info.

### 7. Cloud Status

This icon indicates whether you are in Cloud or Local mode, and it also shows if any downloads are currently in progress.


---

# 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://manual.minimal.audio/current-manual/overview-and-navigation/top-bar.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.
