# Notifications&#x20;

System notifications include various types, such as toast, e-mail, and system notifications. Users can manage the notification list within a defined scope.

## Notification types

### Toast notifications

Notifications displayed as short, transient messages on the screen. They appear as a popup in the **top-right corner of the screen** and are intended to quickly convey relevant information to the user. They occur in **four variants**:

* **Information** – neutral informational message.

<figure><img src="/files/848aae0c0b0999385a6d8f75d14a575c4183c128" alt="" width="308"><figcaption></figcaption></figure>

* **Note** – draws attention to a potential issue or important item.

<figure><img src="/files/699b38cb905637016fffc82c6588234b31794f1f" alt="" width="308"><figcaption></figcaption></figure>

* **Alert** – indicates a critical issue requiring immediate response.

<figure><img src="/files/67aa5f4a9b68288b971f9dc380479d601e110fcf" alt="" width="308"><figcaption></figcaption></figure>

* **Success** – confirms successful completion of an operation.

<figure><img src="/files/eeb40268c34a9099c5e0845522c5fec6b1a1c3c5" alt="" width="308"><figcaption></figcaption></figure>

### Email notifications

Notifications sent to the user's email address regarding events and alerts related to the system infrastructure. In many cases there is the option to **parameterize the content** of notifications, allowing them to be tailored to individual needs.

More information on this topic can be found in the [**Data Protection**](/eacloud-docs-en/features/data-loss-prevention.md).

### **Session expiration**

In the event of inactivity in the console after the administrator logs in, in order to **increase security**, a procedure has been implemented **to lock the session**. The user's session will expire after **20 minutes of inactivity.**&#x20;

{% hint style="info" %}
Inactivity is understood as no use of pointing devices such as a mouse or keyboard.
{% endhint %}

#### **Session expiration notification**:

* Upon detection of inactivity the system will begin a countdown to session expiration.
* The message appears 15 minutes after inactivity, i.e. **5 minutes before the user is logged out**.
* If the user does not take action - they will be logged out
* The rest of the screen becomes **blurred (obscured)**, which prevents reading of data.
* In the last minute the system will send a **sound notification**, even if the console is minimized in a browser tab.

<figure><img src="/files/0404fd2c9f5b343e788fe06e9e53343e13cb1f08" alt="" width="375"><figcaption></figcaption></figure>

#### **Session expiration**:

* After time expires it is necessary to **log in again**.
* The screen remains **blurred**, which prevents identification of the page content and ensures information protection.

<figure><img src="/files/7566a0c4572e9ada03b52f892e873e4c9a3fb3b1" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/getting-started/quickstart/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.
