# Bounty Hunter Reports Section

<figure><img src="/files/21RKu9kkJ5KEfbcOL7QI" alt=""><figcaption></figcaption></figure>

The reports dashboard divides all the reports submitted(or collaborated on) by a bug hunter into neat sections:

* All Reports
* New Reports
* Triaged Reports
* Pending Action
* Unread
* Draft Reports
* Unlisted Reports

{% hint style="success" %}
All these sections are accompanied with Filters which allow bounty hunter to easily access whichever report they want.
{% endhint %}

### All Reports

This section lists all the reports that have been reported by the bounty hunter.

{% hint style="info" %}
The all reports tab does not include draft reports
{% endhint %}

### New Reports

This tab lists all the reports that have been submitted to a program and not yet triaged. It allows bounty hunters to keep a track of the new reports, their status and access them if they want to.

### Triaged Reports

This tab lists all the triaged reports. Any further communication with the program representatives can be done by accessing the bug report.

### Pending Action

This tab lists all the reports that require more context, program managers can label the report as **More Context Required** all the reports having this label will show up here.

### Unread

This tab lists all the reports that have not been read yet by the bounty hunter, viewing the report marks the report as read.

### Draft Reports

This tab lists all the reports for the bounty hunter which are not yet submitted but have been initialised and worked on upon.

This allows bounty hunters to fine tune their reports over a period of time before submitting it to the program.

### Closed Reports

This section lists all the reports which have been closed in one of the following ways:

* Resolved and Closed
* Duplicate and Closed
* Invalid and Closed
* Spam and Closed

A bounty hunter can still access the report and the conversation in case they want to by clicking on the report. However after 14 days of a report moving into the closed stage (Resolved/Duplicate/Invalid or Informational), the chat section and further report actions are disabled.


---

# 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/bounty-hunter-guide/bounty-hunter-reports-section.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.
