> For the complete documentation index, see [llms.txt](https://intuitem.gitbook.io/ciso-assistant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intuitem.gitbook.io/ciso-assistant/guide/creating-your-first-risk-assessment.md).

# Creating your first risk assessment

{% embed url="<https://www.loom.com/share/8f3c55e7559444f39d1d8029336c1dee>" %}
How to create a risk assessment
{% endembed %}

1. Firstly, we need to import some external objects before starting our risk assessment: a **matrix**, **threats** and **reference controls**.
2. We can create the **risk assessment**, and let's take a look inside.
3. We find three parts: details about the assessment, the list of associated risk scenarios and the risk matrix view.&#x20;
4. Let's add the first **scenario** and do the current assessment of it.

{% hint style="warning" %}
You can see that I didn't find the threat I was looking for in the imported library, so I decided to create my custom threat.
{% endhint %}

5. From now on, you won't necessarily follow the same steps depending on your needs. In this example I choose to mitigate the scenario by creating an **applied control** for it.&#x20;
6. We go back in the scenario edit view, add the freshly created applied control, do the **residual assessment** and choose a strength of knowledge level.

{% hint style="info" %}
As you can see, back in the risk assessment view, the current and residual scenario were added in matrix views with a diamond to indicate the strength of knowledge. To find out more about this concept, take a look at the [Risk analysis introduction](https://www.sra.org/risk-analysis-introduction/) from the [Society of Risk Analysis](https://www.sra.org/).
{% endhint %}

Congratulation! :tada:\
If you followed the three last pages, you have just created your first assessments on CISO Assistant! The following section will show you how to use our management tools :mag\_right:


---

# 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://intuitem.gitbook.io/ciso-assistant/guide/creating-your-first-risk-assessment.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.
