# Secuna

## Secuna

- [Welcome!](https://faq.secuna.io/master.md): Welcome to Secuna's user guide and our FAQs list! Be sure to check on this page for any questions or concerns. If you have any more questions that aren't here, you can hit us up at support@secuna.io.
- [What is Secuna Pentest?](https://faq.secuna.io/products/what-is-secuna-pentest.md): Vulnerability Assessment and Penetration Testing
- [What is Secuna Discover?](https://faq.secuna.io/products/what-is-secuna-discover.md): Bug Bounty Program
- [What is Secuna Response?](https://faq.secuna.io/products/what-is-secuna-response.md): Vulnerability Disclosure Program
- [General](https://faq.secuna.io/faq/general.md)
- [Programs](https://faq.secuna.io/faq/programs.md)
- [Security Researchers](https://faq.secuna.io/faq/security-researchers.md)
- [Adding and Removing Program Team Members](https://faq.secuna.io/guides/adding-and-removing-program-team-members.md)
- [Communicating with Researchers and Co-Admins as Program Admin](https://faq.secuna.io/guides/communicating-with-researchers-and-co-admins-as-program-admin.md)
- [Paying bounties](https://faq.secuna.io/guides/paying-bounties.md)
- [Awarding bounties on bug reports](https://faq.secuna.io/guides/awarding-bounties-on-bug-reports.md)
- [Create an account as Security Researcher](https://faq.secuna.io/guides/how-to-create-an-account-as-security-researcher.md)
- [Create an account as Organization](https://faq.secuna.io/guides/how-to-create-an-account-as-organization.md)
- [Setup Secuna Response program](https://faq.secuna.io/guides/how-to-setup-secuna-response-program.md)
- [Setup Secuna Discover program](https://faq.secuna.io/guides/how-to-setup-secuna-discover-program.md)
- [Markdown Syntax](https://faq.secuna.io/guides/markdown-syntax.md): Secuna supports markdown syntax on reports and program policy pages.
- [Bug Bounty Program (BBP)](https://faq.secuna.io/programs/what-is-bug-bounty-program-bbp.md)
- [Vulnerability Disclosure Program (VDP)](https://faq.secuna.io/programs/what-is-vulnerability-disclosure-program-vdp.md)
- [Difference between an Open and a Private program](https://faq.secuna.io/programs/what-is-the-difference-between-an-open-and-a-private-program.md)
- [Program Roles](https://faq.secuna.io/programs/program-roles.md)
- [Report statuses on Secuna](https://faq.secuna.io/programs/what-are-the-report-statuses-on-secuna.md)
- [Bug Bounty Table](https://faq.secuna.io/programs/who-decides-how-much-each-bug-bounty-is.md): Suggested Bug Bounty per Severity Level
- [Disclosure Types](https://faq.secuna.io/programs/disclosure-types.md)
- [Privacy Policy](https://faq.secuna.io/terms-and-policies/privacy-policy.md): Updated: 9th of February 2020
- [Terms and Conditions](https://faq.secuna.io/terms-and-policies/terms-and-conditions.md): Updated: 23rd of September 2019
- [Disclosure Terms](https://faq.secuna.io/terms-and-policies/disclosure-terms.md): Updated: 9th of February 2020


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://faq.secuna.io/master.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.
