# カスタムダッシュボード

## カスタムダッシュボードとは？ <a href="#overview" id="overview"></a>

定点観測したい指標を自由に選んでダッシュボードに配置できる機能です。ユーザー検索条件やイベント検索条件をチャートとして追加し、独自のダッシュボードを作成できます。

## チャートに利用できるデータ <a href="#chart-types" id="chart-types"></a>

カスタムダッシュボードには以下の6種類のデータをチャートとして追加できます。

| 種類            | 説明                 |
| ------------- | ------------------ |
| ユーザー検索プリセット条件 | あらかじめ用意されたユーザー検索条件 |
| ユーザー検索の保存済み条件 | ユーザー検索で保存した条件      |
| イベント検索プリセット条件 | あらかじめ用意されたイベント検索条件 |
| イベント検索の保存済み条件 | イベント検索で保存した条件      |
| カスタムイベント      | 作成したカスタムイベント       |
| コードレスイベント     | 作成したコードレスイベント      |

## チャートの追加 <a href="#add-chart" id="add-chart"></a>

1. カスタムダッシュボードの右側の`編集`をクリックし、編集モードに切り替えます
2. `チャートを追加`をクリックすると、データ選択画面が表示されます
3. 左のリストから種類を選び、追加したいチャートの`+`をクリックします
4. `×`でモーダルを閉じ、`保存`をクリックするとチャートが追加されます

## チャートの並び替え <a href="#reorder" id="reorder"></a>

1. `編集`をクリックし、編集モードに切り替えます
2. 移動したいチャートをドラッグ＆ドロップで位置を変更します
3. `保存`をクリックして変更を反映します

## チャートの削除 <a href="#delete-chart" id="delete-chart"></a>

1. `編集`をクリックし、編集モードに切り替えます
2. チャート右上の`×`をクリックして削除します
3. `保存`をクリックして変更を反映します

{% hint style="info" %}
追加できるチャート数にはプランに応じた上限があります。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.wicle.io/analytics/dashboard/custom-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
