# Track Policy Acceptance

Monitor which users have accepted policies for compliance, audit, and reporting purposes.

---

<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="Open Policy Actions">
  Click the **3 dots** next to a policy.
</Step>

<Step title="View Acknowledgements">
  Select **Acknowledgements** to view acceptance status.
</Step>

</Steps>

---

## What Happens Next

<TipInfo>You can see which users have accepted or not accepted the policy.</TipInfo>
<TipInfo>Acceptance data can be used for audits and compliance reporting.</TipInfo>
<TipInfo>Administrators can identify users requiring follow-up.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

<Accordion title="No Acceptance Data Showing" defaultOpen>
If no data appears:

- Ensure the policy is **Published**  
- Confirm users have access to the policy  
- Allow time for users to respond
</Accordion>

<Accordion title="Missing Users">
If users are missing:

- Verify user assignment to the organization  
- Check user account status  
- Ensure they are included in the policy scope
</Accordion>

</AccordionGroup>
