> 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/stanza-del-cittadino/la-piattaforma/notifiche-per-gli-operatori-aggiornamenti-su-pratiche-e-appuntamenti.md).

# Le notifiche degli operatori

La piattaforma prevede l'invio automatico di notifiche per ogni volta che:

* viene creato un nuovo appuntamento sui calendari a cui l'operatore è abilitato;
* viene creata una nuova pratica per i servizi a cui l'operatore è abilitato.

## Notifiche delle pratiche

Per i **servizi digitali**, l’operatore riceve una notifica ogni volta che la pratica cambia stato.

Il sistema **non invia** l’email all’operatore quando è lui stesso a cambiare lo stato di una pratica che ha in carico e in caso di:

* annullamento o approvazione della pratica;
* annullamento di una richiesta di integrazioni.

Questo significa che, se l’operatore conclude direttamente una pratica in uno di questi casi, **non riceve una mail** che lo informa di un’azione appena eseguita da lui.

## Notifiche dei calendari

Per i **calendari**, l’operatore riceve una notifica nei casi di [**spostamento**](/stanza-del-cittadino/appuntamenti-e-calendari/gestire-gli-appuntamenti/sposta-un-appuntamento.md), [**modifica**](/stanza-del-cittadino/appuntamenti-e-calendari/gestire-gli-appuntamenti/modifica-un-appuntamento.md) o [**annullamento**](/stanza-del-cittadino/appuntamenti-e-calendari/gestire-gli-appuntamenti/annulla-un-appuntamento.md) dell’appuntamento da parte di un operatore.

Le notifiche riguardanti i servizi digitali **non possono essere disattivate**, mentre l'operatore può modificare le [impostazioni di invio delle notifiche riguardanti gli appuntamenti](https://docs.google.com/presentation/d/1k87B1K7vgjk1TvzinDbMtV8Gig85Pxf3TnGZ6X_uvY8/edit?slide=id.g2e6ce3c70b7_1_0#slide=id.g2e6ce3c70b7_1_0).


---

# 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/stanza-del-cittadino/la-piattaforma/notifiche-per-gli-operatori-aggiornamenti-su-pratiche-e-appuntamenti.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.
