# Risk & Threat Catalog

This section provides a structured interface where users can view, categorize, and manage organizational risks and threats. The catalog is split into two tabs: Risk and Threat, allowing users to toggle between risk and threat management. The default display shows a list of the organization’s risk with the following features:

1. Risk ID: A unique identifier for each risk in the system.
2. Risk Event: The specific event or condition that may present a risk to the organization (e.g., Incident Response, Business Continuity).
3. Description: A brief explanation of the risk event and its implications.
4. Function: This section indicates the functional area of the organization responsible for managing or mitigating the risk.
5. Actions: Provides action buttons for managing each risk entry. Actions may include options to expand or collapse details, edit, or delete the risk.

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeeJKXRl16VzKZCSR4Cjpd398TAt9nnvF8gKiUEvapViQX-8mVS9tCk5mH48NbCfv_X2coXiN4LGCyWNb71PW1evhLOYWft9AHbda_xPxnGXar_RVWrworKUlT22lZN2aH6hgSeI4YEOcdS6ejgWmIcVNSgPbXZau9dw1A?key=wWjbrBi-D3VKs2iDr_CXHUKd" alt=""><figcaption></figcaption></figure>

**New Risk(s) can be created here.**

* Users can click the New Risk button located on the top-right corner of the catalog. This will open a form to create a new risk entry.

Create Risk Form:

* The Create Risk form allows users to input essential details about the risk, which include:
  * Risk Grouping: A dropdown menu to select the category or group the risk belongs to.
  * Risk Name: The name of the specific risk event.
  * Risk Event: Further details of the risk event being added.
  * Description: A detailed description of the risk, outlining its potential impact and relevance.
  * Function: Select the department or function within the organization that is responsible for managing this risk.

Create Button:

* After filling in the required fields, users can click the Create button to new risks to the catalog. The risk will then appear in the list, ready for monitoring and management.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdorngrcLgzyP46NlS_vAwUUVCSrsJ7yMDZ-VIMRSEYQphFUaydDy6kS0M82XdClHIX6VcmGlz7AFgiKW59hg5gvp5lwI_E__VmeAusYI8PqFwa1rAFv0bsf_ay_NVjAFDkLbXuoByO9JK9tLwnvEaZTbfTcXtU_ylLwOrP?key=NKP5tXXWqw35BZZky8hVoN_P" 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-and-threat-catalog.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.
