> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Notifications

> The user-facing feed where published announcements arrive: filter, open to read, mark as read, and dismiss

Notifications are the user-facing side of [Engage](./overview). When an [announcement](./announcements) is published, it reaches its targeted audience as a notification here, in a dedicated feed users can browse and manage.

<Frame>
  <img src="https://mintcdn.com/prismeai/0zf8VGzwhBRxRTcR/images/engage-all-notifications.png?fit=max&auto=format&n=0zf8VGzwhBRxRTcR&q=85&s=f2ecc64392314007fc730f151ca9c1f8" alt="All Notifications feed with filter tabs and notification cards" width="3014" height="1604" data-path="images/engage-all-notifications.png" />
</Frame>

## The feed

The All Notifications page presents notifications as a grid of cards. Each card shows the notification's icon, title, summary, and how long ago it arrived. An unread notification is marked with a small dot so it stands out.

## Filtering

Filter tabs at the top narrow the feed:

| Filter     | Shows                                      |
| ---------- | ------------------------------------------ |
| **All**    | Every notification                         |
| **Unread** | Only notifications you have not opened yet |
| **Read**   | Only notifications you have already opened |

## Reading, marking as read, and dismissing

There are two things you can do with a notification:

* **Open it.** Select a card to open the notification and read its full content. Opening an unread notification marks it as **read** automatically. If a notification carries an external link and no content, opening it takes you to that link.
* **Dismiss it.** Use the dismiss control on a card to remove it from your feed once you have handled it.

When there is nothing left, the feed shows an "all caught up" empty state.

## How it is powered

The feed is backed by the platform's `/v1/notifications` endpoints. Notifications here are the delivery of announcements published from [Announcements](./announcements): what admins publish is what users receive.

## Next steps

<CardGroup cols={2}>
  <Card title="Announcements" icon="bullhorn" href="./announcements">
    Create and publish the announcements that land here
  </Card>

  <Card title="Overview" icon="circle-info" href="./overview">
    See how Engage drives adoption end to end
  </Card>
</CardGroup>
