# ワークスペースデフォルト設定

WS Admin以上のロールを持つユーザーは、ワークスペースレベルのデフォルト値を設定できます。

ダッシュボードのワークスペースヘッダーにある「WSデフォルト値設定」ボタン、または管理画面のワークスペース管理から遷移できます。

![ワークスペースデフォルト設定画面](/files/PnFCWjzIwjZBVODSANiJ)

## デフォルト設定とは

ワークスペースデフォルトは、3層設定マージの2番目の層です:

1. グローバルデフォルト（Super Adminが管理）
2. **ワークスペースデフォルト（この画面で設定）**
3. デモ別オーバーライド（各デモの設定画面で設定）

ここで設定した値は、このワークスペース内のすべてのデモに適用されます。個別のデモで上書きしない限り、この値が使われます。

## UneeQ Optionsデフォルト

ワークスペース内の全デモに共通するUneeQ SDKオプションのデフォルト値を設定します。JSON形式で入力します。

ここで設定した値はグローバルデフォルトを上書きし、各デモのベースラインとなります。

## DHX Optionsデフォルト

ワークスペース内の全デモに共通するDHXオプションのデフォルト値を設定します。

## テンプレートデフォルト

ワークスペース内のテンプレート関連のデフォルト値を設定します。

## 保存

設定を変更したら「保存」ボタンをクリックします。保存するとワークスペース内の全デモに即時反映されます（個別にオーバーライドされている項目は影響を受けません）。


---

# 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/admin/democonfigurator-workspace-defaults.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.
