> For the complete documentation index, see [llms.txt](https://documentation.geekmusic.maitregeek.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.geekmusic.maitregeek.eu/bot-usage/commands.md).

# - Commands

***

<details>

<summary>Utility Commands</summary>

* **`/help`** - [Returns a list of commands usable with the bot](/bot-usage/commands/help.md)
* **`/pong`** - [Returns the bot's response time](/bot-usage/commands/pong.md)
* **`/status`** -[ Return's the bot's status](/bot-usage/commands/status.md)
* **`/clear` -** [Clear the bot state in your channel (clean the issues)](/bot-usage/commands/clear.md)
* **`/invite`** - [Returns the bot's invitation link](/bot-usage/commands/invite.md)
* **`/ticket`** - [Open a ticket to report a problem](/bot-usage/commands/ticket.md)
* **`/language`** - [Change the language in which the bot will respond to you](/bot-usage/commands/language.md)
* **`/vote`** - [Vote for GEEK Music](/bot-usage/commands/vote.md)
* **`/donate`** - [Returns the donation link to support the bot's development](/bot-usage/commands/donate.md)
* **`/credits`** - [Show the list of contributors for this project](/bot-usage/commands/credits.md)

</details>

<details>

<summary>Leaderboard Commands</summary>

* **`/profile`** - [Returns your profile within the bot](/bot-usage/commands/profile.md)
* **`/top` -** [Returns the current leaderboard](/bot-usage/commands/top.md)
* **`/topsong`** - [The most played songs on GEEK Music](broken://pages/2W1DIbW4hM9gSUYrNt8t)

</details>

<details>

<summary>Music Commands</summary>

* **`/play`** - [Play songs from a search query or file](/bot-usage/commands/play.md)
* **`/search`** - [Search and select music to play](/bot-usage/commands/search.md)
* **`/stop`** - [Stops the music](/bot-usage/commands/stop.md)
* **`/leave`** -[ Leave the current voice channel](/bot-usage/commands/leave.md)
* **`/pause`** - [Pause the current song](/bot-usage/commands/pause.md)
* **`/resume`** - [Resume a paused song](/bot-usage/commands/resume.md)
* **`/loop`** - [Loops active song/queue](/bot-usage/commands/loop.md)
* **`/filter`** - [Apply filters to the current song](/bot-usage/commands/filter.md)
* **`/lyrics`** - [Get lyrics for a song ](/bot-usage/commands/lyrics.md)
* **`/nowplaying`** - [Displays the active song](/bot-usage/commands/nowplaying.md)

</details>

<details>

<summary>Queue Commands</summary>

* **`/queue`** - [Display music queue](/bot-usage/commands/queue.md)
* **`/move`** - [Moves songs around in the queue](/bot-usage/commands/move.md)
* **`/remove`** - [Remove song from the queue](/bot-usage/commands/remove.md)
* **`/shuffle`** - [Shuffles the queue](/bot-usage/commands/shuffle.md)
* **`/skip`** - [Skips to the next song in the queue](/bot-usage/commands/skip.md)
* **`/skipto` -** [Skips to a specific position in the queue](/bot-usage/commands/skipto.md)

</details>

<details>

<summary>Playlist Commands</summary>

* **`/playlist add`** - [Add song to your playlist](/bot-usage/commands/playlist/playlist-add.md)
* **`/playlist move`** - [Move a song in your playlist](/bot-usage/commands/playlist/playlist-move.md)
* **`/playlist play`** - [Play a playlist](/bot-usage/commands/playlist/playlist-play.md)
* **`/playlist remove`** - [Removes a song from your playlist](/bot-usage/commands/playlist/playlist-remove.md)
* **`/playlist rename`** - [Rename a playlist](/bot-usage/commands/playlist/playlist-rename.md)
* **`/playlist list`** - [Get a list of all your playlists](/bot-usage/commands/playlist/playlist-list.md)
* **`/playlist delete` -** [Delete a playlist](/bot-usage/commands/playlist/playlist-delete.md)
* **`/playlist show`** - [Display a playlist](/bot-usage/commands/playlist/playlist-show.md)

</details>

<details>

<summary>Radio Commands</summary>

* **`/radio`** - Play a radio station
* **`/autoradio`** - Play a generated radio based on a specific genre or topic

</details>

***

{% hint style="warning" %}
This list is set to evolve.
{% endhint %}


---

# 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://documentation.geekmusic.maitregeek.eu/bot-usage/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.
