> 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.
