> 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/administration/configuration/notifications.md).

# Notifications

Configure email Notifications in Devolutions Server based on user activities, requiring at least one subscriber and subscription to function properly.

{% hint style="info" %}
The [Email](/server/web-interface/administration/configuration/server-settings/general/email.md) feature must be enabled and properly configured to get the ***Notifications*** working.
{% endhint %}

With Devolutions Server, it is possible to get email notifications based on user activities with the ***Notifications*** feature.

To get the notification working, at least a [Subscriber](/server/web-interface/administration/configuration/notifications/subscribers.md) and a [Subscription](/server/web-interface/administration/configuration/notifications/subscriptions.md) need to be created. It is also possible to regroup Subscribers in [Subscriber Groups](/server/web-interface/administration/configuration/notifications/subscriber-groups.md) to send notifications to a group of subscribers.


---

# 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.devolutions.net/server/web-interface/administration/configuration/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.
