# Play/Stop

## The commands

To start, you need to join a voice <mark style="color:purple;">channel</mark> on the server you want to listen to music

{% hint style="info" %}

#### The bot must, of course, be on the server for this to work

{% endhint %}

#### To start playing a song, you just need to do the following command with the name or link of a song.

<figure><img src="/files/QqHDiYB49C7oZSpD9qdz" alt=""><figcaption><p>/play command with the name of a song</p></figcaption></figure>

<figure><img src="/files/O4ijZbOEwfF6stRTJRac" alt=""><figcaption><p>/play command with the link of a song</p></figcaption></figure>

{% hint style="warning" %}

#### You can also add a playlist to the queue, just put the link of the playlist in the query bar.

{% endhint %}

## To pause the music

To pause the music, you can use the following command

<figure><img src="/files/Nm51DR3MHLTp4ecldUPU" alt=""><figcaption></figcaption></figure>

## To stop the music

To stop the music, you just have to do the following commands

<figure><img src="/files/saNA5u6YJVXdUJnNHT7B" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}

#### For the command to work you must be in the voice channel

{% endhint %}


---

# 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://guide.flavibot.xyz/d/modules/music/play-stop.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.
