# Changing Volume

You can controll Green-bot's volume in the voice channel using the volume command

\
To set the volume to a specific number just do `/volume number`\
You can specify a number between 1 and 200. Low values are not recomended

If you want to increase the volume use `/volume up`, to decrease it use `/volume down`

You see the current volume by using just `/volume`


---

# 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.green-bot.app/features/changing-volume.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.
