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

# Overview

- [What we do](https://docs.bugbase.ai/overview/what-we-do.md): BugBase is a curated marketplace for ethical hackers that helps businesses and startups set up bug bounty and vulnerability disclosure programmes.
- [Changelogs](https://docs.bugbase.ai/overview/changelogs.md): BugBase pushes out features continuously, here's all the updates in the platforms at one place.
- [Our Features](https://docs.bugbase.ai/overview/our-features.md): BugBase keeps businesses safe by providing an all-in-one platform to perform continuous and comprehensive security testing.
- [Programs at BugBase](https://docs.bugbase.ai/overview/programs-at-bugbase.md): BugBase helps you host various crowdsourced security operations in one comprehensive dashboard where you can track, identify and mitigate vulnerabilities with ease.
- [Vulnerability Disclosure Program (VDP)](https://docs.bugbase.ai/overview/programs-at-bugbase/vulnerability-disclosure-program-vdp.md): Hosting a VDP is a great way to keep your application well protected and secured.
- [Bug Bounty Program](https://docs.bugbase.ai/overview/programs-at-bugbase/bug-bounty-program.md): An active crowdsourced security initiative. We filter bug reports so you do not waste time on distinguishing signal from noise
- [Private Bounty Program](https://docs.bugbase.ai/overview/programs-at-bugbase/private-bounty-program.md): Private Bug Bounty program is an invite only bug bounty program where companies can choose to invite particular ethical hackers to test their application.
- [Pentest Program (VAPT)](https://docs.bugbase.ai/overview/programs-at-bugbase/pentest-program-vapt.md): Get an in-depth analysis of the security of your application and reduce any probability of a security breach.


---

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