> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/70/administration/reporting/notifications.md).

# Notifications

The notification center is a feature that provides an overview of alerts and notifications from Storware Backup and Recovery operations

<figure><img src="/files/kpcM0dk0TKrBzFqjy7M1" alt=""><figcaption></figcaption></figure>

The Notification center groups in one place all system alarms and notifications, providing a centralized place to verify the system state.

### Message levels

Messages have been divided into three types:

* Information - The standard message indicating that something happened or the task entered a certain state.
* Warning - The warning message indicates that something unexpected happened during the operation. A problem or a situation that might disturb an operation. But that doesn't mean that the application failed. The operation can continue the work. The information should be reviewed.
* Critical - The message informs that the system encountered a problem and the operation cannot be continued.

### Notifications statues

* Acknowledge - Indicates that the problem is acknowledged by the administrator.
* Resolve - Indicates that the root cause of the problem is resolved.

To set the status for the notification:

1. Click on the notification
2. Scroll down to the bottom of the window
3. Click on the button "Acknowledge" or "Resolve" depending on which status you would like to set

<figure><img src="/files/DDivkBkAajzei9QZu59J" alt=""><figcaption></figcaption></figure>

Information about the username and date of the action will be registered and displayed in the main notifications view


---

# 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.storware.eu/70/administration/reporting/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.
