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

# Read your notifications

> Find, read, and clear in-app notifications about your tasks.

Notifications are in-app messages about your tasks finishing. The
notifications page is the inbox; this guide covers reading and
clearing.

The **Notifications** entry must appear in your user menu. If not,
notifications aren't enabled on this deployment — contact your team admin.

## What is delivered

Today notifications cover:

* `task_completed` — a task you submitted reached `completed`.
* `task_failed` — a task you submitted reached `failed`.

That's the entire list. For more event kinds (agent state changes,
membership events), use [Webhooks](/cloud/guides/webhooks) and have
your own system react.

## Read

1. Open your user menu (top-right).
2. Click **Notifications**.
3. The list shows the most-recent items, paginated.
4. Toggle the **Unread only** filter to focus on new items.

Each row links to the task that produced the notification, so you
can jump straight to the result or the failure log.

## Mark read

* Click **Mark as read** on a row.
* Click **Mark all read** at the top of the page to clear the
  badge.

## Live updates

While the page is open, Cloud refreshes the list periodically so
new notifications appear without a manual reload. When the tab is
in the background, refreshing pauses to save work.

## Related

* [Notifications](/cloud/concepts/notifications) — concept.
* [Tasks](/cloud/concepts/tasks) — the events that produce
  notifications.
* [Webhooks](/cloud/guides/webhooks) — for machine-to-machine
  event delivery.
