# Autoplay

{% hint style="info" %}
The autoplay feature requires you to have a [server premium](https://stormbeatz.org/premium) tier.
{% endhint %}

### What does the autoplay feature do?

The autoplay feature queues music to the queue for you based on your queue's music taste! If you have a queue of any length, whether small or big and the queue ends, the bot will continue to find similar songs for you based on what was queued without you going out of your way to find new songs.&#x20;

### How does this work?

Firstly, you need to enable the autoplay feature. The autoplay feature will not work without it being enabled first.

{% hint style="success" %}
`settings autoplay on`
{% endhint %}

### Is the autoplay accurate?

We guarantee that the autoplay feature is very accurate to get similar songs based on the queue's music taste.

{% hint style="warning" %}
In order for the bot to start finding more songs with autoplay, you must have at least 3 previously queued tracks.
{% 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://docs.stormbeatz.org/guides/autoplay.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.
