> For the complete documentation index, see [llms.txt](https://docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section.md).

# Program Reports Section

This section contains these different features to help you manage your reports:

* Sort Reports by **Recent Activity**, **Submission Time**, **Severity** (Low to High & High to Low)
* Filter by **Read**/**Unread**
* Filter based on **Status** of reports [Report Status](/report-lifecycle/report-status.md)
* Filter based on **Status Labels** of reports [Report Status](/report-lifecycle/report-status.md#report-status-label)
* Filter reports by **Severity**
* Filter reports by **Tags** [Report Tags](/company-guide/company-settings/customization/report-tags.md)
* Hide **Pending Context Reports**
* Search for specific reports by keywords like **Report Title** and **Report ID**

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

By clicking on any report in the Reports section, program managers can view the details of the report and take necessary actions. This includes reviewing the report, assigning it to a team member for further triage, updating the report's status, and providing feedback to the hacker who submitted the report. This feature allows program managers to quickly and easily view and manage reports, and take appropriate actions to address vulnerabilities.

Learn more about the Report Lifecyle here:

{% content-ref url="/pages/NecviZz76QqcavnkzXS2" %}
[Report Lifecycle](/report-lifecycle/bug-report.md)
{% endcontent-ref %}

## Report Tabs

Report tabs are designed to help you easily focus on the reports that matter most. Below is an overview of each tab and its description.

### All Reports

All reports reported to the programs are visible in this tab, relevant filters and sorts can be applied to look for the subset of the reports you wish to view

### New Reports

All the newly submitted reports (Report Status: **New**) are shown in this tab

### Pending Action

All reports that require action from the program's side are shown here - these reports will have the label **Pending Program Review**

### Unread Reports

All reports that have not been viewed yet (unread) are shown here

### Triaged Reports

All reports that are valid (Report Status: **Triaged**) are shown here


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
