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

# Voice Chat Guide

{% hint style="warning" %}
Before using voice chat please be aware that it is **actively monitored** by staff and any misuse will be punished accordingly!
{% endhint %}

## Voice Chat Menu

To use voice chat on the server you'll need to press the **V** key on your keyboard, this will bring up the Simple Voice Chat menu.

<p align="center"><img src="https://i.gyazo.com/7fdac07a0fbf294c45b3d61f119af2eb.png" alt=""></p>

## Voice Chat Settings

Here you can adjust the settings to your liking including things like volume and activation method.

<p align="center"><img src="https://i.gyazo.com/ed087afe99cd0908cdc96f55a206fcae.png" alt=""></p>

## Microphone and Speaker Settings

Here you can select which microphone and speaker you would like the voice chat to utilize.

<p align="center"><img src="https://i.gyazo.com/28bb9f1037c60d63f24af089fb482191.png" alt=""></p>

<p align="center"><img src="https://i.gyazo.com/99e3eea2f338be9d89a92a2338499167.jpg" alt=""></p>

## Creating a Group

If you would like to only speak to your friends that is always an option. Click "Group" in the main voice chat menu and then "Create Group". Add a name and password and select which type of group you want from the options below:

* **Normal:** Players who are not in your group can't hear you, but you can hear them.
* **Open:** Players who are not in your group can hear you, and you can hear them.
* **Isolated:** Players who are not in your group can't hear you, and you can't hear them.

<p align="center"><img src="https://i.gyazo.com/9dbfffa22ab6b6e20cf20401d07ed728.png" alt=""></p>


---

# 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.apexcobblemon.com/info/server-guides/voice-chat-guide.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.
