# Notifications

Ango Hub features a built-in notification system. Notifications allow you to get informed about events related to your account.

## Types of Notifications

<table data-full-width="true"><thead><tr><th>Type</th><th>Action on Click</th></tr></thead><tbody><tr><td>An export you requested is ready to download.</td><td>Download the export.</td></tr><tr><td>An issue has been opened in a project where you have been assigned as reviewer or manager.</td><td>Navigate to task where the issue was opened.</td></tr><tr><td>You have been invited to an organization.</td><td>Switch to the organization where you have been invited.</td></tr><tr><td>You have been assigned to a project.</td><td>Navigate to the project where you were assigned.</td></tr><tr><td>A batch model plugin has finished processing.</td><td></td></tr><tr><td>An export plugin has finished processing.</td><td>Download the export from the plugin.</td></tr></tbody></table>

## Receiving Notifications

Whenever you receive a notification, if the *Mute* toggle is disabled, you will see a notification popup appear from the top-right hand side of the screen:

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

Until you click on the notification, the notification will be marked as 'Unread'. The badge indicator on the <img src="/files/UEvXa8mjQ0gUi6IYcHEp" alt="" data-size="line"> icon indicates how many unread notifications you have.

Clicking on the notification will mark it as read and will allow you to navigate to the task indicated by the notification, or to download a file, depending on the type of notification. The notification will automatically disappear after a few seconds, or you can dismiss it by clicking on the "X".

## Accessing Past Notifications

To access your past notifications, click on the <img src="/files/UEvXa8mjQ0gUi6IYcHEp" alt="" data-size="line"> icon in the top-right corner of the screen. The notification dialog will open:

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

You may mark all notifications as 'read' by clicking on 'Mark All as Read' in the top-right corner of the notification dialog.

You may refresh the dialog with the latest notifications by clicking on the <img src="/files/JjMOq5nuQWo1lGj4nxqT" alt="" data-size="line">icon.

## Muting Notifications

You may have notifications stop appearing as a popup by muting them. To mute notifications for your account, open the notification dialog, then enable the <img src="/files/wGSZ3umgepOs6FGNjZfr" alt="" data-size="line"> toggle.

Muted notifications will still appear in the notification dialog.

## Filtering Notifications

You may filter notifications by type by opening the notification dialog and clicking on one of the filters:

<figure><img src="/files/h5HiTdvfu8GOwdOAOtcx" alt=""><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://docs.imerit.net/core-concepts/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.
