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

# Datenschutz

Häufige Fragen zu Daten, Transkripten und Datenschutz.

<details>

<summary>Welche Daten sammelt Ticket King?</summary>

Wenn du dich mit Discord anmeldest, erhält Ticket King deine Discord-Benutzer-ID, deinen Benutzernamen und deine Serverliste. Das ist alles.

</details>

<details>

<summary>Was wird über Tickets gespeichert?</summary>

Pro Ticket: jede Nachricht, Mitgliedsinformationen, wie sie zum Zeitpunkt der Nachricht waren, die Beschriftung der Panel-Option, der Schließungsgrund und verschiedene Zeitstempel. Nach dem Schließen als Transkripte gespeichert.

→ [Was steht in einem Transkript](/docs/de/transkripte/whats-in-a-transcript.md)

</details>

<details>

<summary>Was NICHT erfasst wird</summary>

* **Reaktionen** in Ticket-Kanälen.
* **Bearbeitungsverlauf.** Nur die neueste Version jeder Nachricht wird gespeichert. Das Transkript markiert eine Nachricht als bearbeitet.

</details>

<details>

<summary>Wie lange werden Transkripte aufbewahrt?</summary>

Unbefristet. Es gibt keine automatische Bereinigung.

→ [Wie lange Transkripte erhalten bleiben](/docs/de/transkripte/how-long-transcripts-stick-around.md)

</details>

<details>

<summary>Was passiert mit meinen Daten, wenn ich den Bot entferne?</summary>

Deine Konfiguration bleibt erhalten. Wenn du den Bot erneut hinzufügst, macht er dort weiter, wo du aufgehört hast. Transkripte werden ebenfalls aufbewahrt.

Wenn du Daten löschen lassen möchtest, kontaktiere <support@ticketking.xyz>.

</details>

<details>

<summary>Kann ich die Löschung bestimmter Transkripte beantragen?</summary>

Ja, über <support@ticketking.xyz>. Beachte, dass, wenn ein Transkript Nachrichten von mehreren Autoren enthält, deine Löschung nur deine Nachrichten entfernt, nicht die der anderen.

→ [Wie lange Transkripte erhalten bleiben](/docs/de/transkripte/how-long-transcripts-stick-around.md)

</details>

<details>

<summary>Teilt Ticket King meine Daten mit Dritten?</summary>

Nur das, was zum Betrieb des Dienstes erforderlich ist. Alle Einzelheiten findest du in der [Datenschutzerklärung](https://ticketking.xyz/privacy) und den [AVV](https://ticketking.xyz/dpa).

</details>

<details>

<summary>Und was ist mit der DSGVO / CCPA?</summary>

Ticket King hält sich an die geltenden Vorschriften. Spezifische Rechte (Datenauskunft, Löschung usw.) sind verfügbar über <support@ticketking.xyz>.

</details>

## Verwandt

{% content-ref url="/pages/69d1602d93c058c23b7604134694b42067bb6a18" %}
[Wie lange Transkripte erhalten bleiben](/docs/de/transkripte/how-long-transcripts-stick-around.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/privacy.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.
