> For the complete documentation index, see [llms.txt](https://support.epm-resort.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.epm-resort.eu/en/tutorials/how-to-connect-to-the-audio-server.md).

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