# FAQ

## Changing Voice Regions For Music

By default Grace will use `europe` nodes to play music. If you wish to change this follow the steps below. (**We recommend US-West**). &#x20;

{% hint style="warning" %}
You must be the **Server Owner** or have a role with the **Administrator**/**Manage Channels** permission in order to change the region.\
\
You also might have to try different regions in order to get **best quality**.
{% endhint %}

1. On discord press the gear icon when you hover over the voice channel. *Image Below*

![](/files/-MhAMewdZkmZBHl7_MGK)

&#x20;   2\. Next press the dropdown where it says Region Override. Once pressed select the region you wish to use. Grace will switch over nodes when you next do the play command with an empty queue. We recommend using **US-West** for best performance. *Image Below*

![](/files/-MhAMnrEwbrs4RKhHHRX)

## Whats our default prefix?

The current default prefix of Grace is `!`Or use `/` for slash commands!

## Dose Grace have a dashboard?

Yes! Grace has a dashboard! Try it at [GraceBot.net](https://gracebot.net/)!

## Who created Grace?

Grace was created by Spooder#1111 and is maintained by him and Primed Development!

## Why a lot of features managed by the dashboard and not commands?

We made this choice as its easier to implement new features on the fly without needing to restart a shard etc. We normally add a new features to the website first before we add it as a command!

## Why am I/guild banned form the bot or website?

Grace Staff work hard to keep grace as safe as possible at all times, this might require you or your guild to have their premium status removed or even banned completely. If you feel the punishment did not fit the crime you can contact us in our [discord server](https://gracebot.net/support)! If you are banned from our guild also this means you a permanently banned form all Grace Systems.&#x20;

## What do you use to code Grace?

Grace mainly uses NodeJS and the master version of Discord.JS!


---

# 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.gracebot.net/faq.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.
