# Server Management

- [Moderation](https://documentation.botghost.com/server-management/moderation.md): Moderate your server with a set of powerful commands!
- [Discord Automod](https://documentation.botghost.com/server-management/discord-automod.md): Manage automod rules using the default system of Discord, and optionally earn the Automod badge
- [Tickets](https://documentation.botghost.com/server-management/tickets.md): Let server members contact staff through a ticket!
- [Welcomer](https://documentation.botghost.com/server-management/welcomer.md): Give your new members a warm welcome!
- [Verification](https://documentation.botghost.com/server-management/verification.md): Easily verify new server members with Captcha, number inputs and more
- [Statistic Channels](https://documentation.botghost.com/server-management/statistic-channels.md): Create voice channels to track metrics of your server!
- [Modmail](https://documentation.botghost.com/server-management/modmail.md): Set up modmail, an easy way for members to contact staff
- [Auto-React](https://documentation.botghost.com/server-management/auto-react.md): Automatically add reactions to new messages sent in a channel
- [Sticky Roles](https://documentation.botghost.com/server-management/sticky-roles.md): Automatically re-assign roles to members that leave and re-join!
- [Emoji Manager](https://documentation.botghost.com/server-management/emoji-manager.md): Create, edit and copy emojis on your server with ease!
- [Polls Filter](https://documentation.botghost.com/server-management/polls-filter.md): Easily block unwanted polls in your server channels!


---

# 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://documentation.botghost.com/server-management.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.
