> 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

Was du mit Ticket King Free und Premium bekommst.

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 ein individuelles Branding hinzu.

## Kostenlos vs. Premium auf einen Blick

Das meiste, wofür andere Ticket-Bots Gebühren verlangen, ist bei Ticket King kostenlos.

|                                                               | Kostenlos         | Premium                               |
| ------------------------------------------------------------- | ----------------- | ------------------------------------- |
| Ticket-Panels                                                 | 10                | Unbegrenzt                            |
| Gespeicherte Templates                                        | 1                 | 25                                    |
| Support-Rollen, blockierte Rollen und Kategorien              | Ja                | Ja                                    |
| Ticket-Formulare                                              | Ja                | Ja                                    |
| Fragen pro Formular                                           | 5                 | Bis zu 100, als mehrstufige Formulare |
| Transkripte, für immer gespeichert                            | Ja                | Ja                                    |
| Prüfprotokolle                                                | Ja                | Ja                                    |
| Alle 40 Sprachen                                              | Ja                | Ja                                    |
| Berechtigungsbereiche im Dashboard                            | Ja                | Ja                                    |
| Ein Ticket schließen, wenn sein Ersteller den Server verlässt | Ja                | Ja                                    |
| Bot-Personalisierer (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                                    |
| Transkriptgröße pro Ticket                                    | 1.000 Nachrichten | 5.000 Nachrichten                     |

Die vollständige Liste dessen, was hinter Premium gesperrt ist, finden Sie unter [die Liste der nur in Premium enthaltenen Funktionen](/docs/de/premium/feature-list.md). Was genau kostenlos enthalten ist, siehe [Grenzen des kostenlosen Plans](/docs/de/erste-schritte/free-plan-limits.md) oder die [kostenlose Discord-Ticketbot-Seite](https://ticketking.xyz/free-discord-ticket-bot) .

## Upgrade

Wenn Sie bereit sind, zu upgraden, gehen Sie zu **Dashboard → Premium** für den Server, den Sie upgraden möchten. Führen Sie den Bezahlvorgang durch, und schon sind Sie fertig.

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

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

## Ihr Abonnement verwalten

Sie verwalten alles, was mit Ihrem Abonnement zu tun hat, im Dashboard. Dazu gehören das Anzeigen des Status, das Kündigen und das Übertragen auf einen anderen Server.

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

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

Wenn Ihr Abonnement endet, bleiben Ihre 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)

## Verwandt

{% content-ref url="/pages/5f159e7a36c7a65df60c9c6a5880c07e89f8df49" %}
[Die nur-Premium-Funktionsliste](/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.
