> For the complete documentation index, see [llms.txt](https://docs.tickettool.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tickettool.xyz/dashboard/within-the-dashboard.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tickettool.xyz/dashboard/within-the-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
