# Severity of Reports

The severity of the report is classified according to the following categories:

<table data-header-hidden><thead><tr><th width="207">SEVERITY</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td>SEVERITY</td><td>DESCRIPTIONS</td></tr><tr><td>CRITICAL                           </td><td>A report that poses a critical threat to the customer's assets.</td></tr><tr><td>HIGH</td><td>A report that has a significant impact on the customer's assets.</td></tr><tr><td>MODERATE</td><td>A report that has a moderate impact on the customer.</td></tr><tr><td>LOW</td><td>A report that has a minimal impact on the customer's assets.</td></tr><tr><td>INFORMATIONAL</td><td>A report that has no impact or poses an acceptable risk to the customer's assets.</td></tr></tbody></table>

{% hint style="info" %}
The final determination of the report's severity is also made by the customers.
{% endhint %}


---

# 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.bugv.io/researchers/my-report/report-severity.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.
