# Commands

The following examples in the code block are shown with the default prefix of chillbot which is `/`

![](/files/qrd5yOeKJ7zNTc86F5Ai)

## Music Commands

### Play

First join a VC then use the `play` command. ChillBot will join the VC and start playing lofi music

```
/play
```

### Stop

To make the bot stop playing music and leave the VC use the `stop` command

```
/stop
```

{% hint style="info" %}
**`stop`** requires manage messages permission or DJ Role (see premium bot for DJ role)
{% endhint %}

### Now Playing

We've recently added a `nowplaying` command which gives you information of the currently playing song! In order to use this command you need to vote for the bot. You can Vote for the bot here <https://chillbot.me/vote&#x20>;

You can bypass this by making your guild premium&#x20;

```
/now-playing
```

## Utility&#x20;

### Help

The help command gives useful information about the bot such as the full list of commands, our affiliations as well as links to vote for the bot and join our support server.

```
/help
```

The help command can also be used to give more information about another command. In the example below we will get more information on the prefix command.

```
/help play
```

### Vote

Voting for the bot helps us out a lot and we really appreciate it! When you vote for the bot you gain access to the`nowplaying`command for 12 hours. You can vote for the bot again to gain access to it. To show our gratitude you can also get 1 month of premium by having 100 votes! The vote command gives the voting link to ChillBot's TOP.gg page

```
/vote
```

### Ping

The ping command is useful as it gives you latency information about the bot.

```
/ping
```

### Support

Simply gives you link to join our support server

```
/support
```

### Invite

Gives the link link to add the bot to your server

```
/invite
```

### Statistics

Gives various stats about the bot

```
/stats
```

### Credits

You can see all the contributors to chillbot by using the credits command

```
/credits
```

###

\
Music`nowplaying`, `play`, `stop`

Premium`premium`

Utility`credits`, `help`, `invite`, `ping`, `prefix`, `stats`, `support`, `vote`


---

# 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.chillbot.me/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.
