> 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/preset-save-view.md).

# Preset Save View

***

### Overview

The **Preset Save View** lets you save the current plugin settings for later recall. Use existing or custom tags to organize your library by sonic character, use case, instrument, and more, making it easy to find your sounds.

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

***

### 1. Preset Name

Enter your preset’s name here. If you’re resaving a preset, its name will be filled in automatically.

### 2. Save Preset

Click the **Save** button when you’re ready to save your preset.

If saving would overwrite an existing preset, a warning will appear. You can overwrite the preset or rename it and try again.

{% hint style="info" %}
All presets are saved to the **User** pack, which can be viewed by opening the **Preset Browser** and ensuring that the **Packs** tab is selected. To organize your presets further, open the [**Global Settings**](/evoke-manual/additional-settings/global-settings.md) menu and select **Show User Presets**, then create folders and move presets as needed.
{% endhint %}

### 3. Create New Tag

Use this text entry field to create a new tag to be saved with your preset. Press the **Return** key to add it.

Note that once a tag has been saved to a preset, there is no way to remove it other than resaving the preset.

### 4. Selected Tags&#x20;

All currently selected tags that will be applied to the preset are visible here. Clicking a tag will deselect it, and the **Clear All** button can be used to clear the entire selection at once.

{% hint style="info" %}
Apply tags to organize your sounds by instrument role (lead, harmony), character (ethereal, deep, sequenced), and more.
{% endhint %}

### 5. Unselected Tags

All unselected tags are visible here. Click a tag to select it for saving with the preset.


---

# 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/preset-save-view.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.
