# Dashboard

- [About](https://docs.tickettool.xyz/dashboard/within-the-dashboard.md): General information on how to use the dashboard to set the bot.
- [Server Info](https://docs.tickettool.xyz/dashboard/server-info.md): Information given by the Server Info page.
- [Customize Bot](https://docs.tickettool.xyz/dashboard/customize-bot.md)
- [Command Configs](https://docs.tickettool.xyz/dashboard/command-configs.md): Customizing your commands' permissions
- [Server Configs](https://docs.tickettool.xyz/dashboard/server-configs.md): Modifying the core settings of your server.
- [Panel Configs](https://docs.tickettool.xyz/dashboard/panel-configs.md): What are panels, how do I customize them?
- [General Options](https://docs.tickettool.xyz/dashboard/panel-configs/general-options.md): The core settings of every panel
- [Category Options](https://docs.tickettool.xyz/dashboard/panel-configs/category-options.md): The categories in which tickets live
- [Ticket Options](https://docs.tickettool.xyz/dashboard/panel-configs/ticket-options.md): Settings related to the Tickets belonging a given panel
- [Moderator Options](https://docs.tickettool.xyz/dashboard/panel-configs/moderator-options.md): Moderator messages and their customization
- [Permission Options](https://docs.tickettool.xyz/dashboard/panel-configs/permission-options.md): Editing the permissions for roles and users in tickets
- [Button Options](https://docs.tickettool.xyz/dashboard/panel-configs/button-options.md): All buttons in a single place!
- [Message Options](https://docs.tickettool.xyz/dashboard/panel-configs/messages-options.md): All messages in a single place!
- [Escalate Options](https://docs.tickettool.xyz/dashboard/panel-configs/escalate-options.md): Transferring tickets between panels
- [Transcript Options](https://docs.tickettool.xyz/dashboard/panel-configs/transcript-options.md): Settings for saving your transcripts
- [Logging Options](https://docs.tickettool.xyz/dashboard/panel-configs/logging-options.md): Setting up the action logging for your tickets
- [Automation Options](https://docs.tickettool.xyz/dashboard/panel-configs/automation-options.md): Automate your ticket system!
- [Limit Options](https://docs.tickettool.xyz/dashboard/panel-configs/limit-options.md): Limits for Ticket Panels!
- [Claiming Options](https://docs.tickettool.xyz/dashboard/panel-configs/claiming-options.md): Customize ticket claiming settings, permissions, actions, and messages
- [Form Options](https://docs.tickettool.xyz/dashboard/panel-configs/form-options.md): Questionaries for ticket opening!
- [Integration Options](https://docs.tickettool.xyz/dashboard/panel-configs/integration-options.md): Add integrations to your tickets!
- [Panel Options](https://docs.tickettool.xyz/dashboard/panel-configs/panel-options.md): Customizing your panel!
- [Command Style Tickets](https://docs.tickettool.xyz/dashboard/panel-configs/command-style-tickets.md): Tickets created via commands!
- [DropDown Style](https://docs.tickettool.xyz/dashboard/panel-configs/dropdown-style.md): Using Dropdowns for ticket creation!
- [Thread Style Tickets](https://docs.tickettool.xyz/dashboard/panel-configs/thread-style.md): Using threads instead of channels for your tickets
- [Supported Variables](https://docs.tickettool.xyz/dashboard/panel-configs/variables.md): Description of the variables you can use across your ticket system
- [Custom Commands](https://docs.tickettool.xyz/dashboard/custom-commands.md): Adding predifined messages to your server
- [Dashboard History](https://docs.tickettool.xyz/dashboard/dashboard-history.md): The logs of all changes made on your server's dashboard
- [Statistics](https://docs.tickettool.xyz/dashboard/statistics.md): All of your ticket statistics!


---

# 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.tickettool.xyz/dashboard.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.
