# Edit and Manage Risk

<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 10px 0;">
    <Icon icon="material-filled-person" color="#d760f9"/>
  </td>
  <td style="vertical-align:top; padding:0 0 10px 0;">
    Any <span style="color:#d760f9; font-weight:600;">End Users</span> assigned as an owner to one or more risks
  </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>

---

## Edit and Manage Risk

:::info[]
Editing a risk allows you to update ownership, scoring, treatment plans, and track remediation through tasks.
:::

<Steps>

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

<Step title="Open Risk Management">
  Select **Risk Management** from the left-hand navigation.
</Step>

<Step title="Select Risk">
  Click a risk from the risk register.
</Step>

<Step title="Edit Risk Info">
  Click **Edit Risk Info** to update name, owner, and notes.
</Step>

<Step title="Update Inherent Risk">
  Adjust **Inherent Impact** and **Inherent Likelihood** sliders.
</Step>

<Step title="Set Treatment Plan">
  Select a treatment option under **Treatment Plan**.
</Step>

<Step title="Add Tasks">
  Under **Tasks**, click **Add Task** to create remediation actions.
</Step>

<Step title="Update Residual Risk">
  Adjust **Residual Impact** and **Residual Likelihood** after mitigation.
</Step>

<Step title="Save Changes">
  Click **Save** to apply all updates.
</Step>

</Steps>

---

## What Happens Next

<TipInfo>Updates to the risk are reflected immediately in the risk register.</TipInfo>
<TipInfo>Assigned owners are responsible for managing and treating the risk.</TipInfo>
<TipInfo>Tasks track remediation progress and impact residual risk scoring.</TipInfo>
<TipInfo>Residual risk values reflect the effectiveness of mitigation efforts.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Edit Risk" defaultOpen>
- Verify your role is **Account Owner** or **Security Admin**  
- If assigned, ensure you have permission to modify the risk  
- Confirm the risk is not **archived**
</Accordion>

<Accordion title="Changes Not Saving">
- Ensure you clicked **Save** after making updates  
- Check required fields such as **impact** and **likelihood** are set  
- Refresh the page and verify updates persisted
</Accordion>

<Accordion title="Residual Risk Not Updating">
- Ensure mitigation tasks are completed before updating residual values  
- Verify **Residual Impact** and **Likelihood** sliders were adjusted  
- Save changes after updating values
</Accordion>

<Accordion title="Cannot Add Task">
- Confirm the risk is not archived  
- Verify you have permission to edit the risk  
- Ensure required task fields are completed
</Accordion>

</AccordionGroup>
