> 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/configure-a-pentest.md).

# Configure a Pentest

Configure assessments, track what agents are doing, and keep testing over time.

This section covers setup, scope, code context, visibility, safety, and continuous retesting.

<table data-view="cards"><thead><tr><th>Guide</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to Setup a Pentest</strong></td><td>The step-by-step assessment wizard.</td><td><a href="/pages/mtmHG9iZYyNQJ2bwM1sn">/pages/mtmHG9iZYyNQJ2bwM1sn</a></td></tr><tr><td><strong>Pentest Pricing</strong></td><td>Pricing options, fixed tiers, and credit costs.</td><td><a href="/pages/hCQQM8nd9Zl8tsJuMP5g">/pages/hCQQM8nd9Zl8tsJuMP5g</a></td></tr><tr><td><strong>Pentesting Android Apps</strong></td><td>Set up and run a pentest for a native or hybrid Android app.</td><td><a href="/pages/Ktzk7NB3qxNK9LbPBuhs">/pages/Ktzk7NB3qxNK9LbPBuhs</a></td></tr><tr><td><strong>Retest Pentest Findings</strong></td><td>Verify that a remediated finding is fixed.</td><td><a href="/pages/gpOFsSmZcE2FxYDQj2W1">/pages/gpOFsSmZcE2FxYDQj2W1</a></td></tr><tr><td><strong>Scope of Assessment</strong></td><td>Define what is in scope and verify ownership.</td><td><a href="/pages/TA2tUorpRpPJiBT6mRQT">/pages/TA2tUorpRpPJiBT6mRQT</a></td></tr><tr><td><strong>Testing MCP Servers</strong></td><td>Scope, authenticate, and pentest remote MCP endpoints.</td><td><a href="/pages/uUQR5iu0AaONPN46BRWs">/pages/uUQR5iu0AaONPN46BRWs</a></td></tr><tr><td><strong>Leveraging Code and Documentation</strong></td><td>Improve coverage with repositories, specs, and context.</td><td><a href="/pages/SyJGqW86Wtsj6J1NqIZi">/pages/SyJGqW86Wtsj6J1NqIZi</a></td></tr><tr><td><strong>Setting Up Test Users</strong></td><td>Set up test users and provide access to your application.</td><td><a href="/pages/65FuSaFN7cfPQiMOJ0lK">/pages/65FuSaFN7cfPQiMOJ0lK</a></td></tr><tr><td><strong>Safety Measures</strong></td><td>Guardrails for scope, load, and cancellation.</td><td><a href="/pages/VjXQ0UucwSagF0dVj1ta">/pages/VjXQ0UucwSagF0dVj1ta</a></td></tr></tbody></table>


---

# 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/configure-a-pentest.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.
