# Risk Matrix

The Risk Matrix interface allows users to visualize and assess risks based on their likelihood and impact. It is used to log and determine the severity of various risks and helps prioritize risk mitigation strategies. The key components of this section are:

**Select Matrix Type:**

* This feature allows users to select the size of the matrix grid based on the complexity of their risk analysis. The available options are:
  * 3x3 (default)
  * 4x4
  * 5x5
* Users can select the matrix type from the dropdown menu and click the Update button to apply the selected configuration. The matrix will adjust accordingly to reflect the chosen grid size.

**Risk Matrix Display:**

* The matrix is displayed as a color-coded grid that categorizes risks based on their Impact (y-axis) and Likelihood (x-axis):
  * Impact ranges from Low to High, while
  * Likelihood ranges from Rare to Likely.
* Each cell within the matrix represents a combination of impact and likelihood, color-coded to reflect the risk level:
  * Green: Low risk
  * Orange/Yellow: Medium risk
  * Red: High risk

**Risk Categories:**

* Users can manually adjust the risk levels (e.g., Low, Medium, High) for each combination of impact and likelihood by using the dropdowns in each matrix cell. This enables customization based on the organization’s risk tolerance and specific scenarios.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe-KXQso_IUPv0AU6rV8nP5DB7NBsSdP_-Ptkmaom2_PxEgdhen6gQHp_mlPS5xPYTAnPelebNeQt3ddyoOZFdPkE7uAS4RWF0C9Q8BhfpQ49WG_BPZlpN1eqm5HGtBoqFzHQwWC10z2qLDb48dpmBk3vZgwSpfiFBONHyO?key=wWjbrBi-D3VKs2iDr_CXHUKd" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfhPVoZyTCBawwLodPlgEEp35xXPzftQQBQSoVexTETfcjWuvMs2k_DlmWA9rlG2Cu_ARMOPxfgXy13VgPE32umaTVFf9Fs7P_AeEwPN3k9fBHkyK5FlS7jsjbdJrXG-rFy1hlv6p6crc8TMPbO9zp-RUAvxcNZ1lPxK9uHtg?key=wWjbrBi-D3VKs2iDr_CXHUKd" alt=""><figcaption></figcaption></figure>


---

# 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://docs.complyan.com/complyan-modules/risk-management/risk-matrix.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.
