> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/risk-analysts/risk-application/creating-and-managing-risk-assessments/execute-risk-assessment/scoring-framework.md).

# Scoring Framework

In the **Risk** application, each identified risk is evaluated based on three factors: **Impact**, **Probability**, and **Detectability**. A numerical score is assigned to each factor according to the selected rating.

#### Impact

| Rating    | Score |
| --------- | ----- |
| Very Low  | 1     |
| Low       | 2     |
| Medium    | 3     |
| High      | 4     |
| Very High | 5     |

***

#### Probability

| Rating    | Score |
| --------- | ----- |
| Very Low  | 1     |
| Low       | 2     |
| Medium    | 3     |
| High      | 4     |
| Very High | 5     |

***

#### Detectability

| Rating                 | Score |
| ---------------------- | ----- |
| Very Easily Detectable | 1     |
| Easily Detectable      | 2     |
| Moderately Detectable  | 3     |
| Hard to Detect         | 4     |
| Very Hard to Detect    | 5     |

***

#### Risk Score Calculation

The overall risk score is calculated by multiplying the scores assigned to the selected **Impact**, **Probability**, and **Detectability** ratings:

<p align="center">Risk Score = Impact Score × Probability Score × Detectability Score</p>

For example, a risk with an **Impact** rating of **High** (**4**), a **Probability** rating of **Medium** (**3**), and a **Detectability** rating of **Hard to Detect** (**4**) would have a total risk score of **48** (4 × 3 × 4).

***


---

# 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, and the optional `goal` query parameter:

```
GET https://interfacing.gitbook.io/interfacing-help-files/risk-analysts/risk-application/creating-and-managing-risk-assessments/execute-risk-assessment/scoring-framework.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
