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

# Notification preferences and quiet hours

> Control how Load Work reaches you: email, SMS, and quiet hours. Set quiet hours once and they apply to every notification rule automatically.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

Load Work sends load alerts through email and SMS. You control which channels are active, and you can set quiet hours to pause non-urgent notifications during a daily window. These settings live under **Settings** > **Notifications**.

## Where to find notification settings

Go to **Settings** from the top navigation bar, then click the **Notifications** tab. The page shows toggle switches for email, SMS, and push notifications, plus quiet hours settings.

## What you can toggle

* **Email notifications**: On by default. Email is always available on every plan.
* **SMS alerts**: Available on Pro and Enterprise plans only. Requires a verified phone number in your profile.
* **Push notifications**: Coming soon. Not available yet.

<Info>
  Push notifications are on the roadmap but not released yet. When they launch, the same toggle will appear here.
</Info>

## SMS consent

Turning on SMS alerts means agreeing to receive automated load and account texts at the phone number on file. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, HELP for help. Terms and Privacy Policy apply.

## Quiet hours

Quiet hours let you pick a daily window when non-urgent notifications are paused. For example, you can set quiet hours from 10:00 PM to 6:00 AM so alerts do not wake you.

<Warning>
  Quiet hours apply to **every** notification rule, not just one. If you set quiet hours, all rules pause during that window.
</Warning>

To learn more about how quiet hours interact with rules, see [Quiet hours](/alerts/quiet-hours).

## Save your changes

After adjusting toggles or quiet hours, click **Save changes**. The settings take effect immediately.

## Related articles

<CardGroup cols={2}>
  <Card title="Your profile and verification" icon="circle-user" href="/account/profile-and-verification" />

  <Card title="Quiet hours" icon="moon" href="/alerts/quiet-hours" />

  <Card title="How notification rules work" icon="bell" href="/alerts/how-notification-rules-work" />

  <Card title="Not getting alerts" icon="triangle-exclamation" href="/alerts/not-getting-alerts" />
</CardGroup>

<PageFooter path="/account/notification-preferences" />
