# Update Policy

Create new versions of policies to reflect changes while maintaining historical records.

---

<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 published policy.
</Step>

<Step title="Create New Version">
  Select **Create New Version** to generate a draft version.
</Step>

<Step title="Edit Draft Version">
  Update the policy content in the **Draft** tab.
</Step>

<Step title="Publish Updated Policy">
  Click **Publish** and choose if re-acceptance is required.
</Step>

</Steps>

---

## What Happens Next

<TipInfo>A new version of the policy replaces the previous version.</TipInfo>
<TipInfo>Users may be required to re-accept the policy depending on settings.</TipInfo>
<TipInfo>Previous versions remain available for audit purposes.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Create New Version" defaultOpen>
If versioning fails:

- Ensure the policy is **Published**  
- Verify you have correct permissions  
- Refresh and retry
</Accordion>

<Accordion title="Users Not Prompted To Re Accept">
If users are not prompted:

- Confirm re-acceptance was selected during publishing  
- Verify changes were published correctly  
- Check policy version status
</Accordion>

</AccordionGroup>
