> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/fr/plateforme/notifications.md).

# Notifications

PowerShell Universal peut générer des notifications pour de nombreuses raisons. Celles-ci peuvent inclure des opérations telles que le redémarrage d'un tableau de bord ou une erreur de configuration.

Les notifications sont accessibles en cliquant sur l'icône de cloche dans la console d'administration.

<figure><img src="/files/Xvpo3nJik2vn3FHpHVyR" alt=""><figcaption><p>Bouton Afficher les notifications</p></figcaption></figure>

Vous serez redirigé vers la page des notifications avec une liste des notifications non lues.

<figure><img src="/files/5F0EiFZq7zbCJsYzYLk2" alt=""><figcaption></figcaption></figure>

## Niveaux

Les notifications peuvent être de niveau Information, Avertissement ou Erreur. Lorsqu'une notification de niveau Erreur est générée, l'icône de cloche se transforme en point d'exclamation et devient rouge.

<figure><img src="/files/wC1EjNhViy5IaCL6triZ" alt=""><figcaption><p>Niveaux de notification</p></figcaption></figure>

Vous pouvez configurer les niveaux générés en accédant à Paramètres \ Général \ Console d'administration. Modifiez le paramètre Niveau de notification au niveau le plus bas que vous souhaitez voir. Par exemple, si vous le définissez sur Avertissement, vous ne verrez que les notifications de niveau Avertissement et Erreur.

<figure><img src="/files/kWVcdKyvJZrKoh89Z8We" alt=""><figcaption><p>Niveaux de notification</p></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:

```
GET https://docs.devolutions.net/powershell-universal/fr/plateforme/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
