# Radio Commands

<figure><img src="https://media.tenor.com/QnoEsLKCmKkAAAAC/check-done.gif" alt=""><figcaption></figcaption></figure>

## Commands :

1. **To setup funky's radio :**&#x20;

> Use `/radio set <group> [voice-channel [stage-channel]` command.

2. **To stop funky's radio :**&#x20;

> Use `/radio unset` command.

3. **To update funky's radio :**&#x20;

> Use `/radio update [voice-channel [stage-channel]` command.

4. **To add a group :**&#x20;

> Use `/radio add <group>` command.

5. **To remove a group :**&#x20;

> Use `/radio remove <group>` command.

6. **To list all groups in server radio playlist :**&#x20;

> Use `/radio list` command.

7. **Incase radio stops playing or you want to randomize the playlist**

> Use `/radio refresh` command. This command has 10 minutes cooldown.

8. **To skip current playing track :**

> Use `/radio skip` command.

9. **To view current playing track :**

> Use `/radio current` command.

10. **To view upcoming five track :**

> Use `/radio upcoming` command.
>
> When the playlist ends, funky shuffles the playlist. So, if you run the command just before the shuffle it may just show current track.


---

# 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://funky.itzleo.com/funky/radio-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.
