# Bug Bounty

- [Bug Bounty process](https://docs.hackenproof.com/bug-bounty/bug-bounty-process.md)
- [How to start Bug Bounty](https://docs.hackenproof.com/bug-bounty/how-to-start-bug-bounty.md): Steps are required to start working with HackenProof
- [How to create a VDP](https://docs.hackenproof.com/bug-bounty/how-to-create-a-vdp.md): Here is an example of the iFrame of HackenProof's bug bounty program: https://hackenproof.com/embed/hacken/hackenproof.
- [Vulnerability classification](https://docs.hackenproof.com/bug-bounty/vulnerability-classification.md)
- [Web & Mobile](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/web-and-mobile.md): This is a vulnerability classification table for web & mobile applications (v2.0)
- [Out-of-Scope Bugs](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/web-and-mobile/out-of-scope-bugs.md)
- [Smart contracts](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/smart-contracts.md): This is a vulnerability classification table for smart contracts (v2.0)
- [Blockchain protocols](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/blockchain-protocols.md): This is a vulnerability classification table for blockchain protocols (v2.0)
- [Reports Basics](https://docs.hackenproof.com/bug-bounty/reports-basics.md): Here are all possible states of reports
- [Points Guide](https://docs.hackenproof.com/bug-bounty/reports-basics/points-guide.md): Executive methodology of hackers points calculation
- [Crafting a well-readable report](https://docs.hackenproof.com/bug-bounty/reports-basics/crafting-a-well-readable-report.md): This page offers a comprehensive guide to enhancing the quality of vulnerability reports.
- [Report Submission Requirements](https://docs.hackenproof.com/bug-bounty/reports-basics/report-submission-requirements.md)


---

# 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.hackenproof.com/bug-bounty.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.
