> 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.md).

# Program guide

- [Bug Bounty Dashboard](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard.md): Bug Bounty or VDP Dashboard allows program managers to view important information about the status of their bug bounty program, helping them to easily track and manage the program.
- [Program Reports Section](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section.md): The Reports section in BugBase acts as an inbox for all the reports submitted to the program.
- [Report Components](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/report-components.md)
- [Report Actions](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/report-actions.md)
- [Duplicating Reports](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/duplicating-reports.md)
- [Assigning Swags](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/assigning-swags.md)
- [Assigning Bounties](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/assigning-bounties.md)
- [Assigning Thanks to Reporters](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/assigning-thanks-to-reporters.md): Acknowledge Efforts & Valuable Contributions of Bug Reporters by sending them a Thanks Message
- [Assigning Bonus Bounty](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/assigning-bonus-bounty.md)
- [Automatic Response Generator using ChatGPT](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/automatic-response-generator-using-chatgpt.md): The Automatic Response Generator is a new feature in our app that allows to generate automatic responses using ChatGPT.
- [Program Policy](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-policy.md)
- [Editing Program Policy](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-policy/editing-program-policy.md)
- [Best Practices For Designing Policy](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-policy/editing-program-policy/best-practices-for-designing-policy.md)
- [Best Practices For Bounty Tables](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-policy/editing-program-policy/best-practices-for-bounty-tables.md)
- [Payouts](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/payouts.md): View and Track Payments and Rewards assigned to researchers at one place
- [Settings](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/settings.md)
- [Private Bug Bounty Dashboard](https://docs.bugbase.ai/program-guide/private-bug-bounty-dashboard.md): Private Bug Bounty Dashboard allows program managers to view important information about the status of their program, helping them to easily track and manage their program.
- [Invite Hackers](https://docs.bugbase.ai/program-guide/private-bug-bounty-dashboard/invite-hackers.md): Only available on the Private Bug Bounty Programs
- [Manage Credentials](https://docs.bugbase.ai/program-guide/private-bug-bounty-dashboard/manage-credentials.md): Only available on the Private Bug Bounty Programs
- [VDP Dashboard](https://docs.bugbase.ai/program-guide/vdp-dashboard.md): VDP Dashboard allows program managers to view important information about the status of their program, helping them to easily track and manage their program.
- [Pentest Dashboard](https://docs.bugbase.ai/program-guide/pentest-dashboard.md): The Pentest Dashboard on BugBase allows program managers to easily track and manage their ongoing pentests.
- [Pentest Overview](https://docs.bugbase.ai/program-guide/pentest-dashboard/pentest-overview.md)
- [Vulnerabilities Section](https://docs.bugbase.ai/program-guide/pentest-dashboard/vulnerabilities-section.md)
- [Pentest Report Components](https://docs.bugbase.ai/program-guide/pentest-dashboard/vulnerabilities-section/pentest-report-components.md)
- [Pentest Report Actions](https://docs.bugbase.ai/program-guide/pentest-dashboard/vulnerabilities-section/pentest-report-actions.md)
- [Global Pentest Chat](https://docs.bugbase.ai/program-guide/pentest-dashboard/global-pentest-chat.md)
- [Competition Dashboard](https://docs.bugbase.ai/program-guide/competition-dashboard.md): Host competitions to find out the best security talent from a pool of ethical hackers.
- [Dashboard](https://docs.bugbase.ai/program-guide/competition-dashboard/dashboard.md): Create, manage and track all your competitions with our user-friendly interface.
- [Creating a Competition](https://docs.bugbase.ai/program-guide/competition-dashboard/creating-a-competition.md): Find the best security talent from a pool of ethical hackers. Create and manage competitions with ease.
- [Adding Challenges](https://docs.bugbase.ai/program-guide/competition-dashboard/creating-a-competition/adding-challenges.md): WIP
- [Manage Competitions](https://docs.bugbase.ai/program-guide/competition-dashboard/manage-competitions.md): View insights and edit competition details
- [Statistics](https://docs.bugbase.ai/program-guide/competition-dashboard/manage-competitions/statistics.md): View all Competition Statistics in one place
- [Leaderboard](https://docs.bugbase.ai/program-guide/competition-dashboard/manage-competitions/leaderboard.md)
- [Manage Users](https://docs.bugbase.ai/program-guide/competition-dashboard/manage-competitions/manage-users.md)


---

# 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.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.
