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

# Configure your Ornn notification preferences

> Manage organization-wide notification preferences for your Ornn tenant. Admins can enable or disable reservation confirmations, platform announcements, billing alerts, and utilization warnings.

Notification preferences in Ornn are set **per organization**, not per individual user. They control which emails Ornn sends about activity on your tenant. Only organization **admins** can save these preferences. Members see the same toggles, but their changes do not persist; ask an admin to update them.

## How to update preferences

<Steps>
  <Step title="Open the Account page">
    Go to the **Account page** (`/account`). The **Profile** tab opens by default.
  </Step>

  <Step title="Find the Notifications section">
    Scroll to the **Notifications** section on the Profile tab. It sits alongside your profile and company information; there is no separate Notifications tab.
  </Step>

  <Step title="Toggle each preference">
    Flip the toggle for any notification type. Changes autosave after a short debounce, and a **Preferences saved** toast confirms when the new value is persisted.
  </Step>
</Steps>

<Note>
  Only admins can save notification changes. If you are a **member**, a toggle you flip will not persist (the save is admin-gated and reverts). Ask an admin on your team to update the organization's notification preferences.
</Note>

## Notification types

<div className="ornn-notification-card-group" role="list">
  <div className="ornn-notification-card" role="listitem">
    <div className="ornn-notification-card-title">Reservation confirmations</div>

    <p className="ornn-notification-card-body">
      Controls emails about bids being accepted and reservations being confirmed on your tenant.
    </p>
  </div>

  <div className="ornn-notification-card" role="listitem">
    <div className="ornn-notification-card-title">Platform announcements</div>

    <p className="ornn-notification-card-body">
      Controls product updates and other communications from the Ornn team.
    </p>
  </div>

  <div className="ornn-notification-card" role="listitem">
    <div className="ornn-notification-card-title">Billing alerts</div>

    <p className="ornn-notification-card-body">
      Controls emails about invoices, payment status changes, and other billing events on your tenant.
    </p>
  </div>

  <div className="ornn-notification-card" role="listitem">
    <div className="ornn-notification-card-title">Utilization warnings</div>

    <p className="ornn-notification-card-body">
      Controls emails about GPU utilization on a reservation crossing a notable threshold.
    </p>
  </div>
</div>

<Note>
  Some notification emails are still being rolled out. Billing alerts are wired up today; the other categories save your preference but may not send mail yet. Your settings are saved either way and take effect once each sender ships.
</Note>

## Default values

| Notification              | Default |
| ------------------------- | ------- |
| Reservation confirmations | On      |
| Platform announcements    | On      |
| Billing alerts            | On      |
| Utilization warnings      | Off     |

<Tip>
  Keep **Billing alerts** on so your team is notified about invoice and payment activity before it affects access to reservations.
</Tip>

## What's next

<CardGroup cols={2}>
  <Card title="Account settings" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/account-settings.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=b3113ad57cc544064507c9f6e220dffd" href="/guides/account-settings" width="1200" height="800" data-path="images/banners/account-settings.jpg">
    Update your profile, display preferences, and billing details.
  </Card>

  <Card title="Manage your team" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/team-management.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=140b0d484bbd506eb1dd0dd2f27c9882" href="/guides/team-management" width="1200" height="800" data-path="images/banners/team-management.jpg">
    Review admin and member roles, and invite teammates.
  </Card>
</CardGroup>
