> For the complete documentation index, see [llms.txt](https://support.audacityteam.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.audacityteam.org/basics/customizing-audacity/effect-presets.md).

# Effect Presets

When you select an effect to apply to your audio (for example **Effect > Noise Removal & Repair > Noise Gate...**) Audacity will show you the effect settings window where you can change the different values according to your needs.

<figure><img src="/files/cJIzDoFvme3uDKZvy3wQ" alt=""><figcaption><p><strong>Noise Gate</strong> effect default settings</p></figcaption></figure>

After you find the settings that best suit your needs you can use the **Presets & settings** button to save your settings for future use:

* Click the **Presets & settings** button and select **Save preset...**

<figure><img src="/files/Q9e1t00SX1VIsdspMn1h" alt=""><figcaption><p>Type a name and press <strong>OK</strong> to save your preset</p></figcaption></figure>

* After saving your presets you can recall them the next time you need to apply the same effect. Click the **Presets & settings** button, select **User Presets...** and select the name of the previously save presets:

<figure><img src="/files/t0ZyEdQNSZiglT5igJsM" alt=""><figcaption><p>To recall a previously saved preset click <strong>Presets &#x26; settings ></strong></p></figcaption></figure>

{% hint style="info" %}
To restore the factory default settings select **Presets & settings > Factory Presets > Defaults**
{% endhint %}


---

# 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://support.audacityteam.org/basics/customizing-audacity/effect-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.
