# Risk Matrix Settings

Use **Risk Matrix Settings** to control how risks are scored and displayed.

You can configure **Impact**, **Likelihood**, and the **Rating Scale** from the same screen.

{% hint style="info" %}
You need a role with **Read** and **Update** access to the **Risk Matrix** component.

If you cannot open this area, contact your administrator.
{% endhint %}

### Open Risk Matrix Settings

{% stepper %}
{% step %}

### Open **Settings**

Use the left-hand navigation menu.
{% endstep %}

{% step %}

### Select **Risk Matrix**

This opens the settings panel and the matrix grid.
{% endstep %}
{% endstepper %}

### Configure Impact and Likelihood

The matrix starts as a **5 x 5** grid.

Both **Impact** and **Likelihood** include five default options.

You can change each scale to use between **1** and **7** options.

{% stepper %}
{% step %}

### Choose a tab

Select **Impact** or **Likelihood** in the settings panel.
{% endstep %}

{% step %}

### Add or remove options

Select **Add New Item** or the **+** icon to add an option.

Select the **Trash** icon in the panel or on the matrix to remove one.
{% endstep %}

{% step %}

### Rename an option

Select the text box for the option and enter the new label.
{% endstep %}
{% endstepper %}

Changes to **Impact** and **Likelihood** also update the default option lists used by the `RISKMATRIX` function.

### Configure the Rating Scale

The **Rating Scale** controls the value returned by the `RISKMATRIX` function.

It starts with five default options.

{% stepper %}
{% step %}

### Open the **Rating Scale** tab

Select **Rating Scale** in the settings panel.
{% endstep %}

{% step %}

### Add or remove ratings

Use **Add New Item**, the **+** icon, or the **Trash** icon.
{% endstep %}

{% step %}

### Rename ratings

Select a rating label and update the text.
{% endstep %}
{% endstepper %}

### Update matrix colours

Each cell uses the rating assigned to it.

The rating order controls how colours are represented across the matrix.

{% stepper %}
{% step %}

### Select a cell

Choose the matrix cell you want to update.
{% endstep %}

{% step %}

### Select multiple cells if needed

Hold **Shift** to select a block.

Hold **Ctrl** to select specific cells.
{% endstep %}

{% step %}

### Apply a rating

Choose the required rating from the colour picker.

SureCloud updates all selected cells.
{% endstep %}
{% endstepper %}

### Things to know

* The matrix grid and the settings panel work together.
* Changes to scales affect how risk values are calculated and displayed.
* Review your labels and ratings carefully before saving wider process changes.


---

# Agent Instructions: 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://surecloud.gitbook.io/surecloud-docs/documentation/risk-management/risk-matrix-settings.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.
