# Send Policy Reminder

Send reminders to users who have not yet accepted policies to ensure compliance.

---

<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> and <span style="color:#d760f9; font-weight:600;">Security Admins</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>

---

## Steps

<Steps>

<Step title="Sign in to WatchDog Security">
  Sign in to the [**WatchDog Security Platform**](app.watchdogsecurity.io).
</Step>

<Step title="Open Policy Manager">
  Navigate to **Policy Manager** from the left-hand menu.
</Step>

<Step title="Send Reminder">
  Click **Acknowledgement Reminder** to notify users.
</Step>

</Steps>

---

## What Happens Next

<TipInfo>Reminder emails are sent to users who have not accepted the policy.</TipInfo>
<TipInfo>Users are prompted to review and accept the policy.</TipInfo>
<TipInfo>Acceptance rates may improve after reminders are sent.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

<Accordion title="Reminder Not Sent" defaultOpen>
If reminders are not sent:

- Verify email delivery settings  
- Confirm users have pending policies  
- Retry sending the reminder
</Accordion>

<Accordion title="Users Still Not Responding">
If users do not respond:

- Send additional reminders  
- Follow up directly with users  
- Verify email delivery success
</Accordion>

</AccordionGroup>
