# Installation

#### Prerequisites

Ensure your project is using **Unity 2022.3 LTS** or higher and has the following packages installed:

* `com.unity.entities` (1.0.0+)
* `com.unity.burst`
* `com.unity.collections`

#### Method 1: Unity Asset Store (Recommended)

1. Open your project in Unity.
2. Go to **Window > Package Manager**.
3. Select **My Assets** from the dropdown menu.
4. Search for **Audio Dispatcher**, click **Download**, and then **Import**.

#### Method 2: Install via Git URL

1. Open **Window > Package Manager**.
2. Click the **+** button in the top-left corner and select **Add package from git URL...**
3. Paste the following URL and click **Add**:

   ```
   https://github.com/igor-karpushin/com.snivelercode.audio-dispatcher.git
   ```


---

# Agent Instructions: 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://sniveler-code.gitbook.io/dots/audio-dispatcher-audio-source/installation.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.
