# Notification Center

Manage how you receive alerts across WatchDog Security by configuring your personal notification preferences.

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span>, <span style="color:#d760f9; font-weight:600;">Security Admins</span> and <span style="color:#d760f9; font-weight:600;">End Users</span>
      </td>
    </tr>

    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Free</span>, <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

:::info[]
You can only modify notification settings if **User Override** is enabled by your administrator. If disabled, your organization’s default settings will be enforced.
:::

---

## Key Features

<CardGroup cols={2}>
<Card title="Configure User Events" href="/configure-user-events-2053487m0" icon="lucide-bell">
  Customize notifications for events assigned to you across the platform.
</Card>

<Card title="Granular Controls" href="/configure-user-events-2053487m0" icon="lucide-settings">
  Enable or disable notifications by category and event type.
</Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Edit Notification Settings" defaultOpen>
If you cannot change notifications:

- Your administrator may have disabled **User Override**
- Organization-level settings are enforced when override is disabled
- Contact your **Account Owner or Security Admin**
</Accordion>

<Accordion title="Not Receiving Notifications">
If you are not receiving alerts:

- Verify the event is enabled under **Notifications**
- Check your selected notification channel (e.g., **Email**)
- Ensure the event applies to your assigned resources
</Accordion>

</AccordionGroup>
