# Settings

- [Auto Roles](https://docs.betsybot.xyz/features/settings/auto-roles.md): Auto Roles are the roles that are automatically assigned to you when you join a server.
- [Setting up your custom bot](https://docs.betsybot.xyz/features/settings/setting-up-your-custom-bot.md): Instructions for setting up your own custom bot through the betzy dashboard.
- [Global command management](https://docs.betsybot.xyz/features/settings/global-command-management.md): Manage various global commands for your server through the betzy dashboard
- [Update configuration owner](https://docs.betsybot.xyz/features/settings/update-configuration-owner.md): Allows you to change the owner's configuration by entering the new discord id


---

# 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.betsybot.xyz/features/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.
