# Notifications

PowerShell Universal can generate notifications for numerous reasons. These can include operations such as restarting a dashboard or a configuration error.&#x20;

Notifications are available by clicking the bell icon within the admin console.&#x20;

![](/files/BWP3RVewHcGbFoMUkz9Q)

You can view all notifications by clicking the View All button.&#x20;

![](/files/YHiAHa0gqbhLbyxBgNVF)

## Levels

Notifications can be Information, Warning or Error levels. When an error level notification is generated, the bell icon will change to an exclamation mark and change to red.&#x20;

![](/files/WpJvPplDQGvNIwZDcK1P)

You can configure which levels are generated by navigating to Settings \ General \ Admin Console. Change the Notification Level setting to the lowest level you'd like to see. For example, if you set it to Warning, you will only see Warning and Error notifications.&#x20;

![](/files/9dKrLnDcPKZ6PrqleXq1)


---

# Agent Instructions: 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.powershelluniversal.com/v4-beta/platform/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.
