> 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/evoke-manual/presets.md).

# Presets

***

### Overview

Evoke includes over 300 presets organized into 8 themed **Packs**, each exploring a different style or use case. Browse and filter with descriptive **Tags** to find exactly what you need, and mark **Favorites** so your go-to sounds are always within reach.

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

***

### 1. Preset Browser

Click the preset name in the center of the plugin’s **Top Bar** to open the [**Preset Browser**](/evoke-manual/presets/preset-browser.md). This view provides access to the included preset library, user presets, and future expansion packs.

Two ways to browse are available: the **Packs** tab displays themed **Packs** for different use cases, while the **Tags** tab filters all presets at once based on descriptive tags.

### 2. Preset Save View

Click the save icon on the right side of the plugin’s **Top Bar** to open the [**Preset Save View**](/evoke-manual/presets/preset-save-view.md). This view provides essential preset-saving functionality, including the ability to add tags to your presets, making it easy to manage and organize your sounds.


---

# 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/evoke-manual/presets.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.
