> 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/registrazione-log/log-embed-contents.md).

# Cosa mostra una voce di log

Ogni canale di log pubblica un embed ordinato quando si verifica il suo evento. Non devi memorizzare i campi esatti. Ecco cosa ti mostra ciascuno a colpo d'occhio.

## Log di apertura e chiusura

Il log di apertura ticket e il log di chiusura ticket mostrano entrambi per chi è il ticket, chi vi ha agito e quando. Il log di chiusura aggiunge il motivo della chiusura e un **Visualizza trascrizione** pulsante che apre la conversazione completa. Se hai attivato **Registra il conteggio dei messaggi dello staff**, il log di chiusura elenca anche quanti messaggi ha inviato ciascun membro dello staff in quel ticket, così puoi vedere chi ha fatto il lavoro.

Il link della trascrizione si apre nel visualizzatore di trascrizioni su `transcripts.ticketking.xyz`. Vedi [Limiti di acquisizione delle trascrizioni](/docs/it/registrazione-log/transcript-capture-limits.md) per sapere quanta parte della conversazione viene salvata.

## Log delle valutazioni (Premium)

Quando un membro valuta un ticket chiuso, il [Valutazione del ticket](/docs/it/valutazione-del-ticket/what-ticket-ratings-are.md) log mostra il ticket, il punteggio in stelle, il commento scritto del membro (se la modalità di valutazione ne raccoglie uno) e i pulsanti per aprire la trascrizione e la pagina della dashboard del ticket.

## Il DM di chiusura al membro

Quando **Messaggio di chiusura all'utente via DM** è attivo (l'impostazione predefinita), l'autore del ticket riceve anche l'avviso di chiusura come messaggio diretto, incluso il link alla trascrizione. Su un server Premium con Valutazione ticket attiva, quel DM chiede anche di valutare il ticket. Il membro lo riceve solo se le impostazioni di Discord consentono i messaggi diretti dal server.

<figure><img src="/files/f507ee3a27108c6b435283fe1bed8716e544bbef" alt="A close-ticket log embed in a Discord channel with the View Transcript button below it"><figcaption></figcaption></figure>

## Correlati

{% content-ref url="/pages/95622158d1f4ffa67cb056806b781f97f9e032f4" %}
[Canali di registro](/docs/it/registrazione-log/three-log-channels.md)
{% endcontent-ref %}

{% content-ref url="/pages/5f19a583493d629b3ca01c1bde772e8eab6575ff" %}
[Limiti di acquisizione delle trascrizioni](/docs/it/registrazione-log/transcript-capture-limits.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/registrazione-log/log-embed-contents.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.
