> 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/faq/pricing.md).

# Preise

Häufige Fragen zu Preisen und Abrechnung.

<details>

<summary>Was kostet Premium?</summary>

Die Preise werden auf der Premium-Seite deines Dashboards angezeigt. Dort siehst du den Betrag für deinen Server. Die [kostenloser Tarif](https://ticketking.xyz/free-discord-ticket-bot) deckt die meisten Server ab; siehe [Preisdetails](https://ticketking.xyz/pricing-details) für die Premium-Beträge nach Servergröße.

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

</details>

<details>

<summary>Wo kann ich meine Abonnements sehen?</summary>

[ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) zeigt jedes Abonnement, das du über alle Server hinweg gestartet hast.

</details>

<details>

<summary>Wie kündige ich?</summary>

Zwei Möglichkeiten:

1. **Pro Server:** Dashboard → Premium → Abonnement kündigen.
2. **Pro Nutzer.** Offen [ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) und klicke auf Kündigen.

Du behältst den Zugriff bis zum Ende deines aktuellen Abrechnungszeitraums.

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

</details>

<details>

<summary>Was passiert, wenn ich kündige?</summary>

Du behältst Premium bis zum Ende deines Abrechnungszeitraums. Danach werden die Premium-Funktionen gesperrt, aber deine Daten (Vorlagen, benutzerdefinierte Befehle und so weiter) bleiben erhalten.

→ [Nicht mehr Premium](/docs/de/premium/no-longer-premium.md)

</details>

<details>

<summary>Was, wenn meine Zahlung fehlschlägt?</summary>

Du wirst per E-Mail benachrichtigt. Wenn die Zahlung nicht eingezogen werden kann, verfällt Premium zum bestehenden Ablauf.

</details>

<details>

<summary>Kann ich mein Abonnement auf einen anderen Server übertragen?</summary>

Ja. Dashboard → Premium → Premium übertragen.

Nach jeder Übertragung gibt es eine 24-Stunden-Abklingzeit. Der Zielserver darf nicht bereits ein aktives Abonnement haben.

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

</details>

<details>

<summary>Kündigt das Entfernen des Bots mein Abonnement?</summary>

**Nein.** Das Entfernen des Bots von deinem Server beendet die Abrechnung nicht. Du musst ausdrücklich kündigen.

</details>

<details>

<summary>Ich habe eine Frage zum Konto, die hier nicht aufgeführt ist</summary>

Kontakt <support@ticketking.xyz>.

</details>

## Verwandt

{% content-ref url="/pages/89ba6c5f4bc10686dbc92dafb9403a814c112179" %}
[Tarife und Preise](/docs/de/premium/plans-and-pricing.md)
{% endcontent-ref %}

{% content-ref url="/pages/d7231f55de745463ab5b844b3cd3adfb1a392536" %}
[Dein Abonnement verwalten](/docs/de/premium/managing-your-subscription.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/faq/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.
