> For the complete documentation index, see [llms.txt](https://docs.igenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.igenius.ai/italiano/crystal-advisor/accedi-a-crystal/scopri-ladvisor/notifiche.md).

# Notifiche

<figure><img src="/files/GMax6kifqqBTDZEZXtTG" alt=""><figcaption><p>Centro Notifiche</p></figcaption></figure>

Individua la **seconda** **icona** dall'alto nella Barra Laterale Sinistra: sarà **evidenziata** con un piccolo distintivo rosso ogni volta che ricevi una notifica, informandoti che ci sono delle novità in attesa per te.

{% hint style="warning" %} <mark style="color:orange;">**Ricorda**</mark>

Per ricevere tutti gli aggiornamenti anche sull'app di Crystal, ricorda di abilitare le notifiche push sul tuo dispositivo mobile.
{% endhint %}

## Trova le tue notifiche&#x20;

Cliccando sull'icona, si aprirà il **Centro Notifiche**.&#x20;

Lì, puoi trovare tutte le tue notifiche elencate in ordine cronologico, con le più recenti in alto.&#x20;

Cliccando su ciascuna notifica, potrai accedere al contenuto correlato.

<figure><img src="/files/nJcWf6HdRNTJlMYq0Cb4" alt="" width="188"><figcaption><p>Lista delle Notifiche</p></figcaption></figure>

{% hint style="danger" %} <mark style="color:red;">**Attenzione**</mark>

Una volta che apri una notifica, non la troverai più nel Centro Notifiche.
{% endhint %}

## Gestisci le tue Notifiche&#x20;

Nel Centro Notifiche, puoi anche gestire le notifiche in base alle tue necessità.

### Elimina le Notifiche&#x20;

Se hai troppe notifiche, puoi eliminarle utilizzando l'icona dei tre puntini accanto a ciascuna notifica.

{% hint style="danger" %} <mark style="color:red;">**Attenzione**</mark>

Dopo l'eliminazione, non sarà più possibile recuperare la notifica.
{% endhint %}

## Lista delle Notifiche

Ci sono diversi tipi di notifiche che Crystal può inviarti.&#x20;

Diamo un'occhiata ad ognuna di esse.

### Insight analizzato

Una [**Analisi di Insight**](/italiano/crystal-advisor/analizza-i-tuoi-dati/analisi-dellinsight.md) è pronta!

### **Anomalia rilevata**&#x20;

Una [**Anomalia**](/italiano/crystal-advisor/analizza-i-tuoi-dati/avvisi/rilevamento-di-anomalia.md) o un [**Avviso Personalizzato**](/italiano/crystal-advisor/analizza-i-tuoi-dati/avvisi/monitoraggio-di-soglia.md) sono stati rilevati!

### **Topic pianificato**

È arrivato il momento di controllare un [**Topic pianificato**](/italiano/crystal-advisor/analizza-i-tuoi-dati/avvisi/pianificazione-di-topic.md)!

### Forecast di topic (Beta)

Il [**forecast**](/italiano/crystal-advisor/analizza-i-tuoi-dati/previsioni.md) di un Topic è pronto!

### Download file

Un file di grandi dimensioni (Excel o PDF) è pronto per essere [**scaricato**](/italiano/crystal-advisor/racconta-e-discuti-i-tuoi-dati/esporta-un-topic.md)!

### Topic condiviso

Qualcuno ha [**condiviso un Topic** ](/italiano/crystal-advisor/racconta-e-discuti-i-tuoi-dati/condividi-un-topic.md)con te!

### Data story condivisa

Qualcuno ha [**condiviso una** **Data Story**](/italiano/crystal-advisor/racconta-e-discuti-i-tuoi-dati/data-storytelling.md) con te!

***


---

# 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.igenius.ai/italiano/crystal-advisor/accedi-a-crystal/scopri-ladvisor/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.
