> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/benachrichtigungen.md).

# Notifications

In the web application, up to five types of notifications (*Notifications*) can occur depending on the action status:

* Success (green)
* Warning (orange)
* Error (red)
* Info (blue)
* Confirmation (gray)

Except for the *Confirmation* notification, all other notifications are displayed in the top right of the screen. The confirmation notification, on the other hand, appears directly in the center of the screen. Apart from the *Confirmation* notification, all other notifications have a timeout. Once this has expired, the notification is hidden.

The duration of the timeout depends on the severity of the notification. Errors and warnings have a longer timeout duration than other notifications. The timeout is displayed at the bottom of each notification in the form of a progress bar.

### Display Notifications Longer

Some notifications may contain longer texts. Therefore, the timeout can be stopped and the display can be extended. This is done by hovering your mouse pointer over the notification.

### Hide Notifications

With a mouse click, you can hide the desired notification before the timeout period expires.


---

# 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.videc.de/june5-3.7/en/webanwendung/benachrichtigungen.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.
