> 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/fr/notifications.md).

# Notifications

![connexion](/files/08bc1f4da6129aa62e565bfa344bf47add80dc11)

Les notifications sont des mises à jour sur l'activité du panneau d'administration.

Pour consulter vos notifications, vous pouvez sélectionner l'icône de notifications (cloche) dans la barre de navigation en haut à droite.

Vous pouvez également choisir l'option **Voir toutes les notifications** sous l'icône de notification (ci-dessous) ou allez à votre compte utilisateur **Profil** et choisissez l'onglet **Notifications** pour afficher et gérer vos notifications depuis une seule page.

![icône-notifications](/files/0136c22d1fc52cc6d715b1309a4d8fbdd849bbe3)

![page-notifications](/files/2ce5ef6cc594f08c0ceadc67014c31b470fdd031)

Il existe trois types de notifications :

| Type            | Symbole                                                         | Explication                                                   |
| --------------- | --------------------------------------------------------------- | ------------------------------------------------------------- |
| **Alerte**      | ![alert](/files/35494d5df18ee2912cb21d5701106e5871b278cd)       | Un événement exceptionnel s'est produit, important ou urgent. |
| **Information** | ![information](/files/d88e38f015ea62042c9b11440c5ab2e3ec9f17a2) | Confirmation qu'un événement s'est produit.                   |
| **Succès**      | ![success](/files/93285d33c401fdf041836d393e1e5e56f0780c68)     | Confirmation qu'une action a été effectuée.                   |

Lorsque vous avez des notifications non lues, une bulle rouge apparaîtra au-dessus de l'icône de notifications (cloche) avec le nombre de notifications non lues. Pour effacer vos notifications non lues, vous pouvez sélectionner Marquer comme lue pour une notification spécifique, ou Marquer tout comme lu pour toutes vos notifications non lues.

Lorsqu'une notification est marquée comme lue sous l'icône de notifications (cloche), cette notification disparaîtra de la liste, mais elle restera disponible sur la page Notifications.

Sachez que les notifications seront supprimées automatiquement après 90 jours.


---

# 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/fr/notifications.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.
