> For the complete documentation index, see [llms.txt](https://gdplabs.gitbook.io/glchat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdplabs.gitbook.io/glchat/application-ui/how-to-guide/navigation-and-chat-list/notification-system.md).

# Notification System

#### Notification System Overview

This project includes a notification system to inform users when a task is executed or completed. Tasks can vary, for example, an inquiry to an LLM, interaction with an agent, or deep research activities. Notifications provide users with updates on completed tasks and suggest the next actionable steps. There are 2 type of notification that currently supported

1. In App Notification
2. Email Notification

**How to Access Notifications**

* Click the 🔔 (bell) icon located in the top left sidebar and it will show several notifications (if any).

{% tabs %}
{% tab title="Website" %}

<figure><img src="/files/JFd3OarnyiDCjYMkgLgR" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile (iOS/Android)" %}
![](/files/oS4Rm9SBH4ryRpvADuxG)
{% endtab %}
{% endtabs %}

* A red dot will appear on the icon if there is a new notification.
* To view more notifications, click "See More" to be redirected to the "View All Notifications" page.

{% tabs %}
{% tab title="Website" %}

<figure><img src="/files/WK4VuIPLdu5HSDmoaSQk" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile (iOS/Android)" %}
![](/files/6AHdsKK1T0anxUazdA7t)
{% endtab %}
{% endtabs %}

* Clicking a notification related to task scheduler will redirect user to a specific conversation

**Current Implementation**

* Notifications are currently implemented for the Task Scheduler.
* Future updates will integrate notifications directly with other components, gradually bypassing the Task Scheduler.
* Notifications will remain visible for 7 days.

#### Email Notification

Notifications are available both via in-app alerts and through email.

<figure><img src="/files/9XxilrdFP5YP6NUXDdUb" alt=""><figcaption></figcaption></figure>
