> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/exoclick-docs/it/notifiche.md).

# Notifiche

![accesso](/files/b38c922b7fba6aa4f7b8bcf16918aa843590ac0c)

Le notifiche sono aggiornamenti sull'attività nel pannello di amministrazione.

Per visualizzare le tue notifiche, puoi selezionare l'icona delle notifiche (campanella) nella barra di navigazione in alto a destra.

In alternativa, puoi scegliere l'opzione **Visualizza tutte le notifiche** sotto l'icona delle notifiche (qui sotto) oppure vai al tuo profilo utente **Profilo** e scegli la **Notifiche** scheda per visualizzare e gestire le tue notifiche da un'unica pagina.

![icona-notifiche](/files/d3da33513c5bb6269a3eefded9ae1378b497670c)

![pagina-notifiche](/files/35b3abe07431772a0f23ca5d734fb9b1fa5d5f92)

Esistono tre tipi di notifiche:

| Tipo             | Simbolo                                                         | Spiegazione                                                                  |
| ---------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| **Avviso**       | ![alert](/files/5d839dec65b2f10818f93dd533cdddc3535061b0)       | Si è verificato un evento eccezionale che è importante o sensibile al tempo. |
| **Informazione** | ![information](/files/6c0db18fb7f59b46a6fe20d71dff32513bdb475b) | Conferma che si è verificato un evento.                                      |
| **Successo**     | ![success](/files/f3b90a3ed008a07a092a77e98770dd1e7b307695)     | Conferma che un'azione è stata eseguita.                                     |

Quando hai notifiche non lette, apparirà un fumetto rosso sopra l'icona delle notifiche (campanella) con il numero di notifiche non lette. Per contrassegnare come lette le notifiche non lette, puoi selezionare Segna come letto per una notifica specifica, oppure Segna tutto come letto per tutte le notifiche non lette.

Quando una notifica viene contrassegnata come letta sotto l'icona delle notifiche (campanella), questa notifica scomparirà dall'elenco, ma sarà disponibile nella pagina Notifiche.

Tieni presente che le notifiche verranno eliminate automaticamente dopo 90 giorni.


---

# 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.exoclick.com/exoclick-docs/it/notifiche.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.
