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

# Quando viene generata una trascrizione

Viene generata una trascrizione **a ogni chiusura del ticket**. Non esiste un'opzione "chiudi senza trascrizione" né un'opzione di esclusione. Non esiste nemmeno un pulsante "crea trascrizione ora", perché la trascrizione viene generata al momento della chiusura.

## Il trigger

Una trascrizione viene generata come parte del flusso di chiusura ogni volta che un ticket viene chiuso. Ciò include:

* Il `/close` comando.
* Il pannello **Chiudi** pulsante.
* Chiusura automatica per inattività (<i class="fa-crown">:crown:</i> Premium).
* Chiusura automatica quando l'autore del ticket lascia il server.
* Eliminazione diretta del canale del ticket in Discord.

## Quando una trascrizione potrebbe non essere disponibile

In rari casi, una voce del registro di chiusura mostra "**Avviso: trascrizione non disponibile**" al posto di un **Visualizza trascrizione** pulsante. Quando ciò accade, la trascrizione per quella chiusura non può essere generata di nuovo.

## Modifiche ed eliminazioni prima della chiusura

* Se un messaggio è stato modificato prima della chiusura, la trascrizione conserva **solo la versione più recente**. La cronologia delle modifiche non viene conservata.
* Se un messaggio è stato eliminato prima della chiusura, la trascrizione non lo include.

## 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/when-generated.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.
