# English

{% hint style="info" %}
Any command marked with an **\*** is only available with our premium version of the bot

Find out more at [https://www.voicemaster.xyz](https://www.voicemaster.xyz/)
{% endhint %}

| Voice command                  | Description                                                                                                                | Example usage                  |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| **voice lock**                 | Locks the channel so that no one can join it                                                                               | .voice lock                    |
| **voice unlock**               | Unlocks the channel                                                                                                        | .voice unlock                  |
| **voice name \<name>**         | Change channels name                                                                                                       | .voice name Lounge             |
| **voice limit \<number>**      | Limit how many users can join your channel                                                                                 | .voice limit 5                 |
| **voice permit/allow <@user>** | Permit certain user to join your channel                                                                                   | .voice permit @sam             |
| **voice reject/deny <@user>**  | Reject a certain user from joining your channel                                                                            | .voice reject @sam             |
| **voice claim**                | Claim a channel once the owner has left it                                                                                 | .voice claim                   |
| **voice info \<channel\_id>**  | Get information about a channel                                                                                            | .voice info 480390747636629505 |
| **\*voice text**               | [Create Temporary text channels along side your voice channels](https://www.voicemaster.xyz/assets/images/textchannel.gif) | .voice text                    |
| **\*voice ghost/unghost**      | [Make your channel disappear/appear](https://www.voicemaster.xyz/assets/images/ghost.gif)                                  | .voice ghost                   |
| **\*voice invite <@user>**     | Send an invite link to a user when you've hidden your channel                                                              | .voice invite @sam             |
| **\*archive**                  | Archives the temporary text channels, meaning they won't get deleted                                                       | .archive                       |

| General commands          | Description                                       |
| ------------------------- | ------------------------------------------------- |
| **@voicemaster myprefix** | Gives you the current prefix setup for the server |
| **aboutme**               | Gives you information about the bot               |
| **stats**                 | Gives you statistics of the bot usage             |
| **ping**                  | Pong - latency                                    |
| **invite**                | Gives you an invite link for the bot              |
| **resetme**               | Resets all of your settings                       |

| Admin commands                    | Description                                                                                                               | Usage                                                |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| **voice setup**                   | [Setup join to create channels](https://www.voicemaster.xyz/assets/images/join.gif)                                       | .voice setup                                         |
| **voice presetup \<channel\_id>** | Setup join to create in a premade category                                                                                | .voice presetup 480390747636629505                   |
| **\*voice setup sequence**        | [Create sequential channels ](https://www.voicemaster.xyz/assets/images/sequential.gif)                                   | .voice setup sequence                                |
| **\*voice setup clone**           | [Creates channels with predefined names/limits](https://www.youtube.com/watch?v=or0IvxsUyLw)                              | .voice setup clone                                   |
| **setprefix \<prefix>**           | Changes the prefix for the server                                                                                         | .setprefix v.                                        |
| **resetserver**                   | Reset the server settings                                                                                                 | .reset server                                        |
| **\*settext \<message>**          | [The bot will send the specified message to the temporary created channels on creation.](https://i.imgur.com/gk3ZB3Q.png) | .settext check out our social medias ............... |


---

# 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://voicemaster.gitbook.io/voicemaster/help/help_eng.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.
