> 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/interfacing-help-files-fr/analystes-des-risques/risk-application/creer-et-gerer-les-evaluations-des-risques/executer-levaluation-des-risques/methode-de-calcul-du-score.md).

# Méthode de calcul du score

Dans l’application **Risque**, chaque risque identifié est évalué selon trois facteurs : **Impact**, **Probabilité** et **Détectabilité**. Un score numérique est attribué à chaque facteur selon le niveau sélectionné.

#### Impact

| Niveau      | Score |
| ----------- | ----- |
| Très faible | 1     |
| Faible      | 2     |
| Moyen       | 3     |
| Élevé       | 4     |
| Très élevé  | 5     |

***

#### Probabilité

| Niveau      | Score |
| ----------- | ----- |
| Très faible | 1     |
| Faible      | 2     |
| Moyen       | 3     |
| Élevé       | 4     |
| Très élevé  | 5     |

***

#### Détectabilité

| Niveau                     | Score |
| -------------------------- | ----- |
| Très facilement détectable | 1     |
| Facilement détectable      | 2     |
| Modérément détectable      | 3     |
| Difficile à détecter       | 4     |
| Très difficile à détecter  | 5     |

***

#### Calcul du score de risque

Le score de risque global est calculé en multipliant les scores attribués aux niveaux sélectionnés pour l’**Impact**, la **Probabilité** et la **Détectabilité** :

<p align="center">Score de risque = Score d’impact × Score de probabilité × Score de détectabilité</p>

Par exemple, un risque avec un niveau d’**Impact** **Élevé** (**4**), une **Probabilité** **Moyenne** (**3**) et une **Détectabilité** **Difficile à détecter** (**4**) obtient un score de risque total de **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/interfacing-help-files-fr/analystes-des-risques/risk-application/creer-et-gerer-les-evaluations-des-risques/executer-levaluation-des-risques/methode-de-calcul-du-score.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.
