> For the complete documentation index, see [llms.txt](https://wiki.cmgstudios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cmgstudios.net/guides/starter-guide/voice-setup.md).

# Voice Setup

{% hint style="warning" %}

#### Voice chat is required whilst playing on CMG.

{% endhint %}

1. Press the <mark style="color:blue;">ESC</mark> button on your keyboard to open the GTA home screen
2. Select the <mark style="color:blue;">`Settings`</mark> button at the top
3. Select the <mark style="color:blue;">`Voice Chat`</mark> button on the side panel
4. Check the <mark style="color:blue;">`Voice Chat Enabled`</mark> is set to <mark style="color:green;">`On`</mark>
5. Check the <mark style="color:blue;">`Output Device`</mark> matches the device you are using to listen to audio
6. Check the <mark style="color:blue;">`Voice Chat Volume`</mark> slider is to the right
7. Check the <mark style="color:blue;">`Microphone Enabled`</mark> is set to <mark style="color:green;">`On`</mark>
8. Check the <mark style="color:blue;">`Input Device`</mark> matches the device you are using to speak through
9. Check the <mark style="color:blue;">`Microphone Volume`</mark> slider is to the right
10. If using <mark style="color:blue;">`Voice Activated`</mark> check the <mark style="color:blue;">`Microphone Sensitivity`</mark> slider is to the right
11. If using <mark style="color:blue;">`Push To Talk`</mark> use the **N** key to speak in game, you can be rebind in the settings also


---

# 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://wiki.cmgstudios.net/guides/starter-guide/voice-setup.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.
