> 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/free-plan-limits.md).

# Limits des kostenlosen Plans

Genau, was der kostenlose Ticket-King-Plan enthält und welche Grenzen er hat.

Der kostenlose Plan von Ticket King ist ein vollständiges Support-System. Das meiste, wofür andere Ticket-Bots Gebühren verlangen, ist hier kostenlos. Diese Seite listet genau auf, was Sie kostenlos erhalten, und die geltenden Limits, damit es keine Überraschungen gibt.

## Was jeder Server kostenlos erhält

* **Unbegrenzte Tickets.**
* **Bis zu 10 Ticket-Panels**, mit bis zu 25 Schaltflächen und 5 Dropdown-Menüs pro Panel.
* **1 gespeichertes Panel-Template**, plus unbegrenztes Teilen von Templates mit einem Code.
* **Serverweite Support-Rollen, blockierte Rollen und Ticket-Kategorien** (jeweils bis zu 25).
* **Benutzerdefinierte Support-Rollen** pro Panel und pro Option festgelegt.
* **Ticket-Formulare (Fragen)** — bis zu 5 Fragen pro Option, im Kurzantwort-, Langantwort- oder Multiple-Choice-Format. Premium erhöht dies mit mehrstufigen Formularen auf 100.
* **Protokolle**, beim Schließen generiert und unbegrenzt gespeichert.
* **Prüfprotokolle** von Aktionen des Teams, unbegrenzt gespeichert.
* **Das Bewerbungssystem** — Formulare, eine Prüfwarteschlange und Genehmigen oder Ablehnen.
* **Ticket-Verlauf im Web-Dashboard**, plus das Erstellen von Tickets über das Dashboard. Das Schließen von Tickets über das Dashboard ist Premium; das Schließen über Discord mit `/close` ist immer kostenlos.
* **Alle vier Schließverhalten und Anspruchsmodi**, sowie panelweise Log-Überschreibungen.
* **Schließt ein Ticket automatisch, wenn sein Ersteller den Server verlässt.**
* **Die Log-Kanäle „Geöffnet“ und „Geschlossen“.**
* **Vollständige Anpassung von Panels und Embeds**, ohne Branding-Beschränkungen.
* **Alle 40 Sprachen** (eine pro Server).

## Die genauen kostenlosen Limits

| Limit                                    | Kostenlos                          |
| ---------------------------------------- | ---------------------------------- |
| Ticket-Panels                            | 10                                 |
| Schaltflächen pro Panel                  | 25                                 |
| Dropdown-Menüs pro Panel                 | 5                                  |
| Gespeicherte Templates                   | 1 (Teilen per Code ist unbegrenzt) |
| Fragen pro Option                        | 5 (Premium: 100)                   |
| Support- / blockierte Rollen, Kategorien | jeweils 25                         |
| Pro Protokoll erfasste Nachrichten       | 1,000                              |
| Offene Tickets pro Mitglied (Standard)   | 1                                  |
| Offene Tickets pro Server (Standard)     | 500 (konfigurierbar: 1–2.000)      |

## Was Premium hinzufügt

Premium erhöht diese Limits und schaltet Automatisierungen frei: unbegrenzte Panels, 25 Templates, **mehrstufige Formulare mit bis zu 100 Fragen**, Protokolle mit 5.000 Nachrichten, automatisches Schließen nach Inaktivität, Ticket-Bewertungen, ein Statistik-Dashboard, Steam-Verknüpfung, benutzerdefinierte Befehle und den Bot-Personalisierer. Siehe [Pläne und Preise](/docs/de/premium/plans-and-pricing.md) und [die Liste der Premium-exklusiven Funktionen](/docs/de/premium/feature-list.md).

## Auf der Website

* [Kostenloser Discord-Ticket-Bot](https://ticketking.xyz/free-discord-ticket-bot) — dieselbe Aufschlüsselung, mit einem vollständigen Funktionsvergleich.
* [Preisdetails](https://ticketking.xyz/pricing-details) — Premium-Preise nach Servergröße.

## Verwandt

{% content-ref url="/pages/89ba6c5f4bc10686dbc92dafb9403a814c112179" %}
[Tarife und Preise](/docs/de/premium/plans-and-pricing.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/free-plan-limits.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.
