> ## 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.

# Set quiet hours for your notifications

> Quiet hours pause non-urgent load alerts during a daily window you choose. They apply to every notification rule and every channel.

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>;

Quiet hours let you set a daily time window when Load Work pauses non-urgent load alerts. This is useful overnight or during hours when you are off duty and cannot act on a posting. Quiet hours apply to **every notification rule** and every channel (email, SMS). There is no per-rule override.

## How to set quiet hours

<Steps>
  <Step title="Go to Settings">
    Click **Settings** in the main navigation.
  </Step>

  <Step title="Open Notifications">
    Find the **Notifications** section in Settings.
  </Step>

  <Step title="Enable Quiet hours">
    Turn on the **Quiet hours** toggle.
  </Step>

  <Step title="Set your window">
    Choose the start time and end time for your quiet window. Use the time picker to set exact hours.
  </Step>

  <Step title="Save">
    Click **Save**. The window takes effect immediately.
  </Step>
</Steps>

## Practical tip

Set quiet hours overnight, for example **10pm to 6am**, so you are not woken by a load alert you cannot act on until morning. Alerts resume automatically at the end of your window. Loads that match during quiet hours are still collected and visible on your **/notifications** page when you check later.

## What quiet hours do not block

Quiet hours pause **non-urgent** load alerts. Critical account messages, billing notices, and password resets are not affected and may still arrive.

<CardGroup cols={2}>
  <Card title="Notification preferences" icon="sliders" href="/account/notification-preferences">
    Manage email, SMS, and other alert settings in your account.
  </Card>

  <Card title="Alert channels" icon="envelope" href="/alerts/email-sms-push">
    How email, SMS, and push notifications work and which plans support each.
  </Card>
</CardGroup>

<PageFooter path="/alerts/quiet-hours" />
