> 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/core-effects-manual/core-effects-manual/how-to-install-the-effects.md).

# How to install the Effects

### Download the installer

To access the most up-to-date installers, please log in to your user account and open the [My products](https://www.minimal.audio/account/products/software) page. From there, locate the effects and download the relevant installer for your operating system.

Note that when connected to the internet, each effect will notify you if a new update is available and you can choose to download it directly from the plug-in.

***

### Quit your DAW

Before installing, make sure to save and quit any projects that are currently open. This is required for the update to work properly.

***

### Installing the Effects

Open the installer, which will be named either effect.pkg (macOS) or effect.exe (Windows).

The installer will guide you through the necessary steps for installation. You can choose to install VST2, VST3, AU (macOS), and AAX (Pro Tools) plug-in formats.

***

### Open your DAW

Once the installation is complete, open your DAW and locate the effects in your audio plug-ins folder.

Note that sometimes restarting your computer is required before the plug-in will show up. If the issue persists, look into options for rescanning plug-ins in your DAW, or contact our support team for further assistance.

Each DAW is different. For more information on loading plug-ins, reference your DAW’s manual.


---

# 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/core-effects-manual/core-effects-manual/how-to-install-the-effects.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.
