> 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/using-projects-to-group-assessments.md).

# プロジェクトを使って評価をグループ化する

## プロジェクトとは

Aikido Pentestのプロジェクトは、同じスコープ、設定、または対象アプリケーションを共有する1つ以上のアセスメントを論理的にまとめたものです。

関連するペンテストを、たとえば製品、環境、または事業部ごとに整理し、関連する結果、レポート、設定をすべて1か所にまとめておくのに役立ちます。

プロジェクトは通常、以下のいずれかを表します：

* myapp.com のような1つのアプリケーションと、それに関連する API またはステージング環境
* 同じバックエンドや認証システムを共有する、つながった複数のアプリのセット
* 同じシステムに対する四半期ごとのペンテストのような、繰り返し行うセキュリティスコープ

## プロジェクトが重要な理由

プロジェクトを使うと、次のことが簡単になります：

* 複数のアセスメントにわたって、検出事項がどのように変化するかを確認し、時間の経過に伴うセキュリティ状況を追跡する
* 対象、認証情報、リポジトリのリンク、API仕様などの設定を再利用する
* 同じアプリのすべてのアセスメントレポートを1か所に保存して、レポートを管理する
* 定義されたスコープに対して一貫した監査証跡を維持し、コンプライアンスを簡素化する

### プロジェクトの作成

アセスメントを開始する前に、まずプロジェクトを作成する必要があります。

プロジェクトを作成するときは、次のことを行います：

1. 何がテストされるのかが明確にわかる名前を選ぶ

   （たとえば、「Aikido Dashboard」や「Customer Portal API」）
2. プロジェクトを保存して、今後のアセスメントで利用できるようにする

<figure><img src="/files/c76cb641fa1e4c6592946932e8ef49d2adbadb8a" alt=""><figcaption></figcaption></figure>

プロジェクトが作成されると、関連するすべてのアセスメントの起点になります。

ここで定義したすべての設定は保存され、新しいアセスメントを開始すると自動的に再利用されます。


---

# 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/using-projects-to-group-assessments.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.
