> 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/valutazione-del-ticket/where-to-read-ratings.md).

# Dove leggere le valutazioni

<i class="fa-crown">:crown:</i> **Premium.** Una volta abilitato Ticket Rating, i dati delle valutazioni compaiono in tre punti.

## 1. Il canale del registro delle valutazioni

Ogni valutazione pubblica un nuovo embed nel tuo **Canale log valutazioni ticket**.

[Il canale del registro delle valutazioni](/docs/it/valutazione-del-ticket/rating-log-channel.md)

Usalo per avere visibilità in tempo reale. Man mano che arrivano le valutazioni, le vedi in ordine, un embed per valutazione.

## 2. La vista dei dettagli del ticket singolo

Nel pannello di controllo, apri **Cronologia ticket**, poi fai clic su qualsiasi ticket chiuso per aprire la sua pagina dei dettagli.

Se il ticket è stato valutato, la pagina dei dettagli mostra una **Informazioni sulla valutazione del ticket** scheda con:

* **Valutazione**, il numero di stelle.
* **Data della valutazione**, quando è stata inviata la valutazione.
* **Feedback**, il commento testuale, oppure *""* se non è stato raccolto alcun commento.

[Dettagli del ticket singolo](/docs/it/cronologia-ticket/opening-a-ticket-detail.md)

Usalo per esaminare un ticket specifico.

## 3. La pagina Statistiche

Nel pannello di controllo, apri **Statistiche**. Ha un **Grafico della valutazione media dei ticket** che traccia la valutazione media nell'intervallo di tempo che scegli. La media è ponderata in base al numero di valutazioni di ogni periodo.

Accanto al grafico vedi:

* La valutazione media per l'intervallo, ad esempio "4,32 <i class="fa-star">:star:</i> media".
* Il numero totale di valutazioni nell'intervallo.

Quando non ci sono valutazioni, mostra *"Nessuna valutazione ancora."*.

[La pagina Statistiche](/docs/it/statistiche/the-statistics-page.md)

Usalo per seguire l'andamento nel tempo, ad esempio negli ultimi 30 giorni.

## Cosa le Statistiche non suddividono

* La classifica dello staff ordina lo staff in base ai ticket chiusi, non alla valutazione media. Non esiste una classifica dello staff con la valutazione più alta.
* Le Statistiche non suddividono le valutazioni per pannello.

## Correlati

{% content-ref url="/pages/2e710d485d60214c8192866fa3f7cf2a5a4d8e80" %}
[Cosa sono le valutazioni dei ticket](/docs/it/valutazione-del-ticket/what-ticket-ratings-are.md)
{% endcontent-ref %}

{% content-ref url="/pages/6b566e7c5cb656d014e72bb13441b379d1c34968" %}
[La pagina Statistiche](/docs/it/statistiche/the-statistics-page.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/valutazione-del-ticket/where-to-read-ratings.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.
