# Skip/Remove

## Skip Command

The skip command is used to put the <mark style="color:purple;">**next**</mark> music

{% hint style="warning" %}

#### Don't forget that you must be in the voice channel and have a song in queue or playing for the command to work.

{% endhint %}

#### To skip a song you only have to do the following command

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

If after this song the queue is empty, the bot will wait silent until there are more songs added

{% hint style="warning" %}

#### If no song is queued for a certain amount of time, the bot will disconnect from the audio channel on it's own.

This can be adjusted in the <mark style="color:purple;">**Inactive disconnect timeout**</mark> slider on the music page of the dashboard.
{% endhint %}

## Remove Command

The remove command has the utility of <mark style="color:purple;">**removing**</mark> music from the queue

Don't forget that you must be in the voice channel for the command to work.

{% hint style="warning" %}

#### Don't forget that you must be in the voice channel for the command to work.

{% endhint %}

#### To remove a song from the queue you must do one of the following commands depending on your need.

<figure><img src="/files/WFbAMgD2ZgbLWnvwY2wT" alt=""><figcaption><p><mark style="color:purple;">/remove position</mark> command that will remove a song from the queue with the selected position</p></figcaption></figure>

<figure><img src="/files/FWk1YuT3lumZqsxwtrsc" alt=""><figcaption><p><mark style="color:purple;">/remove first</mark> command will remove the first song in the queue</p></figcaption></figure>

<figure><img src="/files/spa9vfJCe3dUXBi9aV0G" alt=""><figcaption><p><mark style="color:purple;">/remove last</mark> command will remove the last song in the queue</p></figcaption></figure>

{% hint style="info" %}

#### You can see the queue by doing the <mark style="color:purple;">/queue</mark> command or by going to the music panel by using the [<mark style="color:purple;">/music-panel</mark>](/d/modules/music/web-player.md) command

{% 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/skip-remove.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.
