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

# Prerequisites

{% hint style="info" %}
**GitBook tip:** Try out a range of different content types to keep folks engaged and interested in each feature, some content types work for different chunks of information
{% endhint %}

#### **System Requirements**

The Deep Noise VST plugin runs on both **macOS** and **Windows** operating systems. Ensure your system meets the minimum requirements for your chosen DAW before installation.

#### **DAW Compatibility**

Deep Noise is available exclusively in **VST format**, which determines which music production software can host the plugin.

**✅ Compatible DAWs:**

* Ableton Live
* FL Studio
* Cubase
* Reaper
* Studio One
* Bitwig
* Cakewalk
* Tracktion
* Samplitude
* Digital Performer

**❌ Currently Unsupported:**

* **Logic Pro** and **GarageBand** (requires AU format)
* **Pro Tools** (requires AAX format)

*Note: AU and AAX formats are on our development roadmap. Check our website for updates.*

#### **Web Browser Requirements**

For the browser-based version of Deep Noise, ensure you're using a current version of:

* Google Chrome
* Mozilla Firefox
* Microsoft Edge
* Safari

*We recommend keeping your browser updated to the latest version for optimal performance and security.*

#### **Account Requirements**

You'll need an active Deep Noise account to use the plugin. Both **free** and **premium** plans are supported, though certain features may be limited on the free tier.


---

# 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.deepnoise.ai/installation-guide/installation/prerequisites.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.
