# Controller

The controller is a system that will create or use an existing channel to use the bot without using commands

To set up the controller system just use the `/controller` command, if you want to specify an existing channel you can do that in the command's options. &#x20;

<figure><img src="/files/vAZlHybKqT56fZlnlnJp" alt=""><figcaption><p>Example of the controller</p></figcaption></figure>

To use the controller it is very simple, just enter the link or name of a song in the channel without doing any command.&#x20;

<figure><img src="/files/5J1UDg3itN0Z69UUG7VA" alt="" width="460"><figcaption><p>Example of how to use with the link</p></figcaption></figure>

<figure><img src="/files/Z2b2GOASi9VO0Crz9yiJ" alt="" width="436"><figcaption><p>Example of how to use with the song name</p></figcaption></figure>

<figure><img src="/files/8QVH1PcV0MLahGuNmcDv" alt=""><figcaption><p>The controller after it recieved a song input</p></figcaption></figure>


---

# 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/controller.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.
