> For the complete documentation index, see [llms.txt](https://docs.opencityitalia.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opencityitalia.it/sito-web/moduli-integrativi-della-piattaforma/moderare-i-contenuti-del-sito/il-moderatore.md).

# Il moderatore

{% hint style="info" %}
Se il modulo di moderazione è attivo, **ogni redattore è allo stesso tempo moderatore**.
{% endhint %}

## Dashboard di moderazione per il moderatore

{% hint style="warning" %}
Il moderatore **visualizza tutti i contenuti in attesa di moderazione.**
{% endhint %}

Il moderatore ha a disposizione una dashboard, raggiungibile dal [menù del redattore](/sito-web/la-piattaforma/il-menu-redattore.md), cliccando su "Moderazione" (1) e poi su "Vai alla dashboard di moderazione" (2).

<figure><img src="/files/gHtWF4cNB2WxqrqxiZQe" alt=""><figcaption></figcaption></figure>

Nella dashboard, il moderatore visualizza:

* i contenuti in attesa di moderazione (1);
* i contenuti per cui è stato inserito un commento da un utente moderato (2).

<div data-full-width="true"><figure><img src="/files/EZJrEksoI5dsVsebn0Ck" alt=""><figcaption></figcaption></figure></div>

Cliccando su "Dettagli", il moderatore:

* visualizza l'anteprima del contenuto (1)
* approva il contenuto (2);
* rifiuta il contenuto (3);
* legge o aggiunge un commento (4).

<div data-full-width="true"><figure><img src="/files/2RW1cM8emnsA5e3em2f7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/caOm670hTcU1mTTnjB0X" alt=""><figcaption></figcaption></figure></div>

Nel caso in cui più utenti moderati stiano lavorando su uno stesso contenuto, il moderatore:

* visualizza le versioni prodotte;
* approva o rifiuta **solo una** delle versioni presenti.

<div data-full-width="true"><figure><img src="/files/k4KTgYFY6Gx9mYdfEjbP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BTZn4aZrN7ZGUto24Gws" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Una volta approvata una versione, le altre vengono automaticamente rifiutate.
{% endhint %}

## Le notifiche

Quando viene richiesta l'approvazione di un contenuto o viene inserito un commento, il moderatore riceve una notifica. Il numero di notifiche presenti viene indicato nel menù del redattore.

<figure><img src="/files/ixMXHTl3RzGLK0vT84le" alt=""><figcaption></figcaption></figure>


---

# 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://docs.opencityitalia.it/sito-web/moduli-integrativi-della-piattaforma/moderare-i-contenuti-del-sito/il-moderatore.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.
