# Player Control System

### What does the Player Control system do?

It allows members to go to a specific channel that the server has set and play tracks from there by simply sending the track name, link, file, etc. The channel is kept clean and all messages are deleted!

{% hint style="info" %}
This system is completely **optional**! Only implement it if you want it.&#x20;
{% endhint %}

### How does this work?

Firstly, you have to set the player control channel. You can only have one player control channel at a time. To add a player control channel, just run the following:&#x20;

{% hint style="success" %}
`settings control [#channel/channel ID]`
{% endhint %}

### What's unique about our Player Control system?

Our player control embed is very unique with many buttons, select menus, and a cool system overall. Once a track is queued through the player control channel, you can use the buttons to backtrack, pause/unpause, skip, get lyrics, view queue, change sound effects, and more! <br>

### What does it look like?

![](/files/aowC3G1ePGeNuFzAqi90) ![](/files/KpbAGMI3UbWMm0jghspp)


---

# 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/player-control-system.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.
