# HOW TO CONNECT TO THE AUDIO SERVER?

By default, the audio server is not loaded. To connect to the server, proceed as follows:

**LAUNCH THE AUDIO SERVER**

{% stepper %}
{% step %}

### Token generation

Once connected to the server: open the chat and enter the command `/audio` (don't forget the `/` in front of the command, otherwise it will be invalid)

{% hint style="success" %}
This command generates a **token** needed to establish the connection to the audio server.
{% endhint %}
{% endstep %}

{% step %}

### Click on the link

A <mark style="color:yellow;">yellow message</mark> appears on the screen, prompting you to start the audio server.
{% endstep %}

{% step %}

### Open the webpage

Click ont it to obtain the link (token) and open the webpage.
{% endstep %}

{% step %}

### Warning message

A <mark style="color:red;">warning message</mark> will ask you if you are sure you want to open this website.

Click `yes`  to launch the audio server on a web page.

{% hint style="danger" %}
**Warning!** Never click on a link from someone you don't trust!
{% endhint %}
{% endstep %}

{% step %}

### Launching the audio server

On the web page, click on `Start audio session`  button to activate the audio server.
{% endstep %}

{% step %}

### Connection completed

A little melody 🎶 is played once the connection has been established. A <mark style="color:green;">green message</mark> on your screen will also indicate that the audio server has connected successfully.
{% endstep %}
{% endstepper %}


---

# 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://support.epm-resort.eu/en/tutorials/how-to-connect-to-the-audio-server.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.
