# Core Features

- [Ticket System](https://docs.drakodevelopment.net/core-features/ticket-system.md): The ticket system provides comprehensive support functionality including multiple ticket types, priority levels, working hours, claiming system, automatic alerts, transcripts, and detailed logging.
- [Music](https://docs.drakodevelopment.net/core-features/music.md): This guide explains how to set up the music system
- [Custom Commands](https://docs.drakodevelopment.net/core-features/custom-commands.md)
- [Suggestions](https://docs.drakodevelopment.net/core-features/suggestions.md): The suggestion system allows members to submit ideas through a modal form. You can fully customize this modal with text inputs and dropdown menus using Discord’s latest modal components.
- [Backup](https://docs.drakodevelopment.net/core-features/backup.md): Backups keep your server safe in case something goes wrong. Here’s how to set it up in just a few minutes.


---

# 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.drakodevelopment.net/core-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.
