> 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/docs/docs-ja/pentesuto/prepare-a-pentest.md).

# ペンテストを準備する

評価を開始する前に、環境を準備してください。

これらのガイドを使って、環境の準備、プロジェクトの整理、安全なアクセス許可を行ってください。

<table data-view="cards"><thead><tr><th>ガイド</th><th>内容</th><th data-hidden data-card-target data-type="content-ref">対象</th></tr></thead><tbody><tr><td><strong>ペンテストの準備</strong></td><td>事前チェックリストの完全版。</td><td><a href="/docs/docs-ja/pentesuto/prepare-a-pentest/preparing-for-a-pentest.md">ペンテストの準備</a></td></tr><tr><td><strong>テスト環境を使う理由</strong></td><td>一部のテストでデータが変更される理由と、それをテスト環境で行うべき理由。</td><td><a href="/docs/docs-ja/pentesuto/prepare-a-pentest/why-use-a-testing-environment.md">テスト環境を使う理由</a></td></tr><tr><td><strong>Pentest 用の IP アドレス</strong></td><td>エージェント通信の許可リスト要件。</td><td><a href="/docs/docs-ja/pentesuto/prepare-a-pentest/ip-addresses-for-pentest.md">ペンテスト用IPアドレス</a></td></tr><tr><td><strong>プロジェクトを使って評価をグループ化する</strong></td><td>繰り返し実施する、または関連するペンテストの整理方法。</td><td><a href="/docs/docs-ja/pentesuto/prepare-a-pentest/using-projects-to-group-assessments.md">プロジェクトを使ってアセスメントをグループ化する</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/docs/docs-ja/pentesuto/prepare-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.
