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

# Notifications

> In-app notification center, notification types, and preference management

# Notifications

HostMetrics includes an in-app notification system to alert hosts about important events across their fleet.

## Notification Types

| Type                | Trigger                                              |
| ------------------- | ---------------------------------------------------- |
| **Document Expiry** | A document is expiring within 30 days or has expired |
| **Import Complete** | A CSV import has finished processing                 |
| **Payment Due**     | An investor payment period is ready for review       |
| **Sync Status**     | Chrome extension or toll sync completed or failed    |
| **Fleet Health**    | Fleet document health score drops below threshold    |

## Notification Center

The notification center is accessible from the bell icon in the sidebar. It displays:

* Unread notification count badge
* Chronological list of notifications
* Read/unread status per notification
* Quick action links (e.g., "View Document" or "Review Payment")

Notifications are stored in the database and persist across sessions.

## Notification Preferences

In **Settings > Notifications**, users can configure:

* Which notification types are enabled
* Email notification toggle (in addition to in-app)

<Info>
  Email notifications are optional and off by default. All notifications always appear in the in-app notification center regardless of email settings.
</Info>

## Page Route

The full notification history is available at `/notifications`.
