> 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/registri-di-controllo/reading-the-page.md).

# Come leggere la pagina

La pagina dei Registri di controllo si trova in **Dashboard, Registri di controllo** nella barra laterale. Per aprirla ti serve il **Visualizza log di audit** permesso della dashboard, oppure essere il proprietario del server o avere i permessi Amministratore di Discord o Gestisci server.

Ogni voce mostra l'azione, chi l'ha eseguita e quando.

## Ridurre l'elenco

Puoi filtrare l'elenco in tre modi e combinarli:

* **Per data.** Scegli un intervallo predefinito o imposta un intervallo di date personalizzato.
* **Per utente.** Scegli un utente attivo di recente, oppure digita un ID utente per vedere solo le azioni di una persona.
* **Per tipo di evento.** Scegli uno o più tipi di azione. L'elenco offre solo i tipi di evento che sono effettivamente avvenuti sul tuo server, quindi non devi mai scegliere tra azioni che non hai mai usato.

È così che puoi rispondere a domande come "cosa ha cambiato questo moderatore la settimana scorsa" o "chi ha azzerato i contatori dei ticket."

<figure><img src="/files/72b0cda7f5ad8b24eb97a14837cca64c8a176115" alt="The Audit Logs page with the date and event-type filters set, and a table of audit entries below"><figcaption></figcaption></figure>

## Correlati

{% content-ref url="/pages/1d27b29bde938fb16289c9db7a0bdceb6cb83079" %}
[Cosa registra il registro di controllo](/docs/it/registri-di-controllo/what-it-captures.md)
{% endcontent-ref %}

{% content-ref url="/pages/c6a7c5ea673fe4e32b827e5f0c559d0f08e82497" %}
[Cosa non mostrano i registri di controllo](/docs/it/registri-di-controllo/what-it-doesnt-show.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/registri-di-controllo/reading-the-page.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.
