# Server Setup

- [Roles](https://docs.serenity.wtf/server-setup/roles.md)
- [Reaction Roles](https://docs.serenity.wtf/server-setup/roles/reaction-roles.md): Allow your members to assign themselves roles by reacting to a message.
- [Booster Roles](https://docs.serenity.wtf/server-setup/roles/booster-roles.md): Reward your boosters with unique roles for themselves.
- [Button Roles](https://docs.serenity.wtf/server-setup/roles/button-roles.md): Allow your members to assign themselves roles by clicking a button.
- [VoiceMaster](https://docs.serenity.wtf/server-setup/voicemaster.md): Learn how to setup the VoiceMaster module.
- [Counters](https://docs.serenity.wtf/server-setup/counters.md): Count different statistics in your server.
- [Tickets](https://docs.serenity.wtf/server-setup/tickets.md): Learn how to setup the Ticket module.
- [Starboard](https://docs.serenity.wtf/server-setup/starboard.md): Allow members to repost interesting messages to a starboard channel


---

# 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.serenity.wtf/server-setup.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.
