# Features

- [Features List](https://docs.elyxir.dev/features/features-list.md): This page shows the full list of features for the Elyxir bot!
- [Custom Instances](https://docs.elyxir.dev/features/custom-instances.md): This feature is a base functionality which means that it cannot be disabled
- [Ticket System](https://docs.elyxir.dev/features/tickets.md): This feature is part of the Tickets Module.
- [Panel Types](https://docs.elyxir.dev/features/tickets/panel-types.md): This page details how each of the ticket panel types differ from one another.
- [Custom Forms](https://docs.elyxir.dev/features/tickets/custom-forms.md): This page details how to create a custom form for your ticket panel.
- [Customisation](https://docs.elyxir.dev/features/tickets/customisation.md): This page addresses the ability to customise the responses of the bot within the ticket system
- [Integrations](https://docs.elyxir.dev/features/tickets/integrations.md): This page explains how to setup the unique integrations with our ticket system
- [Statistic Tracking](https://docs.elyxir.dev/features/tickets/statistic-tracking.md): This page explains the statistic tracking available with our ticket system
- [Vanity Roles](https://docs.elyxir.dev/features/vanity-roles.md): This feature is part of the Vanity Roles Module.
- [Gang Priority Manager](https://docs.elyxir.dev/features/gangpriority.md): This feature is part of the Gang Priority Module.
- [Giveaways](https://docs.elyxir.dev/features/giveaways.md): This feature is part of the Giveaways Module.
- [Applications System](https://docs.elyxir.dev/features/applications.md): This feature is part of the Applications Module.
- [Application Types](https://docs.elyxir.dev/features/applications/application-types.md): This page showcases the different preset application types, and how to make your own
- [FiveM Status Embed](https://docs.elyxir.dev/features/fivemstatus.md): This feature is part of the FiveM Status Module.
- [Guild Tag Rewards](https://docs.elyxir.dev/features/guild-tag-rewards.md): This feature is part of the Guild Tag Rewards Module.
- [Sticky Messages](https://docs.elyxir.dev/features/stickymessages.md): This feature is part of the Sticky Messages Module.
- [Booster Responder](https://docs.elyxir.dev/features/boost-responder.md): This feature is part of the Miscellaneous Module.
- [Managed Role Permissions](https://docs.elyxir.dev/features/managed-role-permissions.md): This feature is part of the Managed Roles Module.
- [Gang Strikes Manager](https://docs.elyxir.dev/features/gangstrikes.md): This feature is part of the Gang Strikes Module.
- [Auto Roles](https://docs.elyxir.dev/features/autoroles.md): This feature is part of the Auto Roles Module.
- [Sits Tracker](https://docs.elyxir.dev/features/sitstracker.md): This feature is part of the Sits Tracking Module.
- [Restarts Notifications](https://docs.elyxir.dev/features/restarts.md): This feature is part of the Restarts Module.
- [Sticky Roles](https://docs.elyxir.dev/features/stickyroles.md): This feature is part of the Sticky Roles Module.
- [Verification](https://docs.elyxir.dev/features/verification.md): This feature is part of the Verification Module.
- [Verification Styles](https://docs.elyxir.dev/features/verification/verification-styles.md): This page outlines the different styles of verification, and the benefits to your server
- [Keyword Response](https://docs.elyxir.dev/features/custom-commands.md): This feature is part of the Keyword Response Module.
- [Embed Creation](https://docs.elyxir.dev/features/embeds.md): This feature is a base functionality which means that it cannot be disabled
- [Welcome System](https://docs.elyxir.dev/features/welcome.md): This feature is part of the Welcome Module.
- [Mass Unbans](https://docs.elyxir.dev/features/mass-unbans.md): This feature is part of the Miscellaneous Module.
- [Community Polls](https://docs.elyxir.dev/features/polls.md): This feature is part of the Miscellaneous Module.
- [Tebex Verification](https://docs.elyxir.dev/features/tebex.md): This feature is part of the Tebex Verification Module.
- [Staff Feedback](https://docs.elyxir.dev/features/staff-feedback.md): This feature is part of the Staff Feedback Module.
- [Status Blacklist](https://docs.elyxir.dev/features/status-blacklist.md): This feature is part of the Status Blacklist Module.
- [Translation](https://docs.elyxir.dev/features/translation.md): This feature is part of the Translation Module.
- [Statistic Channels](https://docs.elyxir.dev/features/statschannels.md): This feature is part of the Statistic Channels Module.
- [Ban Evidence](https://docs.elyxir.dev/features/ban-evidence.md): This feature is part of the Ban Evidence Module.


---

# 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.elyxir.dev/features.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.
