# Manage Risk Tasks

<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>

---

## Create A Task

<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="Add Task">
  Under **Tasks**, click **Add Task**.
</Step>

<Step title="Enter Task Details">
  Provide task name, assign a user, and set an optional due date.
</Step>

<Step title="Create Task">
  Click **Create Task** to save the task.
</Step>

</Steps>

### What Happens Next

<TipInfo>The task is added to the selected risk.</TipInfo>
<TipInfo>Assigned users gain ownership of the task.</TipInfo>
<TipInfo>The task appears under the risk for tracking.</TipInfo>

---

## Update A Task

<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="Open Task Menu">
  Click the **3 dots** beside the task.
</Step>

<Step title="Edit Task">
  Select **Edit** to modify the task.
</Step>

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

</Steps>

### What Happens Next

<TipInfo>The task details are updated immediately.</TipInfo>
<TipInfo>Changes are reflected under the risk.</TipInfo>
<TipInfo>Updated tasks maintain assignment and tracking.</TipInfo>

---

## Complete A Task

<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="Open Task Menu">
  Click the **3 dots** beside the task.
</Step>

<Step title="Mark Complete">
  Select **Mark as Complete**.
</Step>

</Steps>

### What Happens Next

<TipInfo>The task is marked as complete.</TipInfo>
<TipInfo>Completion contributes to risk remediation progress.</TipInfo>
<TipInfo>Completed tasks support residual risk updates.</TipInfo>

---

## Delete A Task

<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="Open Task Menu">
  Click the **3 dots** beside the task.
</Step>

<Step title="Delete Task">
  Select **Delete** to remove the task.
</Step>

</Steps>

### What Happens Next

<TipInfo>The task is permanently removed from the risk.</TipInfo>
<TipInfo>Deleted tasks cannot be restored.</TipInfo>
<TipInfo>You can create a new task if needed.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

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

<Accordion title="Task Not Saving Or Updating">
- Click **Save Changes** after editing  
- Refresh the page and verify updates persisted  
- Ensure the task was not deleted
</Accordion>

<Accordion title="Cannot Complete Task">
- Verify you selected **Mark as Complete** from the task menu  
- Ensure the task is visible and accessible  
- Refresh the page if status does not update
</Accordion>

<Accordion title="Task Deleted By Mistake">
- Tasks cannot be restored once deleted  
- Recreate the task manually if needed
</Accordion>

</AccordionGroup>
