> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/pentests.md).

# Pentests

- [Pentest Overview](https://help.aikido.dev/pentests/aikido-pentest.md)
- [Pentest Pricing](https://help.aikido.dev/pentests/pentest-pricing.md): Understand Aikido Pentest pricing options, fixed tiers, and credit costs.
- [Prepare a Pentest](https://help.aikido.dev/pentests/prepare-a-pentest.md)
- [Preparing for a Pentest](https://help.aikido.dev/pentests/prepare-a-pentest/preparing-for-a-pentest.md)
- [IP Addresses for Pentest](https://help.aikido.dev/pentests/prepare-a-pentest/ip-addresses-for-pentest.md)
- [Using Projects to Group Assessments](https://help.aikido.dev/pentests/prepare-a-pentest/using-projects-to-group-assessments.md)
- [Configure a Pentest](https://help.aikido.dev/pentests/configure-a-pentest.md)
- [How to Setup a Pentest](https://help.aikido.dev/pentests/configure-a-pentest/starting-an-assessment.md)
- [Pentesting Android Apps](https://help.aikido.dev/pentests/configure-a-pentest/android-pentesting.md): Set up Aikido Pentest to test a native or hybrid Android app.
- [Scope of Assessment](https://help.aikido.dev/pentests/configure-a-pentest/scope-of-assessment.md)
- [Testing MCP Servers](https://help.aikido.dev/pentests/configure-a-pentest/testing-mcp-servers.md)
- [Leveraging Code and Documentation](https://help.aikido.dev/pentests/configure-a-pentest/leveraging-code-and-documentation.md)
- [Setting Up Test Users](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing.md)
- [Handling Captcha challenges](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/handling-captcha-challenges.md)
- [Handling Email Verification & Magic Links](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/handling-email-verification-and-magic-links.md)
- [Handling Two-Factor Authentication (TOTP)](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/handling-two-factor-authentication-totp.md)
- [Handling SMS Verification](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/handling-sms-verification.md)
- [Authenticate Via Scripts](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/handling-files-for-authentication.md)
- [Agent Creates New Account](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/agent-creates-new-account.md)
- [Google Auth](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/google-auth.md)
- [Microsoft Auth](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/microsoft-auth.md)
- [Auth0 Configuration](https://help.aikido.dev/pentests/configure-a-pentest/setting-up-authenticated-testing/oauth0-configuration.md)
- [Safety Measures](https://help.aikido.dev/pentests/configure-a-pentest/safety-measures.md)
- [Domain Verification](https://help.aikido.dev/pentests/configure-a-pentest/domain-verification.md)
- [Supabase domain verification](https://help.aikido.dev/pentests/configure-a-pentest/domain-verification/supabase.md)
- [Azure API Management domain verification](https://help.aikido.dev/pentests/configure-a-pentest/domain-verification/azure-apim.md)
- [Coverage and Findings](https://help.aikido.dev/pentests/coverage-and-findings.md)
- [What Issues Can Aikido Pentest Find?](https://help.aikido.dev/pentests/coverage-and-findings/what-issues-can-aikido-pentest-find.md)
- [OWASP Top 10 for Agentic Applications](https://help.aikido.dev/pentests/coverage-and-findings/what-issues-can-aikido-pentest-find/owasp-top-10-for-agentic-applications.md)
- [Detecting IDOR Vulnerabilities](https://help.aikido.dev/pentests/coverage-and-findings/what-issues-can-aikido-pentest-find/understanding-and-detecting-idor-vulnerabilities.md)
- [Understanding Pentest Coverage](https://help.aikido.dev/pentests/coverage-and-findings/understanding-pentest-coverage.md)
- [Threat Model](https://help.aikido.dev/pentests/coverage-and-findings/threat-model.md)
- [Human in the Loop](https://help.aikido.dev/pentests/coverage-and-findings/human-in-the-loop.md)
- [Pentest Reports](https://help.aikido.dev/pentests/coverage-and-findings/pentest-reports.md): Download pentest reports tailored to different audiences.
- [Continuous Pentesting](https://help.aikido.dev/pentests/continuous-pentesting.md): Aikido Infinite: Pentest every release. Fix automatically.
- [Integrate your Lovable Apps](https://help.aikido.dev/pentests/integrate-your-lovable-apps.md)
- [Integrate your Supabase Projects](https://help.aikido.dev/pentests/integrate-your-supabase-projects.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://help.aikido.dev/pentests.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.
