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

# Installation Guide

This section provides step-by-step instructions for installing the Eclipsa Audio Plugins on macOS and Windows.

### Download the Plugins

* Visit the [Eclipsa Audio Plugins website](https://www.eclipsaapp.com/) to download the installer for your OS and DAW.
  * For use with Avid ProTools, download the AAX version installer (**macOS** and **Windows**).
  * For use with REAPER (or other workstations which support VST3 plugins), download the VST3 version installer (**macOS** and **Windows**).
  * For use with Adobe Premiere Pro, or other workstations which support AU plugins, download the AU version installer (**macOS-only**).
* Confirm that you are downloading the most current release.

### Install the Plugins

* Locate the installer: Once the download is complete, navigate to your “Downloads” folder or the location where the file was saved.
* Run the installer: Double-click the installer package (.pkg / .exe) to launch the installation wizard.
* Follow the on-screen instructions:
  * Select “Continue” to proceed with the installation.
  * Set installation location (usually the system default plugin directory is recommended).
  * Select "Install."
  * Administrator privileges: If prompted, enter your system Administrator password to authorize the installation.
* Completion: Once the installation is complete, you will see a confirmation message. Select “Close” to finish the installation process.


---

# 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://docs.eclipsaapp.com/installation-guide.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.
