> For the complete documentation index, see [llms.txt](https://guide.green-bot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.green-bot.app/playing-your-first-song.md).

# Playing your first song

We've tried to make things simple to use whilst also giving you control of what happens in your voice channel. To get started with playing music you must first join the voice channel of your choice.

You can search for a specific song using the `/search` command.\
If you use the `/play` command, the bot will choose the first song.

Once you've made your search, Green-bot will search your song and add it to the queue.

If Green-bot give any results, or not the results you were looking for, then please give in a more specific search term or the direct link to the song instead.

*Green-Bot search finds only songs, if you want to play a video you have to prodvide the link*

![Playing Music](https://cdn.discordapp.com/attachments/863342883946627073/1010848984258052136/playsong.gif)

### Youtube video

You can also check this amazing video wich shows you how to play a song with the bot.

{% embed url="<https://youtu.be/zekLv1fl8HA>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.green-bot.app/playing-your-first-song.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.
