> 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/transkripte/how-long-transcripts-stick-around.md).

# Wie lange Transkripte erhalten bleiben

**Unbefristet.** Transkripte laufen nicht ab und werden nicht automatisch bereinigt. Sobald ein Transkript erstellt wurde, bleibt es verfügbar. Dies wird als „Speicher auf Lebenszeit“ vermarktet.

## Planänderungen

Das Herabstufen von Premium auf kostenlos löscht vorhandene Transkripte NICHT. Sie bleiben zugänglich.

Der einzige Premium-Unterschied bei Transkripten ist das **Limit für die Nachrichten-Erfassung pro Transkript** (1.000 kostenlos, 5.000 Premium), festgelegt zum Zeitpunkt des Schließens. Frühere Transkripte behalten das Limit, mit dem sie erstellt wurden.

→ [Grenzen der Transkript-Erfassung](/docs/de/protokollierung/transcript-capture-limits.md)

## Serverentfernung

Wenn Sie Ticket King von Ihrem Server entfernen:

* Vorhandene Transkripte bleiben zugänglich.
* Es können keine neuen Tickets oder Transkripte erstellt werden.
* Wenn Sie den Bot später erneut hinzufügen, wird dieselbe Transkriptliste wiederhergestellt.

## Versionen des Transkript-Viewers

Neue Tickets verwenden immer den aktuellen Transkript-Viewer, Version 2. Ältere Transkripte der Version 1 lassen sich weiterhin öffnen, zeigen jedoch einen Hinweis, dass Version 1 eingestellt wird. Wenn Sie noch ein altes Transkript der Version 1 benötigen, speichern Sie eine Kopie.

## Verwandt

{% content-ref url="/pages/80f2b271a88f409b451e5100773b15edc00fe634" %}
[Was in einem Transkript steht](/docs/de/transkripte/whats-in-a-transcript.md)
{% endcontent-ref %}

{% content-ref url="/pages/a0b3ae3010b4b4db00283721e95d2da6fcec2d7f" %}
[Wo man ein Transkript findet](/docs/de/transkripte/where-to-find.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/transkripte/how-long-transcripts-stick-around.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.
