> 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/interface.md).

# Interface

| Button       | Action                  | Description                                                                                                   |
| ------------ | ----------------------- | ------------------------------------------------------------------------------------------------------------- |
| `:vmlock:`   | **Lock channel**        | Locks your voice channel – no one else can join.                                                              |
| `:vmunlock:` | **Unlock channel**      | Unlocks your channel, allowing others to join.                                                                |
| `:eye2:`     | **Hide channel**        | Hides your channel from the public channel list (users already inside can still see it).                      |
| `:vmeye:`    | **Reveal channel**      | Makes your channel visible again after hiding.                                                                |
| `:owner12:`  | **Claim ownership**     | If the original owner leaves, you can claim ownership of the channel.                                         |
| `:vmkick:`   | **Disconnect a member** | Opens a dropdown menu to select a member and disconnect them from your channel.                               |
| `:vmstart:`  | **Start an activity**   | Launches a menu of voice activities (e.g., YouTube Together, Poker Night) that you can start in your channel. |
| `:_I:`       | **Show channel info**   | Displays detailed information about your channel: owner, co-owners, user limit, creation time, etc.           |
| `:plus1:`    | **Increase user limit** | Increases the maximum number of users allowed in your channel by 1.                                           |
| `:minus:`    | **Decrease user limit** | Decreases the maximum number of users allowed in your channel by 1.                                           |
| `:vmrename:` | **Rename channel**      | Opens a modal where you can enter a new name for your channel.                                                |

{% hint style="info" %}
&#x20;**Note:** The emoji icons shown above are custom Discord emojis. They may appear differently depending on your server's emoji settings. If you don't see them, ensure the bot has permission to use external emojis.
{% endhint %}

***

### How to Access the Interface

1. **Join** the voice channel named **join-to-create** (or whatever your server admin has set up).
2. VoiceMaster will instantly create a new voice channel for you and move you into it.
3. Look for a message in the configured **panel channel** (e.g., #voice-panel) – it contains all the interface buttons.
4. Click any button to perform the corresponding action on your channel.

{% hint style="warning" %}
**Important:** Only the **channel owner** and **co-owners** can use most of these buttons. Other members will see the panel but cannot interact with it (except for viewing info or claiming ownership if applicable).
{% endhint %}

***

### Example Workflow

* You create a channel for a game night.
* Click `:vmlock:` to keep it private while you set up.
* Once ready, click `:vmunlock:` to let friends join.
* Want to watch a video together? Click `:vmstart:` and select **YouTube Together**.
* If someone is being disruptive, click `:vmkick:` and choose their name to disconnect them.
* When you're done, you can simply leave – the channel will automatically be deleted after everyone leaves (configurable).

***

### For Administrators

The interface panel is sent automatically after setup. You can customize its appearance and behavior in the bot’s configuration. If you need to reset or remove the panel, use the admin command `.voicemaster remove_config`.


---

# 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/interface.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.
