> 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_sp.md).

# Spanish

{% hint style="info" %}
Cualquier comando marcado con un \* solo está disponible con nuestra versión premium del bot

Descubre más en <https://www.voicemaster.xyz>
{% endhint %}

| Comando de voz                 | Descripción                                                                                                              | Ejemplo de uso                 |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------ |
| **voice lock**                 | Bloquea el canal para que nadie pueda unirse                                                                             | .voice lock                    |
| **voice unlock**               | Desbloquea el canal                                                                                                      | .voice unlock                  |
| **voice name \<name>**         | Cambiar nombre de canales                                                                                                | .voice name Lounge             |
| **voice limit \<number>**      | Limita cuántos usuarios pueden unirse a tu canal                                                                         | .voice limit 5                 |
| **voice permit/allow <@user>** | Permitir que cierto usuario se una a tu canal                                                                            | .voice permit @sam             |
| **voice reject/deny <@user>**  | Rechazar que cierto usuario se una a tu canal                                                                            | .voice reject @sam             |
| **voice claim**                | Reclama un canal una vez que el propietario lo haya dejado                                                               | .voice claim                   |
| **voice info \<channel\_id>**  | Obtener información sobre un canal                                                                                       | .voice info 480390747636629505 |
| **\*voice text**               | [Crea canales de texto temporales junto a tus canales de voz](https://www.voicemaster.xyz/assets/images/textchannel.gif) | .voice text                    |
| **\*voice ghost/unghost**      | [Haz que tu canal desaparezca / aparezca](https://www.voicemaster.xyz/assets/images/ghost.gif)                           | .voice ghost                   |
| **\*voice invite <@user>**     | Enviar un enlace de invitación a un usuario cuando haya ocultado su canal                                                | .voice invite @sam             |
| **\*archive**                  | Archiva los canales de texto temporales, lo que significa que no se eliminarán                                           | .archive                       |

| Comandos generales        | Descripción                                                |
| ------------------------- | ---------------------------------------------------------- |
| **@voicemaster myprefix** | Te da la configuración actual del prefijo para el servidor |
| **aboutme**               | Te da información sobre el bot                             |
| **stats**                 | Te da estadísticas del uso del bot                         |
| **ping**                  | Pong - latencia                                            |
| **invite**                | Te da un enlace de invitación para el bot                  |
| **resetme**               | Restablece todas tus configuraciones                       |

| Comandos de administrador  | Descripción                                                                                                                | Ejemplo de uso                                       |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| **voice setup**            | [Configurar unirse para crear canales](https://www.voicemaster.xyz/assets/images/join.gif)                                 | .voice setup                                         |
| **\*voice setup sequence** | [Crea canales secuenciales](https://www.voicemaster.xyz/assets/images/sequential.gif)                                      | .voice setup sequence                                |
| **\*voice setup clone**    | [Crea canales con nombres / límites predefinidos](https://www.youtube.com/watch?v=or0IvxsUyLw)                             | .voice setup clone                                   |
| **setprefix \<prefix>**    | Cambia el prefijo del servidor                                                                                             | .setprefix v.                                        |
| **resetserver**            | Restablecer la configuración del servidor                                                                                  | .reset server                                        |
| **\*settext \<message>**   | [El bot enviará el mensaje especificado a los canales temporales creados en la creación.](https://i.imgur.com/gk3ZB3Q.png) | .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, and the optional `goal` query parameter:

```
GET https://voicemaster.gitbook.io/voicemaster/help/help_sp.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.
