# Incident Category

We can create <mark style="color:blue;">**Incident Categories**</mark> to better organize and classify incidents based on their nature. Each incident category would typically consist of the following fields:

#### <mark style="color:orange;">Create Incident Category:</mark>

1. <mark style="color:blue;">**Name**</mark><mark style="color:blue;">:</mark>-The title or label for the incident category (e.g., "Data Breach", "System Outage", "Security Vulnerability").
2. <mark style="color:blue;">**Description**</mark>:-A detailed explanation of what types of incidents fall under this category and how they should be handled (e.g., "Data Breach: An incident where sensitive or confidential information is accessed or exposed by unauthorized individuals.").

<figure><img src="/files/17yb8rK0hQ9G62MU6diw" 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.compliancebot.io/settings/accessing-settings/incident-category.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.
