# Report Format

When you click on any report, it will open in the following page format.

![](/files/-Mb_wt_2gfeKvnxcHmVM)

This section provides the details of the report, including the specifics of the reported vulnerability. Here’s a detailed overview of the page format:

* **Target:** The domain or scope where the vulnerability was identified.
* **Vulnerability:** The exact URL of the vulnerable application.
* **Vulnerability Type:** The classification of the vulnerability.
* **Submitted By:** The username of the individual who submitted the vulnerability report.
* **Assigned To:** Indicates whether this vulnerability has been assigned to another team member.
* **Description:** A comprehensive description of the vulnerability.
* **Trace Dump/HTTP Request:** Contains the HTTP request related to the vulnerability.
* **Attachments:** Any attachments added by the reporter.
* **Review and Summary:** Displays all conversations related to the report.&#x20;


---

# 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/customers/reports/report-format.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.
