> For the complete documentation index, see [llms.txt](https://mythicalbot.gitbook.io/arklynn-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicalbot.gitbook.io/arklynn-docs/server-configuration/voicemaster/config.md).

# Config

***

### Server Configuration (Admin)

Before your members can use VoiceMaster, an administrator must run the **setup command**. This defines two essential channels:

| Setting                    | Description                                                                         | Command Example   |
| -------------------------- | ----------------------------------------------------------------------------------- | ----------------- |
| **Join‑to‑Create Channel** | The voice channel users join to automatically create their temporary voice channel. | `#join-to-create` |
| **Panel Channel**          | The text channel where the bot posts the interactive control panel (buttons).       | `#voice-panel`    |

#### Setup Command

* **Prefix:** `.setup_voicemaster <join-channel> <panel-channel>`
* **Slash:** `/setup_voicemaster join_channel:<channel> panel_channel:<channel>`

**Example:**\
`.setup_voicemaster #join‑to‑create #voice‑panel`

After successful setup, the bot will:

* Create a **join‑to‑create** voice channel (if it doesn’t already exist).
* Send an embedded panel message into the chosen **panel channel**. This panel contains all the buttons for channel management.

{% hint style="success" %}
Only users with **Administrator** permission can run this command.
{% endhint %}

***

### Removing Configuration

If you ever need to disable VoiceMaster on your server (e.g., to switch to a different bot or reset everything), use the **remove config** command:

* **Prefix:** `.voicemaster remove_config`
* **Slash:** `/vm_remove_config`

{% hint style="warning" %}
**Warning:** This permanently deletes all VoiceMaster settings for your server. Any temporary channels will no longer be managed by the bot, and the panel message will stop working. This action cannot be undone.
{% endhint %}


---

# 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:

```
GET https://mythicalbot.gitbook.io/arklynn-docs/server-configuration/voicemaster/config.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.
