> For the complete documentation index, see [llms.txt](https://musicobot.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://musicobot.gitbook.io/guide/guide-overview/getting-started/musicobot-commands.md).

# MusicoBot Commands

Explore a variety of commands such as play, skip, stop, queue, pause, resume, volume, now playing, shuffle, and search. With these commands, you can start playing music, skip tracks, adjust volume.

| Command                   | Description                                                                                     |
| ------------------------- | ----------------------------------------------------------------------------------------------- |
| `.clearqueue`             | Clears the queue while keeping the current song playing.                                        |
| `.grab`                   | Grabs the current playing song and sends it to your direct messages.                            |
| `.join`                   | Connects the bot to your voice channel.                                                         |
| `.jump [Number in Queue]` | Jumps to a specific track in the queue.                                                         |
| `.leave`                  | Disconnects the bot from the voice channel.                                                     |
| `.loop`                   | Sets repeat mode for the current track.                                                         |
| `.lyrics`                 | Shows the lyrics of the current track.                                                          |
| `.nowplaying`             | Shows the currently playing song.                                                               |
| `.pause`                  | Pauses the current track.                                                                       |
| `.play [song / url]`      | Play a song by providing its name or using a link (URL) from any one of your favorite services. |
| `.previous`               | Plays the previous song.                                                                        |
| `.queue`                  | Displays the currently playing queue list.                                                      |
| `.removedups`             | Removes duplicate entries from the queue.                                                       |
| `.remove [Number]`        | Removes a specific song from the queue.                                                         |
| `.replay`                 | Replays the currently playing song.                                                             |
| `.resume`                 | Resumes playback after being paused.                                                            |
| `.rewind`                 | Rewinds to a specific time in the currently playing track.                                      |
| `.seek [time]`            | Seeks to a specific time in the currently playing track.                                        |
| `.shuffle`                | Shuffles the queue.                                                                             |
| `.skip`                   | Skips to the next song.                                                                         |
| `.stop`                   | Stops playback and disconnects the bot.                                                         |
| `.volume [Number]`        | Adjusts the volume of the playback.                                                             |

*This table format organizes the commands and their descriptions neatly, making it easier for users to find the information they need.*
