# Commands

| Command                                                 | Description                                |
| ------------------------------------------------------- | ------------------------------------------ |
| <mark style="color:green;">**`/autoplay`**</mark>       | Autoplay random related songs              |
| <mark style="color:green;">**`/back`**</mark>           | Plays the previous track                   |
| <mark style="color:green;">**`/bump`**</mark>           | Bump a song to the first spot in the queue |
| <mark style="color:green;">**`/clear`**</mark>          | Clear the current queue                    |
| <mark style="color:green;">**`/filters reset`**</mark>  | Clear all applied filters                  |
| <mark style="color:green;">**`/filters toggle`**</mark> | Toggle audio filter                        |
| <mark style="color:green;">**`/lavalink`**</mark>       | Lavalink node statistics                   |
| <mark style="color:green;">**`/loop`**</mark>           | Manage loop mode                           |
| <mark style="color:green;">**`/lyrics`**</mark>         | Get lyrics for a track                     |
| <mark style="color:green;">**`/nowplaying`**</mark>     | Shows the currently playing song           |
| <mark style="color:green;">**`/pause`**</mark>          | Pause the playback                         |
| <mark style="color:green;">**`/play`**</mark>           | Play a song                                |
| <mark style="color:green;">**`/queue`**</mark>          | Shows the current queue                    |
| <mark style="color:green;">**`/remove`**</mark>         | Removes a song from the queue              |
| <mark style="color:green;">**`/replay`**</mark>         | Replays the current track                  |


---

# 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://docs.iynxdev.com/plugins/music/commands.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.
