# Settings

The settings page allows you to customize & edit your bot's functionality, customizing default error messages to data and security throughout your bot.&#x20;

### General

The general page allows you to operate bot controls and customize the visual aspects of your bot, such as the **Activity** **& Status**.

<figure><img src="/files/W26Y4Aa1im1uIkbwXJFU" alt=""><figcaption></figcaption></figure>

### Customization

The customization page allows you to edit the bots profile, such as the name, banner and the bio.

<figure><img src="/files/cjbTANS01p5RCNRfDZs1" alt=""><figcaption></figcaption></figure>

### Data & Security

The data & security page allows you to edit the 'backend' features of the bot, such as viewing & updating your bot token, refreshing bots data and deleting your bot.

<div align="center" data-full-width="false"><figure><img src="/files/pJe3NG7miDlK5JdoNv8B" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/RIO1FCdEentsd1lKvB3n" alt=""><figcaption></figcaption></figure>

### Default Messages

The default messages page covers any default error messages your bot may send. These defaults can range from Command not found error messages to command cooldown messages.

<figure><img src="/files/dsfHlFOkZ9v8vcRtlhNp" alt=""><figcaption></figcaption></figure>

| List of Command Errors in Default Messages Page | Description                                                                                                                       |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| Command not found                               | This message is sent when a user tries to use a command that does not exist.                                                      |
| Command cooldown                                | This message is sent when a user tries to use a command that is on cooldown. Use {time\_remaining} to display the remaining time. |
| Command DM permission                           | This message is sent when someone uses a command in DM's while not allowed.                                                       |
| Command guild permission                        | This message is sent when someone uses a command in a guild while not allowed.                                                    |
| Command allowed role permission                 | This message is sent when someone uses a command which requires a role they don't have.                                           |
| Command denied permission                       | This message is sent when someone uses a command which bans a role they have.                                                     |
| Command allowed channel permission              | This message is sent when a command is ran in a channel that is not whitelisted.                                                  |
| Command denied channel permission               | This message is sent when a command is ran in a channel that is banned.                                                           |
| Command allowed guild permission                | This message is sent when a command is ran in a guild that is not whitelisted.                                                    |
| Command denied guild permission                 | This message is sent when a command is ran in a guild that is banned.                                                             |
| Command allowed permissions permission          | This message is sent when a user runs this command while not having a permission.                                                 |
| Command denied permissions permission           | This message is sent when a user runs this command with a blacklisted permission.                                                 |

| List of Button Errors on Default Messages Page | Description                                                                               |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------- |
| Button trigger not found                       | This message triggers if the command / event that the button is linked to does not exist. |

| List of Menu Errors on Default Messages Page | Description                                                                             |
| -------------------------------------------- | --------------------------------------------------------------------------------------- |
| Menu trigger not found                       | This message triggers if the command / event that the menu is linked to does not exist. |

### Premium

The Premium page can be used to purchase premium features for your bot. Purchasing premium gives your bot countless more options [See here](https://botwiz.dev/#prices).

### Integrations

The integrations page is used to find information on your but like your OpenAI Token, Deepseek Token, and Anthropic Token.

<figure><img src="/files/h3QylYWI1CmkCMSd3K7F" alt=""><figcaption></figcaption></figure>


---

# 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.botwiz.dev/docs/dashboard/settings.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.
