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

# Comandos

`!bassboost <none|low|medium|high>` - Ajusta los graves.

`!bump` - Mueve una canción al frente de la cola.

`!clear` - Limpia la cola de el servidor.

`!config` - Edita la configuración del servidor.

`!disconnect` - Detiene la música y se sale de el canal de voz.

`!grab` - Guarda la canción en tu MD.

`!help [command]` - Información sobre el bot.

`!invite` - Para invitar el bot a tu servidor.

`!loop` - Repite la canción que esta sonando.

`!loopqueue` - Repite la cola entera.

`!lyrics [Song Name]` - Muestra la letra de una canción.

`!move` - Mueve una canción a otro lugar de la cola.&#x20;

`!nowplaying` - Muestra la canción que se esta reproduciendo.

`!pause` - Pausa la musica.

`!play [song]` - Pon tus canciones favoritas en el canal de voz.

`!queue` - Muestra la cola de canciones.

`!remove [number]` - Remueve una canción de la cola.

`!resume` - Continua la canción que pausaste.

`!search [song]` - Muestra un resultado de las canciones encontradas con una búsqueda.&#x20;

`!seek <time s/m/h>` - Ve hacia un punto de una canción.&#x20;

`!shuffle` - Aleatoriza la cola.

`!skip` - Salta la canción a la siguiente.

`!skipto <number>` - Salta la canción a otra en la cola.

`!stats` - Información del bot.

`!volume <volume>` - Mira o cambia el volumen del bot.

`!youtube` - Empieza una sesión de YouTube en el canal de voz.


---

# 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://astiago.gitbook.io/flute/comandos.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.
