# About

The Dashboard is the main place through which you are going to edit the settings of the bot in your server. You can access to your dashboard by [clicking here](https://tickettool.xyz/manage-servers) or following these steps:

![Accessing the Dashboard](https://i.imgur.com/HX5hdpL.gif)

When you click on **Manage** under a server name, it will send you to that server's Dashboard homepage - which is the [Panel Configs](/dashboard/panel-configs.md). This is where you can start configurating your support tickets!

![Panel Configs](https://i.imgur.com/43EtXdy.png)

On your left side you'll be able to see the navigation bar with the following options:

![Navigation Bar](https://i.imgur.com/OPU9YLY.png)

{% hint style="info" %}
**Note:** If you are on mobile, you should click on the three line menu you will find on the **left top corner** to display the **Navigation** menu.
{% endhint %}

Now, go ahead and check the rest of the documentation on each one of the Dashboard sections:

* [Server Info](/dashboard/server-info.md)
* [Server Configs](/dashboard/server-configs.md)
* [Command Configs](/dashboard/command-configs.md)
* [Panel Configs](/dashboard/panel-configs.md)
* [Custom Commands](/dashboard/custom-commands.md)
* [Dashboard History](/dashboard/dashboard-history.md)
* [Statistics](https://docs.tickettool.xyz/dashboard/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/within-the-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.
