# Notifications

Notifications are messages that are sent to a specific channel (e-mail, SMS, Slack, webhook) based on an event such as a Published Repor&#x74;*,* a Budget Evaluation, or a Workflow exit status. These events are typically triggered by a *Workflow*. Notifications are always created for a specific user. It is possible to create a notification for [your own account](#creating-notifications-for-yourself) and, if you have admin rights, for [another user](#creating-notifications-for-other-users).&#x20;

### View My Notifications

You can view the notifications in your profile via the user icon in the top right corner:

![My Notifications menu](/files/E0TDY2aRm3b85qwlzi7a)

### Channels

If you don't have any notifications yet, you will first need to create one or more channels. To create a new Channel, click on the tab *Channels* and specify a name and a type. In case of an e-mail, you will need to provide a valid e-mail address or use your personal profile e-mail address:

![Creating a channel](/files/-MeR8I_wOACLiTznrFje)

Make sure a valid e-mail configuration has been configured in the [*System Settings*](/administration/settings.md#mail-server) of your Exivity instance.

### Creating Notifications for yourself

To create a notification, click on your username at the top right corner of the screen, then select **My Notifications** and navigate to the **Notifications** tab:

![Creating a notification for your own profile](/files/-MeRAoiYCObW2ycUuNGJ)

Depending on the selected Trigger, different options will be provided. The three types of triggers available allow you to know when [a Report has been published](/administration/notifications/report-notifications.md), when[ a Budget has been evaluated](/administration/notifications/budget-notifications.md), or when [a Workflow has finished](/administration/notifications/workflow-notifications.md):

![Notification triggers](/files/nF54SBdnuAWu9NbOetuF)

### Creating Notifications for other users

{% hint style="info" %}
In order to create notifications for other users, you must be logged in as an administrator.
{% endhint %}

Afterwards, you can proceed with the following steps:<br>

1. Go to **Administration** > **User management.**
2. Select an existing user or create a new one by clicking the [**Create User**](/administration/user-management/users.md) button.

{% hint style="info" %}
Note that notifications for any new user become available only after saving the profile.
{% endhint %}

3\. Select the desired user from the left side of the screen.

4\. Select the **Notifications** tab and fill in the details, similarly to the way [you create a notification for yourself](#creating-notifications-for-yourself) :&#x20;

![Adding a notification for another user](/files/68kQ6vDJE7MToePdixPQ)

5\. Finally, you can view the notifications associated with a specific user, under **Administration** > **User management** > `username` > **Notifications:**&#x20;

![Example of notifications for a user account](/files/XmF2NZqUxQ8boiqG0BTI)


---

# 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://olddocs.exivity.io/administration/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.
