> 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/server/web-interface/account-menu/notification-preferences.md).

# Notification preferences

Notifications preferences in Devolutions Server enable administrators and users with [system permissions](https://docs.devolutions.net/server/web-interface/administration/configuration/system-permissions/modules/) to receive only the most relevant updates.

### Notifications preferences <a href="#notifications-preferences" id="notifications-preferences"></a>

Choose the type of notifications you want to receive.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS6001_2026_2.png" alt=""><figcaption></figcaption></figure>

* ***Error***: Error notifications indicate a significant problem that has occurred within the Devolutions Server environment.
* ***Warning***: Warning notifications represent issues that, while not immediately critical, could lead to errors if not addressed.
* ***Information***: Information notifications provide updates about the normal operation of Devolutions Server or confirm the successful completion of operations.
* ***Updates***: Receive notifications when a new version is available.

### Enable personalized selection <a href="#enable-personalized-selection" id="enable-personalized-selection"></a>

Administrators and users with system permissions can choose the actions they wish to receive notifications for.

### Administration <a href="#administration" id="administration"></a>

#### Server <a href="#server" id="server"></a>

* Emergency Login: Notification is sent for emergency login usage.
* Devolutions Server update available: Receive a notification when a new version of Devolutions Server is available for download and installation.

#### Security <a href="#security" id="security"></a>

* Security task ignored: Notification is sent for an ignored security task.
* Security task restored: Notification is sent for a restored security task.
* Entry unsealed: Notification is sent for an unsealed entry.

#### Backup <a href="#backup" id="backup"></a>

* Success: Notification is sent upon backup success.
* Failure: Notification is sent upon backup failure.
* Validation Failed: Notification is sent for validation errors during backup.

### Service <a href="#service" id="service"></a>

#### Gateway <a href="#gateway" id="gateway"></a>

* Create: Notification is sent when a gateway is created.
* Update: Notification is sent when a gateway is updated.
* Delete: Notification is sent when a gateway is deleted.
* Online: Notification is sent when a gateway comes online.
* Offline: Notification is sent when a gateway goes offline.

#### Authentication provider synchronization <a href="#authentication-provider-synchronization" id="authentication-provider-synchronization"></a>

* Authentication provider users synchronization error: Notification is sent when there is an error during the synchronization of users from the authentication provider.
* Authentication provider groups synchronization error: Notification is sent for errors encountered during the synchronization of groups from the authentication provider.
* Authentication provider users synchronization succeeded with warnings: Notification is sent when the synchronization of users completes with warnings.
* Authentication provider groups synchronization succeeded with warnings: Notification is sent when group synchronization succeeds but generates warnings.

#### PAM <a href="#pam" id="pam"></a>

* Heartbeat Failure: Notification is sent when a PAM heartbeat check fails.

#### Gateway Farm <a href="#gateway-farm" id="gateway-farm"></a>

* Create: Notification is sent when a gateway farm is created.
* Update: Notification is sent when a gateway farm is updated.
* Delete: Notification is sent when a gateway farm is deleted.

#### Scheduler <a href="#scheduler" id="scheduler"></a>

* Offline: Notification is sent when the scheduler goes offline.
* On Standby: Notification is sent when the scheduler enters standby mode.
* On Activation: Notification is sent when the scheduler is activated.
* No Standby Scheduler Available: Notification is sent when no standby scheduler is available.
* Active Scheduler Change: Notification is sent when the active scheduler changes.

### Entries <a href="#entries" id="entries"></a>

#### Vault <a href="#vault" id="vault"></a>

* Download Vault Data for Autofill: Notification is sent for downloading vault data for autofill.
* User vault transfered to a shared vault: Notification is sent when a user vault is transferred to a shared vault.


---

# 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/server/web-interface/account-menu/notification-preferences.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.
