> 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.md).

# 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
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.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.
