# Music

<table><thead><tr><th>Comandă</th><th>Descriere</th><th data-hidden>Comandă</th></tr></thead><tbody><tr><td><strong>/bassboost</strong></td><td>Setează nivelul de bassboost.</td><td><strong>;bassboost &#x3C;level></strong></td></tr><tr><td><strong>/loop</strong></td><td>Repetă o melodie sau lista de redare.</td><td><strong>;loop</strong></td></tr><tr><td><strong>/np</strong></td><td>Afișează ce melodie este redată în prezent</td><td><strong>;np</strong></td></tr><tr><td><strong>/pause</strong></td><td>Întrerupe melodia curentă.</td><td><strong>;pause</strong></td></tr><tr><td><strong>/play</strong></td><td>Dă play la o melodie de pe Youtube sau Spotify.</td><td><strong>;play &#x3C;song></strong></td></tr><tr><td><strong>/queue</strong></td><td>Afișează lista de redare.</td><td><strong>;queue [page]</strong></td></tr><tr><td><strong>/resume</strong></td><td>Reia o melodie oprită.</td><td><strong>;resume</strong></td></tr><tr><td><strong>/search</strong></td><td>Caută o melodie de pe youtube.</td><td><strong>;search &#x3C;name></strong></td></tr><tr><td><strong>/seek</strong></td><td>Redă melodia la un anumit timp specificat.</td><td><strong>;skipto &#x3C;pos></strong></td></tr><tr><td><strong>/shuffle</strong></td><td>Amestecă melodiile din lista de redare.</td><td><strong>;shuffle</strong></td></tr><tr><td><strong>/skip</strong></td><td>Treci la melodia următoare.</td><td><strong>;skip</strong></td></tr><tr><td><strong>/stop</strong></td><td>Oprește toate melodiile din lista de redare.</td><td><strong>;stop</strong></td></tr><tr><td><strong>/volume</strong></td><td>Setează volumul melodiei.</td><td><strong>;volume &#x3C;level></strong></td></tr></tbody></table>


---

# 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://doc.dozabot.eu/comenzi/music.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.
