# Overview and Navigation

***

### Overview

Current features four primary views: Play, Engine, Effects, and Stream. You can access each view by clicking the corresponding button in the left navigation bar.

Each view contains nested panels that offer functionality tailored to that view's specific goal. This layout helps you stay focused in one area of the instrument while navigating between sections.

Note that you can set the Default View in the [Additional Settings](/current-manual/additional-settings.md) so that your preferred view is always open when creating a new instance.

&#x20;

<figure><img src="/files/6rv4tOuGPHLy1622NbJQ" alt=""><figcaption></figcaption></figure>

***

Learn more about each view here:

1. [Play](/current-manual/overview-and-navigation/play-view.md)
2. [Engine](/current-manual/overview-and-navigation/engine-view.md)
3. [Effects](/current-manual/overview-and-navigation/effects-view.md)
4. [Stream](/current-manual/overview-and-navigation/stream-view.md)


---

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