> 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/de/erste-schritte/open-your-dashboard.md).

# Öffne dein Dashboard

Melde dich unter ticketking.xyz an, um den Bot zu konfigurieren.

Das Ticket-King-Dashboard ist der Ort, an dem du alles einrichtest: Panels, Support-Rollen, Protokollierung, Anpassung und jede Einstellung. Der Discord-Bot ist der Teil, den deine Mitglieder sehen. Im Dashboard konfigurierst du ihn.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="right-to-bracket">Öffne dein Dashboard</a>

## Erste Schritte

{% stepper %}
{% step %}

### Gehe zu ticketking.xyz und klicke auf Dashboard

Gehe zu [ticketking.xyz](https://ticketking.xyz) und klicke auf **Dashboard**.

<figure><img src="https://1805142667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-aad319a2f22586fe4ad86355598047477e95dd49%2Fhomepage-dashboard-button.png?alt=media" alt="The ticketking.xyz homepage with the Dashboard button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Mit Discord anmelden

Melde dich mit Discord an. Wenn du das zum ersten Mal machst, fordert Discord dich auf, die Anmeldung zu autorisieren.

<figure><img src="https://1805142667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-56f52f8ab80b9043f44be01d99ea081059226e99%2Fdashboard-step-signin.png?alt=media" alt="Discord&#x27;s authorize screen for signing in to the dashboard"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Wähle den Server aus, den du konfigurieren möchtest

Wähle den Server aus, den du konfigurieren möchtest. Das war's.

<figure><img src="https://1805142667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-be87452a63e4a5cb1d9480a0ba1d8a9da9866459%2Fdashboard-step-pick-server.png?alt=media" alt="The Server Management page showing a grid of server cards"><figcaption></figcaption></figure>

→ [Wähle deinen Server](/docs/de/erste-schritte/pick-your-server.md)
{% endstep %}
{% endstepper %}

## Probleme bei der Anmeldung

* Wenn du immer wieder aufgefordert wirst, dich anzumelden, lösche die Browser-Cookies für `discord.com` und `ticketking.xyz` und versuche es erneut.
* Wenn dein Server nach der Anmeldung nicht angezeigt wird, hast du möglicherweise keine **Server verwalten** oder **Administrator** in diesem Server (oder bist der Besitzer), oder Ticket King wurde noch nicht eingeladen.

→ [Ich kann nicht auf das Dashboard zugreifen](/docs/de/fehlerbehebung/cant-access-dashboard.md)

## Als Nächstes: Wähle deinen Server

{% content-ref url="/pages/72f9119680ac22d1e02b2237d33584ea1a728dd8" %}
[Wähle deinen Server aus](/docs/de/erste-schritte/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/de/erste-schritte/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.
