> 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/aikido-agent/custom-reports.md).

# カスタムレポートの作成

**カスタムレポート** 〜について質問できます [Aikido Agent](/docs/docs-ja/aikido-agent/aikido-agent.md) セキュリティデータについて、平易な言葉で質問できます。Agent は、見つかった内容からグラフや表を作成し、保存する前にチャットでレポートを調整できます。

{% hint style="info" %}
カスタムレポートは有料プランおよび Pro トライアル期間中に利用できます。チーム専用ユーザーは利用できません。
{% endhint %}

## 仕組み

1. 自然言語で、欲しいインサイトを説明します。
2. Aikido Agent は、ワークスペースのデータから 1 つ以上のウィジェット（表、棒グラフ、折れ線グラフ）を生成します。
3. チャットでレポートを調整します（たとえば、集計単位を変更する、フィルターを追加する、日付範囲を調整するなど）。
4. 結果に満足したら、次の場所に保存します **ワークスペースレポート** そうすると、ワークスペースの他のメンバーも閲覧できます。<br>

<figure><img src="/files/521be2f45f17c4392315d7d6dd8b0d507477c569" alt="" width="563"><figcaption></figcaption></figure>

保存したレポートは、データのキャッシュされたスナップショットを保持します。レポートを最初から作り直さなくても、そのデータを更新したり、後で日付範囲を変更したりできます。

{% hint style="warning" %}
カスタムレポートはワークスペース内の実データのみを使用します。Aikido Agent がリクエストに必要なデータにアクセスできない場合は、足りない部分を捏造した数値やグラフで補うのではなく、その旨を伝えます。
{% endhint %}

## カスタムレポートを作成

{% stepper %}
{% step %}

### カスタムレポートを開く

次に移動します [**レポート**](https://app.aikido.dev/reports) を開き、 **カスタムレポート**、または直接 [カスタムレポート](https://app.aikido.dev/reports/custom).
{% endstep %}

{% step %}

### 必要な内容を説明

クリック **カスタムレポートを作成**。欲しいインサイトの説明を入力するか、提案されたプロンプトのいずれかを選択してください。
{% endstep %}

{% step %}

### 確認して調整

Agent は、リクエストに基づいてウィジェットを作成します。チャットパネルを使って反復できます。たとえば、チームごとにグループ化する、重大度で絞り込む、表をグラフに切り替える、などを依頼できます。

過去のレポートは **過去のチャット** サイドバーに表示されるので、まだ自分だけに非公開のものを再度開けます。\
![](/files/c140ca982c0fed79236020c908aeaf03eec849f2)
{% endstep %}

{% step %}

### ワークスペースに保存

レポートが正しく表示されたら、 **ワークスペースレポートに追加**をクリックします。保存したレポートはワークスペースと共有されます。保存するまでは、レポートは自分だけに非公開です。
{% endstep %}
{% endstepper %}

## ワークスペースレポートに保存

新しいカスタムレポートは最初は自分だけに非公開です。保存するまで、他のワークスペースメンバーには表示されません。 **過去のチャット**は自分だけに非公開です。保存するまで、他のワークスペースメンバーには表示されません。

レポートを共有する準備ができたら:

1. レポートを開き、表示が正しいことを確認します。
2. クリック **ワークスペースレポートに追加**.
3. Aikido はレポートをワークスペースで共有される **カスタムレポート** 一覧に公開します。

その後、ワークスペースの管理者とデフォルトユーザーは [カスタムレポート](https://app.aikido.dev/reports/custom)からレポートを開けます。レポートを作成したりワークスペースに保存したりできるのは管理者のみです。

## レポート名の付け方

Aikido Agent がレポートを作成すると、同時に **レポート名** を、依頼内容に基づいて設定します。その名前は **過去のチャット** （レポートが自分だけに非公開の間）と、共有されたカスタムレポート一覧（保存後）に表示されます。

ワークスペースに保存したレポートの名前を変更するには:

1. 次に移動します [カスタムレポート](https://app.aikido.dev/reports/custom).
2. レポート行の **アクション** メニューを開きます。
3. クリック **レポート名を変更**.
4. 新しい **レポート名** を開き、 **保存**.

<figure><img src="/files/6d7d7cebbac728898b2208a40f3a4b53a6ab07ea" 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/aikido-agent/custom-reports.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.
