> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/risks/dashboard-actions/map-controls-to-a-risk.md).

# Map Controls to a Risk

Once a risk is scored, the next step is to define how it is mitigated. In Sprinto, you do this by mapping security controls to each risk. Controls are preventive or corrective measures that reduce the likelihood or impact of the risk.

### Access the Controls Mapping Section

To get started, navigate to a risk that is already scored:

1. Log in to the Sprinto dashboard and navigate to **Risks**.
2. Click on the **Risk Register** tab.
3. Locate and click on a scored risk.
4. Scroll to the **Controls to treat the risk** section.
5. Click **Map controls (Sprinto AI assisted)** to open the mapping panel.

<figure><img src="/files/sifYtyGi8JpUF3SNc49s" alt="" width="563"><figcaption></figcaption></figure>

***

### Map Controls Manually

1. In the mapping panel, use the left navigation to filter by control category (e.g. People, Policies, Risks).
2. Use the search bar to find relevant controls by number, description, or framework.
3. Select one or more controls using the checkboxes.
4. Review the control details including:
   * Control description
   * Associated Frameworks (e.g. ISO 27001, PCI DSS)
   * Control owner (if assigned)
5. Click **Save mapping**.

{% hint style="info" %}
Once mapped, the controls are listed under the selected risk and reflected in audit documentation and reports.
{% endhint %}

<figure><img src="/files/DGL7ZNzyJdPBIvTEapBk" alt="" width="563"><figcaption></figcaption></figure>

***

### Use AI-Assisted Mapping (Optional)

Sprinto provides intelligent control suggestions based on risk profile and category.

1. Click the **Sprinto AI** tab from the mapping panel.
2. Review the list of suggested controls.
3. Select the ones that apply.
4. Click Save **Mapping**.

{% hint style="info" %}
AI-assisted mapping is especially useful when dealing with bulk-uploaded risks or similar risk types.
{% endhint %}

<figure><img src="/files/mfP5QFwc2SmrDyqrf0yE" alt="" width="563"><figcaption></figcaption></figure>

***

### Review and Edit Mappings

* To **remove** a control, click the bin icon next to the mapped control.
* To **edit** a control’s attributes, click into the control’s linked details view.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinto.com/risks/dashboard-actions/map-controls-to-a-risk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
