# Report Management

Hackers can submit vulnerabilities to your program through [submitting reports](/hacker-support/submitting-reports.md) option. You can manage all incoming reports through your Inbox by taking the flowing actions:

* [Add comments](#add-comments)
* [Close a Report](#close-a-report)
* [Request more details](#request-more-details)
* [Change the state of report as *Triaged*](#change-the-state-of-report-as-triaged)

![report\_actions](https://www.scorelab.org/bugzero-supports/assets/images/report_actions.PNG)

### Add Comments <a href="#add-comments" id="add-comments"></a>

You can add comments on the reports to communicate with hackers or team members and/ or make specific notes regarding submitted reports.

To add a comment:\
1\) Go to the bottom of the report above the comment box.\
2\) Make sure the action picker is set to **Add comment**.\
3\) Click the **Add Comment** button

![report-actions-2](https://www.scorelab.org/bugzero-supports/assets/images/report_comment.PNG)

### Change the state of report as **Triaged** <a href="#change-the-state-of-report-as-triaged" id="change-the-state-of-report-as-triaged"></a>

You can change the state of a report as *Triaged*. That’s mean the report has passed the initial validation and is pending resolution. When you select triage, you can enter the reference ID to your integration in the Reference ID field.

To change the state of a report:\
1\) Go to the bottom of the report.\
2\) Change the action picker to **Triaged** from the drop-down.\
3\) Add a new reference ID for the report.\
4\) Click **Change Report State** button.

![report-action-3](https://www.scorelab.org/bugzero-supports/assets/images/report_triaged.PNG)

### Request more details <a href="#request-more-details" id="request-more-details"></a>

You can request more details if you needs more information from the hacker before proceeding. For that you can send back report to the hacker by applying this action to the report.

To request more details:\
1\) Go to the bottom of the report above the comment box.\
2\) Select **Need More Details** in the action picker.\
3\) Click **Request More Details** button.

![report-action-4](https://www.scorelab.org/bugzero-supports/assets/images/report_details.PNG)

### Close a Report

You can close a report to mark that it’s either:<br>

![](https://www.scorelab.org/bugzero-supports/assets/images/diagram.png)

<table><thead><tr><th>State</th><th width="304">Details</th></tr></thead><tbody><tr><td>Fixed</td><td>The report is valid and acceptable.</td></tr><tr><td>No Problem</td><td>The reported vulnerability doesn’t needed an immediate action or a fix.</td></tr><tr><td>Duplicate</td><td>This issue has already been reported. Programs can build trust by attributing the issue to its original discoverer and linking it to a previous report or including other details about its discovery.</td></tr><tr><td>Irrelevant</td><td>The report doesn’t contain a valid issue and details regarding the vulnerability.</td></tr><tr><td>Spam</td><td>The report is invalid because the hacker didn’t describe a legitimate security vulnerability.</td></tr></tbody></table>

To close a report:\
1\) Go to the bottom of the report above the comment box.\
2\) Select **Close report** in the action picker.\
3\) Choose the status of the report which reasoned to the close report.\
4\) Click **Close report** button.

![report-action-5](https://www.scorelab.org/bugzero-supports/assets/images/report_close.PNG)

### Grant Rewards

After a report is closed you can grant rewards to the hacker:\
1\) Go to the bottom of the report above the comment box.\
2\) Select **Grant Rewards** in the action picker.\
3\) Select the reward type:

* Bounty - You can enter amount of the bounty
* Swag - You can select to reward the swag

![Rewards](/files/5x0G7SUm87vDv3FIx9s1)


---

# 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://support.bugzero.io/organization-support/report-management.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.
