# Hacker Dashboard

## My Programs <a href="#my-programs" id="my-programs"></a>

My Programs page allows you to manage all of the programs you participated. You can view both the private and public programs in which you have hacked on

Each program is consists of

* Launch Date
* Total number of reports
* Minimum Bounty
* Average Bounty

![My Programs](https://3691129121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZAOy3TLp8cJSb4yyJtY%2Fuploads%2FbR5qN8YvTLPlrLpbGhIw%2Fimage.png?alt=media\&token=226502b9-4c4a-40e0-a8bc-a4b5cc1628f5)

### My ZeroFeed

My Zerofeed tab enables you to view all the reports you've submitted.&#x20;

![My ZeroFeed](https://3691129121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZAOy3TLp8cJSb4yyJtY%2Fuploads%2FL6lSvmUQAO0DwWPIe0If%2Fimage.png?alt=media\&token=7199ad47-78a4-49c1-98e6-23c820686909)

### Program Invitations

The Pending Invitations tab displays all invitations that you have not yet accepted.

For each program you have an invite to, you can view these options. Click **View Invitation** to review the invitation and take action to accept or reject it.

| Option                     | Detail                                                                                                                                                                                                                                |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Invitation Expiration Time | After a certain period of time, you will no longer be able to accept the offers.                                                                                                                                                      |
| Launch Date                | Date of the program started to accept vulnerabilities.                                                                                                                                                                                |
| Bugs resolved              | The total number of vulnerabilities the program has fixed.                                                                                                                                                                            |
| Minimum Bounty             | The minimum bounty that will be given for a valid vulnerability. If the field is marked with a `-` this means that there is no minimum bounty, or the program chose not to display this information on their metric display settings. |
| Average Bounty             | The average bounty that will be given for a valid vulnerability. If the field is marked with a `-` this means that there is no average bounty, or the program chose not to display this information on their metric display settings. |

### Followings

The Followings tab enables you to view the list of programs that you've followed. This enables you to better keep track of the programs you're most interested in.

![Followings](https://3691129121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZAOy3TLp8cJSb4yyJtY%2Fuploads%2FoyC9RZsj5tuIHbG8Tzio%2Fimage.png?alt=media\&token=b550df24-ed68-47c4-adac-86b85c2be615)

### Rewards

The Rewards tab enables you to view all the bounties and Swag you've earned. It consists of,

* Report Name
* Awarded Organization
* Awarded Date
* Awarded Bounty Amount
* Status

In the Swag tab only Awarded Bounty Amount does not exist.

![](https://3691129121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZAOy3TLp8cJSb4yyJtY%2Fuploads%2FWaB5vmyogroRjgWjSuAg%2Fimage.png?alt=media\&token=649a7d5c-0544-4ca5-a333-8f427daaf7a8)


---

# 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/hacker-support/hacker-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.
