# Server Configuration

- [Roles](https://docs.evelina.bot/server/roles.md)
- [Vanity Roles](https://docs.evelina.bot/server/roles/vanity.md): Reward your members for advertising your server in their status.
- [Booster Roles](https://docs.evelina.bot/server/roles/booster.md): Reward your boosters with unique roles for themselves.
- [Reaction Roles](https://docs.evelina.bot/server/roles/reaction.md): Allow your members to assign themselves roles by reacting to a message.
- [Button Roles](https://docs.evelina.bot/server/roles/button.md): Allow your members to assign themselves roles by clicking a button.
- [Messages](https://docs.evelina.bot/server/messages.md)
- [System Messages](https://docs.evelina.bot/server/messages/system.md): Automatically send messages when certain member events occur.
- [Auto Responders](https://docs.evelina.bot/server/messages/responder.md): Automatically respond to trigger messages.
- [Auto Messages](https://docs.evelina.bot/server/messages/timer.md): Schedule messages to be sent at an interval.
- [Button Messages](https://docs.evelina.bot/server/messages/button.md): Response with a message to a button.
- [Logging](https://docs.evelina.bot/server/logging.md): Log events in your server.
- [Starboard](https://docs.evelina.bot/server/starboard.md): Allow members to repost interesting messages to a starboard channel.
- [VoiceMaster](https://docs.evelina.bot/server/voicemaster.md): Create temporary voice channels which can be customized to your liking.
- [Level Rewards](https://docs.evelina.bot/server/level.md): Reward your members for being active in your server.
- [Bump Reminder](https://docs.evelina.bot/server/bump.md): Receive reminders to bump your server on DISBOARD.
- [Reaction Triggers](https://docs.evelina.bot/server/reaction.md): Automatically react to trigger messages.
- [Command Aliases](https://docs.evelina.bot/server/aliases.md): Create shortcuts to invoke other commands.


---

# 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.evelina.bot/server.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.
