# Installation

The most important file for the script is the node\_modules file. The script automatically tries to download this file. The downloaded file is then extracted from the zip and becomes a folder. However, this process may not be downloaded automatically from our server on days of high traffic, in the location where your VPS server is located, or by the firewall of your VPS server. If the script is not working, this may be the first reason. You can also download this node\_modules file from alternative download links and extract it directly to the folder where the script is located.

Alternative Node modules files;

* [node\_modules.zip (github)](https://github.com/0resmon/db/raw/main/res-audio/node_modules.zip)
* [node\_modules.zip (jsdelivr)](https://cdn.jsdelivr.net/gh/0resmon/db@raw/main/res-audio/node_modules.zip)
* [node\_modules.zip (0resmon.com)](https://0resmon.com/node_modules.zip)

Note: We are not affiliated with domains other than 0resmon.com and 0resmon.org! Do not trust and do not rely on them!

### Example of automatic setup

<figure><img src="/files/Z4wjp9VxbEm6m4PkSslh" alt=""><figcaption><p>res audio installation</p></figcaption></figure>

As you can see, when the script is first started, if there is no node\_modules file, it will give a warning and automatically apply it as shown in the example. If you have a problem, please follow the article at the beginning of this page!

### Configuration

After completing these steps the script will need a configuration setting! Please follow the steps on the [Configuration ](/0resmon/s4-resources/res-audio/configuration.md)page!


---

# 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://docs.0resmon.org/0resmon/s4-resources/res-audio/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.
