# Start Here

## Support

Please report any issues you have in the [GitHub](https://github.com/AvarianKnight/pma-voice/issues). Please note support isn't guaranteed for this resource, and is provided as a courtesey.&#x20;

{% hint style="info" %}
It is expected for servers to be on the latest recommended version, which you can find [here](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/) for windows, and [here](https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/) for linux.&#x20;

You will not be given support on a outdated version of FiveM.
{% endhint %}

### Compatibility Notice

This script is not compatibile with other voice systems, such as vMenus voice chat, which means you will have to [disable](https://docs.vespura.com/vmenu/faq/#q-how-do-i-disable-voice-chat) it.

Please do not override `NetworkSetTalkerProximity`, `MumbleSetAudioInputDistance`, `MumbleSetAudioOutputDistance`, or `NetworkSetVoiceActive` in any of your othher scripts as this can cause pma-voice to break.


---

# 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://voice.avarian.dev/master.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.
