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

# German

{% hint style="info" %}
Alle befehle die mit einem \* markiert wurden sind exklusiv mit dem premium Bot VoiceMaster+ erhältlich.

Mehr infos auf: [https://www.voicemaster.xyz](https://www.voicemaster.xyz/)
{% endhint %}

| Voice Befehle                  | Beschreibung                                                                                                    | Beispiel                       |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| **voice lock**                 | Sperrt den Raum sodass niemand mehr rein kann                                                                   | .voice lock                    |
| **voice unlock**               | Entsperrt den Raum                                                                                              | .voice unlock                  |
| **voice name \<name>**         | Ändert den Raumnamen                                                                                            | .voice name Lounge             |
| **voice limit \<number>**      | Beschränkt die Anzahl an Nutzern die beitreten können                                                           | .voice limit 5                 |
| **voice permit/allow <@user>** | Erlaube bestimmten Nutzern dem Raum beizutreten                                                                 | .voice permit @viinz           |
| **voice reject/deny <@user>**  | Sperre bestimmte Nutzer dem Raum beizutreten                                                                    | .voice reject @viinz           |
| **voice claim**                | Übernimm den Raum wen der Besitzer ihn verlassen hat                                                            | .voice claim                   |
| **voice info \<channel\_id>**  | Bekomme Informationen zu einem Raum                                                                             | .voice info 480390747636629505 |
| **\*voice text**               | [Erstelle temporäre Textkanäle neben dem Sprachchat](https://www.voicemaster.xyz/assets/images/textchannel.gif) | .voice text                    |
| **\*voice ghost/unghost**      | [Lass deinen Raum verschwinden/erscheinen](https://www.voicemaster.xyz/assets/images/ghost.gif)                 | .voice ghost                   |
| **\*voice invite <@user>**     | Lade einen Nutzer zu deinem versteckten Raum ein                                                                | .voice invite @viinz           |
| **\*archive**                  | Archiviert den temporären Textkanal d.h. er wird nicht gelöscht                                                 | .archive                       |

| Allgemeine Befehle        | Beschreibung                                                |
| ------------------------- | ----------------------------------------------------------- |
| **@voicemaster myprefix** | Gibt den aktuell für den Server eingestellten Prefix wieder |
| **aboutme**               | Zeigt Informationen über den Bot                            |
| **stats**                 | Zeigt Statistiken zur Bot-Nutzung                           |
| **ping**                  | Pong - Latenz                                               |
| **invite**                | Sendet einen Einladungslink für den Bot                     |
| **resetme**               | Setzt alle Einstellungen für den ausführenden zurück        |

| Admin Befehle                     | Beschreibung                                                                                        | Beispiel                                             |
| --------------------------------- | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| **voice setup**                   | [Installiert den "Join to Create" Raum](https://www.voicemaster.xyz/assets/images/join.gif)         | .voice setup                                         |
| **voice presetup \<channel\_id>** | Installiert "Join to Create" in einem bereits vorhandenen Raum                                      | .voice presetup 480390747636629505                   |
| **\*voice setup sequence**        | [Erstellt sortierte Räume](https://www.voicemaster.xyz/assets/images/sequential.gif)                | .voice setup sequence                                |
| **\*voice setup clone**           | [Erstellt Raäume mit vorgefertigten Limits und Namen](https://www.youtube.com/watch?v=or0IvxsUyLw)  | .voice setup clone                                   |
| **setprefix \<prefix>**           | Ändert den Prefix des Servers                                                                       | .setprefix v.                                        |
| **resetserver**                   | Setzt die Einstellungen des Servers zurück                                                          | .reset server                                        |
| **\*settext \<message>**          | [Lässt den Bot einen vorgefertigten Text in temporäre Textkanäle senden](https://imgur.com/gk3ZB3Q) | .settext check out our social medias ............... |


---

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