> 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/where-to-find.md).

# Dove trovare una trascrizione

Dopo la chiusura di un ticket, la trascrizione è accessibile da più punti.

## 1. L'embed del registro di chiusura

L'embed di chiusura nel tuo canale registro dei ticket chiusi ha un **Visualizza trascrizione** pulsante link subito sotto i campi dell'embed.

## 2. La pagina di dettaglio del singolo ticket nella dashboard

**Dashboard → Cronologia ticket** → clicca su un ticket chiuso → la sua pagina di dettaglio ha un **"Visualizza trascrizione"** link nella scheda Informazioni sul ticket.

## 3. I DM dell'autore (quando DM User Close Message è attivo)

Quando **Messaggio di chiusura all'utente via DM** è attivo (impostazione predefinita), l'autore del ticket riceve l'embed di chiusura nei propri messaggi diretti, incluso un **Visualizza trascrizione** link.

## 4. La tua pagina "Le mie trascrizioni"

I membri possono visitare [**ticketking.xyz/user/transcripts**](https://ticketking.xyz/user/transcripts) per vedere ogni trascrizione a cui hanno accesso, in tutti i server.

<figure><img src="/files/a93e6c5924538e04367be3b4e3bbabca0fc1a38f" alt="The user/transcripts page showing a list of transcripts grouped by server"><figcaption></figcaption></figure>

## Autenticazione

La visualizzazione di una trascrizione richiede l'accesso con Discord.

→ [Visualizzazione dei transcript specifica per ruolo](/docs/it/trascrizioni/role-specific-viewing.md)

## Condivisione di una trascrizione

L'apertura di una trascrizione dipende dal fatto che il visualizzatore abbia i permessi necessari. Condividere il link con qualcuno che non ha i permessi non gli concede l'accesso. Viene negato quando prova ad aprirla.

## 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/67d753c4f8a9627974b5f8a8e794b18417a42f1b" %}
[Visualizzazione dei transcript specifica per ruolo](/docs/it/trascrizioni/role-specific-viewing.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/where-to-find.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.
