> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/analytics/dashboard/custom-dashboard/create-custom-dashboard.md).

# ダッシュボードを作成・管理する

## ダッシュボードを作成する <a href="#create" id="create"></a>

1. 左サイドバーの`新しいダッシュボード`をクリックします
2. `無題のダッシュボード`が作成され、そのダッシュボード画面に切り替わります
3. 必要に応じて、ダッシュボード名を変更します

ダッシュボードが1件もない場合は、空状態の`ダッシュボードを作成`からも作成できます。

{% hint style="info" %}
作成直後はウィジェットがありません。測りたい指標は対話で追加します。手順は [ウィジェットを追加・編集する](/analytics/dashboard/custom-dashboard/create-widget.md) をご覧ください。
{% endhint %}

## ダッシュボード名を変更する <a href="#rename" id="rename"></a>

1. 左サイドバーで対象ダッシュボードのコンテキストメニューを開きます
2. 名前の編集を選択します
3. 新しい名前を入力して保存します

## ダッシュボードを削除する <a href="#delete" id="delete"></a>

1. 左サイドバーで対象ダッシュボードのコンテキストメニューを開きます
2. 削除を選択します
3. 確認ダイアログで削除を実行します

{% hint style="danger" %}
ダッシュボードを削除すると、配下のウィジェットも削除されます。この操作は取り消せません。
{% endhint %}

## フォルダで整理する <a href="#folders" id="folders"></a>

### フォルダを作成する <a href="#create-folder" id="create-folder"></a>

1. 左サイドバーのカスタムダッシュボード見出し付近にあるフォルダ作成アイコンをクリックします
2. フォルダ名を入力して作成します

### フォルダ名・配置を変更する <a href="#organize-folder" id="organize-folder"></a>

* フォルダのコンテキストメニューから、名前の変更や削除ができます
* ダッシュボードやフォルダは、ドラッグ＆ドロップで並べ替えやフォルダへの移動ができます

{% hint style="warning" %}
フォルダを削除すると、フォルダ内のダッシュボードもすべて削除されます。
{% endhint %}

## ダッシュボードを検索する <a href="#search" id="search"></a>

左サイドバー上部の検索ボックスにキーワードを入力すると、ダッシュボード名で絞り込めます。


---

# 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://docs.wicle.io/analytics/dashboard/custom-dashboard/create-custom-dashboard.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.
