# クイックスタート

初めてデモを使う方向けのガイドです。初めてデモを使う方は、まずこちらから始めてください。

![ホステッドエクスペリエンス デモコンフィグレーターLP画面](/files/mnCivOvAA8k3YKu2YfOn)

**ホステッドエクスペリエンス デモコンフィグレーターLP画面**

## STEP 1: メールを確認する

以下の情報をメールでお送りしています。

* **デモURL（ホステッドエクスペリエンス デモコンフィグレーターのURL）**
* **DIPログイン URL や Difyログイン URL（環境によって異なります）**
* **そのほか必要な認証情報**

## STEP 2: デモにアクセスする

ブラウザで**デモURL**（フロントエンドのURL）を開きます。

**🌐推奨ブラウザ:** Google Chrome ※ WebRTCに対応しているSafari、Firefox、Microsoft Edgeでも動作しますが、Chromeを推奨します。

## STEP 3: 話しかける

表示されたページの`Start Session`ボタンか、右下に表示されているデジタルヒューマンのアイコンをクリックしてください。

次の2つの方法でデジタルヒューマンと会話できます。

* **音声で話す**：マイクに向かって話しかけてください。自動的に音声認識します。
* **テキストで入力**：入力欄にメッセージを入力して送信

{% hint style="info" %}
**初めての会話例**\
「こんにちは」→ 基本的な挨拶\
「何ができますか？」→ 機能紹介\
「○○について教えて」→ 実際の質問\
「手を振って」→ アクションを指示
{% endhint %}

{% hint style="info" %}
デジタルヒューマンは会話AIから見ると、操り人形のような仕組みになっています。どのような回答や応答、アクションを行うかはすべて[会話AIの設定](/quickstart/free-trial/quickstart-conversation-ai.md) 次第です。アクションを指示しても、指示通り動かない場合は、フリートライアル環境の方は、会話AIの設定から調整できます。
{% endhint %}

{% hint style="info" %}
**期待通りに動かない場合は、サポートセンターからお問い合わせください**。

<https://support.digitalhumans.jp/_hcms/mem/login?redirect_url=https%3A%2F%2Fsupport.digitalhumans.jp%2Ftickets%2Fnew>
{% endhint %}

## STEP 4: 設定を変更してみる

[デモページをカスタマイズするには？](/quickstart/demo/quickstart-frontend.md) をご覧ください。


---

# 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/quickstart/demo/quickstart-getting-started.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.
