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

# Per quanto tempo restano le trascrizioni

**Indefinitamente.** Le trascrizioni non hanno scadenza e non vengono eliminate automaticamente. Una volta generata una trascrizione, rimane disponibile. Questo è commercializzato come "archiviazione a vita".

## Cambiamenti di piano

Il passaggio da premium a gratuito NON elimina le trascrizioni esistenti. Rimangono accessibili.

L'unica differenza premium per le trascrizioni è il **limite di acquisizione dei messaggi per trascrizione** (1.000 gratuiti, 5.000 premium), impostato al momento della chiusura. Le trascrizioni precedenti mantengono il limite con cui sono state create.

→ [Limiti di acquisizione delle trascrizioni](/docs/it/registrazione-log/transcript-capture-limits.md)

## Rimozione dal server

Se rimuovi Ticket King dal tuo server:

* Le trascrizioni esistenti rimangono accessibili.
* Non è possibile creare nuovi ticket o trascrizioni.
* Aggiungere di nuovo il bot in seguito ripristina lo stesso elenco di trascrizioni.

## Versioni del visualizzatore delle trascrizioni

I nuovi ticket usano sempre il visualizzatore delle trascrizioni attuale, versione 2. Le trascrizioni della versione 1 più vecchia si aprono ancora, ma mostrano un avviso che la versione 1 è in fase di dismissione. Se hai ancora bisogno di una vecchia trascrizione della versione 1, salva una copia.

## Correlati

{% content-ref url="/pages/56e9a10b00b24df9a004a67358d1d9c580f5cb4e" %}
[Cosa c'è in una trascrizione](/docs/it/trascrizioni/whats-in-a-transcript.md)
{% endcontent-ref %}

{% content-ref url="/pages/c0161f4ccdff738f315a5d0546d078ae68221e9d" %}
[Dove trovare una trascrizione](/docs/it/trascrizioni/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/it/trascrizioni/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.
