> For the complete documentation index, see [llms.txt](https://standalone-audio.gitbook.io/standalone-audio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standalone-audio.gitbook.io/standalone-audio-docs/presets.md).

# Presets

Presets save your entire signal chain: plugins, their settings, bypass states, and order.

<figure><img src="/files/ro0miC9wUcL7cEwNHtWW" alt=""><figcaption><p>Preset Section</p></figcaption></figure>

### Creating Presets

1. Type **⌘N** or click the **New Preset** icon in the Modules section
2. &#x20;Open the Plugin browser to add an Amp Sim or Plugin module
3. To duplicate a Preset you have, click **⌘D** or click the **Duplicate** icon in the Modules section

### Saving Presets

1. Press **⌘S** or click **Save**
2. Enter a name
3. Click **Save**&#x20;
4. Any edits you make to a preset will be auto-saved when you close that preset. (auto-save can be turned off in Settings)

### Loading Presets

1. Press **⌘O** or click the preset browser icon&#x20;
2. Select a preset from the list
3. Click to load

### Managing Presets

**Star a Preset**

* Click the star icon to mark as favorite
* Starred preset becomes your default (if enabled in Settings)

**Delete a Preset**

* Hover over preset in browser
* Click delete icon

**Reload a Preset**

* Click the reload icon on the right to load a preset from its saved state

### Startup Behavior

Configure in Settings → Audio:

| Option              | Behavior                            |
| ------------------- | ----------------------------------- |
| Load Starred Preset | Opens your default (starred) preset |
| Restore Last Used   | Continues where you left off        |
| Start Empty         | Clean slate with no plugins         |


---

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

```
GET https://standalone-audio.gitbook.io/standalone-audio-docs/presets.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.
