> 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.md).

# Erste Schritte

- [Lade Ticket King auf deinen Server ein](https://ticketking.xyz/docs/de/erste-schritte/invite-ticket-king.md): Füge Ticket King in weniger als einer Minute zu deinem Discord-Server hinzu.
- [Öffne dein Dashboard](https://ticketking.xyz/docs/de/erste-schritte/open-your-dashboard.md): Melde dich auf ticketking.xyz an, um den Bot zu konfigurieren.
- [Wähle deinen Server aus](https://ticketking.xyz/docs/de/erste-schritte/pick-your-server.md): Den Serverauswähler lesen und was jeder Kartenstatus bedeutet.
- [Erkunde die Dashboard-Seitenleiste](https://ticketking.xyz/docs/de/erste-schritte/tour-the-dashboard.md): Jeder Abschnitt der Dashboard-Seitenleiste, was er steuert und wer ihn sehen kann.
- [Erstelle dein erstes Panel](https://ticketking.xyz/docs/de/erste-schritte/build-your-first-panel.md): Vom „Ich habe den Bot gerade eingeladen“ zu „Mitglieder können Tickets öffnen“: der schnellste Weg.
- [Teste es wie ein Mitglied](https://ticketking.xyz/docs/de/erste-schritte/test-it-like-a-member.md): Stelle sicher, dass dein neues Panel von Anfang bis Ende funktioniert, bevor du es ankündigst.
- [Wie es weitergeht](https://ticketking.xyz/docs/de/erste-schritte/where-to-go-next.md): Jetzt, da die Grundlagen funktionieren, folgt hier, was die meisten Teams als Nächstes konfigurieren.
- [Grenzen des Gratis-Tarifs](https://ticketking.xyz/docs/de/erste-schritte/free-plan-limits.md): Genau das, was der kostenlose Plan von Ticket King enthält, und seine Limits.


---

# 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.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.
