# How to Request Songs

### Song Request Command

If Song Requests are enabled in your channel you (and your users) can request songs by either requesting the full YouTube URL, or just the video ID.

```
!sr YouTubeURL
```

```
!sr YouTubeVideoID
```

If your song request has been successful TidyLabs will post a message to your chat.

![](/files/-LwB4C292OLVbU-eZIaR)

{% hint style="info" %}
If you **disallow** links in your channel, ask your users to request the song using only the Video ID. If you allow URL's, then they can copy and paste the full YouTube URL.
{% endhint %}

### What is the YouTube URL?

If links are enabled in your chat room users can request songs using the full YouTube URL.

![Command:  !sr https://www.youtube.com/watch?v=JODtecBbTRk](/files/-LwB3J2J8lAH_lObch56)

### What is the YouTube Video ID?

If links are disabled, your users can request songs by using the YouTube Video ID.  The Video ID is the set of characters after the **v=**

![Command: !sr JODtecBbTRk ](/files/-LwB3p2yYVOSI5iIQD3T)


---

# 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.tidylabs.stream/tidylabs-chat-bot/song-requests/how-to-request-songs.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.
