# 設定オプション

デモ設定画面の下部では、デジタルヒューマンの動作を制御するSDKオプションと、カスタムHTMLを編集できます。

## 3層マージの確認

設定オプションの編集エリアでは、3層のマージ状態を確認できます。各オプションの横に「デフォルト」と表示されているものはグローバルまたはワークスペースのデフォルト値が適用されています。値を変更するとデモ固有のオーバーライドとして保存されます。

![SDKオプションエディタ](/files/59AGSe5fk6JtPVNLCsQD)

## UneeQ Options

詳しくは [設定オプション](/dev/hosted-experience/hosted-experience-configuration-options.md) をご覧ください

## DHXオプション

詳しくは [設定オプション](/dev/hosted-experience/hosted-experience-configuration-options.md) をご覧ください

各項目の横にある「デフォルト」ラベルは、その値がグローバルまたはワークスペースのデフォルトから継承されていることを示します。

## デモHTML

LP上の説明文エリアに表示するカスタムHTMLを入力できます。HTMLタグを使用してリンクやボタン、説明文を記述できます。

> **注意:** セキュリティのため、`<script>`、`<iframe>`、`<form>` タグなどの危険なHTMLタグは自動的に除去されます。

## 保存とプレビュー

画面下部に3つのアクションボタンがあります。

![保存ボタン](/files/WrrraOv8hEIS1sni5Lj8)

### リセット（変更の破棄）

未保存の変更を破棄し、現在の保存済み設定に戻します。

### ライブコンソールで確認

オプション設定を仮保存し、ライブコンソールでデジタルヒューマンの動作を確認します。テンプレートのデザイン変更は反映されません。データベースには保存されないため、安全にテストできます。

### 全設定を公開デモに反映

テンプレート・オプション設定をすべて保存し、公開デモページに即時反映します。保存後は取り消せないため、コンソールでの事前確認を推奨します。


---

# 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-settings-sdk-options.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.
