# デモの作成と管理

## 新しいデモの作成

Editor以上のロールを持つユーザーは、新しいデモを作成できます。

1. ダッシュボードでワークスペースの下部にある「+ 新規デモ」をクリックします
2. 作成モーダルが表示されます

![デモ作成モーダル](/files/BSGS9Il4y4VDZBHWoGeh)

### 作成モーダルの入力項目

| 項目                  | 説明                                     | 例                   |
| ------------------- | -------------------------------------- | ------------------- |
| **スラッグ**            | URLに使用される識別子。半角英小文字・数字・ハイフンのみ（1〜100文字） | `customer-support`  |
| **ドキュメントタイトル**      | デモの表示名                                 | `カスタマーサポート`         |
| **ペルソナ名**           | デジタルヒューマンのキャラクター表示名                    | `さくら`               |
| **ペルソナID**          | デジタルヒューマンのペルソナID（UUID形式）               | `a275b1fa-5c6e-...` |
| **ペルソナ Identifier** | DHXフレームワークのペルソナ識別子（UUID形式）             | `a275b1fa-5c6e-...` |

入力後「作成」ボタンをクリックすると、デモが作成されデモ設定画面に遷移します。

## デモの複製

既存のデモをコピーして新しいデモを作成できます。すべての設定が引き継がれます。

1. ダッシュボードのデモカードにある「複製」ボタンをクリックします
2. 確認ダイアログが表示されます
3. 「OK」をクリックすると、新しいスラッグが自動生成されてデモが複製されます

## デモの削除

WS Admin以上のロールを持つユーザーは、デモを削除できます。

1. ダッシュボードのデモカードにある「削除」ボタンをクリックします
2. ブラウザの確認ダイアログが表示されます（「デモ「{slug}」を削除しますか？ この操作は取り消せません。」）
3. 「OK」をクリックすると、デモが完全に削除されます

> **注意:** 削除したデモは復元できません。関連するアクセストークン、アクセスログもすべて削除されます。


---

# 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.digitalhumans.jp/demo-configurator-guide/management/democonfigurator-demo-management.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.
