> 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/premium/plans-and-pricing.md).

# Tarife und Preise

Ticket King hat zwei Pläne: **Kostenlos** und **Premium**.

## Was in jedem enthalten ist

Der kostenlose Plan deckt die meisten Server ab. Premium fügt Funktionen für größere Teams und für individuelles Branding hinzu.

## Free vs. Premium auf einen Blick

Die meisten Dinge, für die andere Ticket-Bots Geld verlangen, sind bei Ticket King kostenlos.

|                                                                | Kostenlos         | Premium           |
| -------------------------------------------------------------- | ----------------- | ----------------- |
| Ticket-Panels                                                  | 10                | Unbegrenzt        |
| Gespeicherte Vorlagen                                          | 1                 | 25                |
| Support-Rollen, blockierte Rollen und Kategorien               | Ja                | Ja                |
| Ticket-Formulare (bis zu 5 Fragen)                             | Ja                | Ja                |
| Transkripte, für immer gespeichert                             | Ja                | Ja                |
| Audit-Protokolle                                               | Ja                | Ja                |
| Alle 40 Sprachen                                               | Ja                | Ja                |
| Berechtigungsbereiche im Dashboard                             | Ja                | Ja                |
| Ein Ticket schließen, wenn sein Ersteller die Sitzung verlässt | Ja                | Ja                |
| Bot-Personalisierung (eigener Bot-Name, Avatar, Banner)        | Nein              | Ja                |
| Benutzerdefinierte Befehle                                     | Nein              | Ja                |
| Statistik-Dashboard                                            | Nein              | Ja                |
| Steam-Verknüpfung                                              | Nein              | Ja                |
| Ticket-Bewertung                                               | Nein              | Ja                |
| Automatisches Schließen nach Inaktivität                       | Nein              | Ja                |
| Größe des Transkripts pro Ticket                               | 1.000 Nachrichten | 5.000 Nachrichten |

Die vollständige Liste dessen, was hinter Premium gesperrt ist, findest du unter [Die Liste der Premium-exklusiven Funktionen](/docs/de/premium/feature-list.md). Was genau kostenlos enthalten ist, findest du unter [Limits des kostenlosen Tarifs](/docs/de/erste-schritte/free-plan-limits.md) oder die [kostenloser Discord-Ticket-Bot](https://ticketking.xyz/free-discord-ticket-bot) Seite.

## Upgrade

Wenn du bereit für ein Upgrade bist, gehe zu **Dashboard → Premium** für den Server, den du upgraden möchtest. Durchlaufe den Checkout und fertig.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="crown">Premium erhalten</a>

→ [Abonnieren](/docs/de/premium/subscribing.md)

## Dein Abonnement verwalten

Du verwaltest alles rund um dein Abo im Dashboard. Dazu gehören das Anzeigen des Status, das Kündigen und das Übertragen auf einen anderen Server.

→ [Dein Abonnement verwalten](/docs/de/premium/managing-your-subscription.md)

## Was passiert, wenn ein Server nicht mehr Premium ist

Wenn dein Abo endet, bleiben deine Daten erhalten. Premium-Funktionen werden gesperrt, aber nichts wird gelöscht.

→ [Was passiert, wenn ein Server nicht mehr Premium ist](/docs/de/premium/no-longer-premium.md)

## Ähnlich

{% content-ref url="/pages/5f159e7a36c7a65df60c9c6a5880c07e89f8df49" %}
[Die Liste der Premium-Funktionen](/docs/de/premium/feature-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/738d75beccfc088328577c4e2f6ad93ecf474a87" %}
[Abonnieren](/docs/de/premium/subscribing.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/premium/plans-and-pricing.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.
