# Notifications

Certain actions in Lumi AI are notifiable to a broader audience. Things like sharing artifacts with other users and updates to configuration will be reflected with specific audiences.

## Realtime Pop-Ups

Certain actions will trigger pop-ups in the bottom of the screen, which will automatically dismiss after a certain amount of time. In most cases, these will be displayed for yourself only and may not appear in your notifications summary or for a broader audience (e.g., a Knowledge Base failed to save).

Events or conditions triggered by other users or by the system will also appear in realtime, and will also be reflected in the notifications summary.

For full details on what conditions arise, see [#notification-patterns](#notification-patterns "mention") below.

## Notifications Summary

You can view your summary of notifications on the navbar on the left. This will show your most recent notifications, and can be filtered on read/unread. A counter of your total unread is shown in navbar icon.

* **Mark as read** — Clicking in the notification will archive it and remove it from the "Unread" tab.
* **Mark all as read** — Clicking this option will clear all unread notifications to read.

## Notification Patterns

Notifiable conditions are noted below. For more information on related individual topics, please refer to the corresponding feature documentation.

<table><thead><tr><th width="210">Notification</th><th width="187">Audience</th><th>Description</th></tr></thead><tbody><tr><td>Thread Shared</td><td>Shared Members</td><td>When a thread is shared, all receiving members will be notified.</td></tr><tr><td>Board Refreshed</td><td>Board Members</td><td>When a board is refreshed manually or automatically, all members who have access to the board will be notified.</td></tr><tr><td>Board Archived</td><td>Board Members</td><td>When a board is archived, members are notified</td></tr><tr><td>Board Deleted</td><td>Board Members</td><td>When a board has been permanently deleted, by a user or by the system (archive expiry), members are notified.</td></tr><tr><td>Knowledge Base Access Requested</td><td>Knowledge Base Contributors</td><td>When a user requests access, all Knowledge Base Contributors will receive a notification that a request is pending for approval.</td></tr><tr><td>Verification Created</td><td>Knowledge Base Contributors</td><td>When a user requests human verification on a chat message, all Knowledge Base Contributors will receive a notification.</td></tr><tr><td>Verification Commented On By Reviewer</td><td>Verification Requestor</td><td>When a human verification request is reviewed by a Knowledge Base Contributor, the original requestor will be notified.</td></tr><tr><td>Verification Commented On By Original Requestor</td><td>Verification Participants</td><td>When the original requestor of a human verification request leaves a comment, anyone who has reviewed/commented on the request is notified.</td></tr><tr><td>Verification Reviewed</td><td>Verification Requestor</td><td>When a human verification request is approved or rejected by a Knowledge Base Contributor, the original requestor will be notified.</td></tr><tr><td>Organization Updated</td><td>Organization Admins</td><td>When any organization-level property has been changed, all organization admins will be notified.</td></tr><tr><td>Data Gateway Added</td><td>Organization Admins</td><td>When a new data gateway is created, all organization admins are notified.</td></tr><tr><td>Data Gateway Updated</td><td>Organization Admins</td><td>When a data gateway is modified, all organization admins are notified.</td></tr><tr><td>Data Gateway Deleted</td><td>Organization Admins</td><td>When a data gateway is deleted, all organization admins are notified.</td></tr></tbody></table>
