# Introduction

{% hint style="warning" %}
Only server administrators (users with`ADMINISTRATOR`permission) can modify StormBeatz settings!
{% endhint %}

{% hint style="info" %}
You can @mention the bot as a prefix or use our slash commands!
{% endhint %}

### Permissions

**StormBeatz requires the following TEXT permissions:**

* `READ_MESSAGES`
* `SEND_MESSAGES`
* `EMBED_LINKS`
* `USE_EXTERNAL_EMOJIS`
* `ADD_REACTIONS`
* `MANAGE_MESSAGES`
* `READ_MESSAGE_HISTORY`

**StormBeatz requires the following VOICE permissions:**

* `VIEW_CHANNEL`
* `CONNECT`
* `SPEAK`
* `USE_VOICE_ACTIVITY`

Not giving the proper permissions to the bot will result in the bot returning an error requesting for the missing permissions. Example:\
![](/files/aZ2oPhGkVdyrK171nFRQ)

{% hint style="warning" %}
Make sure the Discord channel permissions are correct!\
\&#xNAN;*Discord Permissions Guide:* <https://support.discord.com/hc/en-us/articles/206029707>
{% endhint %}

### Change Prefix

{% tabs %}
{% tab title="Explanation" %}
**To change the bot's prefix, use this command:**&#x20;

{% hint style="success" %}
`;settings setprefix [new prefix]`
{% endhint %}
{% endtab %}

{% tab title="Visualization" %}
![](/files/-Ma0Rq7_jzsrFX36GGMk)
{% endtab %}
{% endtabs %}


---

# 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.stormbeatz.org/guides/introduction.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.
