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

# Open your dashboard

The Ticket King dashboard is where you set everything up: panels, support roles, logging, customization, and every setting. The Discord bot is the part your members see. The dashboard is where you configure it.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="right-to-bracket">Open your dashboard</a>

## Getting in

{% stepper %}
{% step %}

### Go to ticketking.xyz and click Dashboard

Go to [ticketking.xyz](https://ticketking.xyz) and click **Dashboard**.

<figure><img src="/files/VXXtVBFsVayq8NQXLDs5" alt="The ticketking.xyz homepage with the Dashboard button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign in with Discord

Sign in with Discord. If this is your first time, Discord asks you to authorize the login.

<figure><img src="/files/Sa5s1pahkVsjFRfYpncB" alt="Discord&#x27;s authorize screen for signing in to the dashboard"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Pick the server you want to configure

Pick the server you want to configure. That's it.

<figure><img src="/files/pSAaRuMW9kyTHJdkyZtn" alt="The Server Management page showing a grid of server cards"><figcaption></figcaption></figure>

→ [Pick your server](/docs/getting-started/pick-your-server.md)
{% endstep %}
{% endstepper %}

## Trouble signing in

* If it keeps asking you to sign in over and over, clear your browser cookies for `discord.com` and `ticketking.xyz` and try again.
* If your server doesn't appear after signing in, you may not have **Manage Server** or **Administrator** in that server (or be the owner), or Ticket King may not be invited yet.

→ [I can't access the dashboard](/docs/troubleshooting/cant-access-dashboard.md)

## Next: pick your server

{% content-ref url="/pages/01SBFaKvMR9EdUln44MZ" %}
[Pick your server](/docs/getting-started/pick-your-server.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/getting-started/open-your-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.
