# Insights Dashboard

<figure><img src="/files/W3NDyD1Jp6QX2i4WUuFw" alt=""><figcaption></figcaption></figure>

The Insight Dashboard provides a comprehensive overview of your bug bounty program, including:

* The top three performing programs and their statistics of the current month
* Number of resolved and unresolved bugs
* Detailed breakdown of critical reports, including:
  * Program name
  * Priority level
  * Risk analysis
* Pie charts to visualize:
  * Severity of vulnerabilities found (P1, P2, etc.)
  * Types of vulnerabilities reported (e.g. XSS, SQL injection, etc.)
* This feature allows the program manager to have a clear picture of the most critical vulnerabilities found in the program and types of vulnerabilities that are most commonly reported.
* Program manager can use this information to prioritize and address the most important issues in their bug bounty program.

### Exporting all the reported vulnerabilities into CSV

Clicking the button beside critical report insights named Export Vulnerabilities will give you a CSV listing all the reported vulnerabilities until the current date.

<figure><img src="/files/yDw6P3kQELN40f42S5nA" 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.bugbase.ai/company-guide/insights-dashboard.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.
