# Notifications

Users will be subscribed to events in two different ways:

* Self subscription to the documents which have this feature enabled
* Massive subscription enabled by the administrator to a given role

Notifications will be displayed to the users on the top menu bar

![](/files/-MlB1vWKahTwr6U4X-nq)

{% hint style="info" %}
Emails sent to the user. In order to achieve this, truedat needs to be integrated with your smtp server.
{% endhint %}

## Self subscription

### Business Concepts

You will be able to subscribe to any business concept that you have access to. This will generate a notification for any changes produced in a concept, including changes in the business concept status.

![](/files/-M__D4nCArDn8y4QrBv0)

### Quality Rules & Implementations

It will be possible to subscribe to a quality rule and to implementations, to receive notifications when a quality result has been generated. In the notification setup you will be able to select the frequency of the notification (immediately, hourly, daily) and for which typ of result (goal reached, over the threshold but below goal, below threshold, empty dataset or failed execution).

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

## Subscription by Role

Refer to the [Subscriptions ](/v8.4/administration/notifications.md)page on the administration section in which this functionality is explained in detail.


---

# 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://docs.truedat.io/v8.4/userguide/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.
