> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/configuring_nexthink/configuring-your-platform/administration.md).

# アカウント、システム、コンテンツの設定

{% stepper %}
{% step %}
**システムを設定する**

* Nexthink インスタンスの外観をカスタマイズします。
* デバイスとユーザーの分類ルールを定義します。

詳細については、[外観](/platform/ja/user-guide/administration/system-configuration/appearance.md)および[デバイスとユーザーの分類](/platform/ja/user-guide/administration/system-configuration/data-management/environment/product-configuration.md)のドキュメントを参照してください。
{% endstep %}

{% step %}
**アカウントとアクセス制御を設定する**

* 責任範囲と適切なアクセス範囲に合わせて、権限を持つロールを定義します。
* Nexthink ユーザーアカウントを作成し、適切なロールを割り当てます。
* 該当する場合は、SSO を設定します。

詳細については、[アクセス管理](/platform/ja/user-guide/administration/account-management.md)のドキュメントを参照してください。
{% endstep %}

{% step %}
**データ保持を設定する**

プライバシーおよびコンプライアンスポリシーに従って、**インベントリ**データと**運用**データのデータ保持期間を指定します。

詳細については、[データの保持、取得、削除](/platform/ja/user-guide/administration/system-configuration/data-management/environment/data-management.md)のドキュメントを参照してください。
{% endstep %}

{% step %}
**Nexthink コンテンツを設定する**

Nexthink Library からコンテンツをインストールするか、必要に応じてカスタムコンテンツを作成します。

* 追加のコンテキストで NQL データモデルを拡張し、可視化と分析をサポートするコンテンツを設定します。これには、[カスタムフィールド](/platform/ja/user-guide/administration/content-management/custom-fields-management.md)、[カスタムトレンド](/platform/ja/user-guide/administration/content-management/custom-trends-management.md)、[評価](/platform/ja/user-guide/administration/content-management/ratings-management.md)、および[チェックリスト](/platform/ja/user-guide/device-view/checklists.md)が含まれます。
* 監視、トラブルシューティング、自動化、エンゲージメントに使用する[コンテンツ](/platform/ja/user-guide.md)（例: アプリケーション、キャンペーン、ダッシュボード、ワークフロー）を設定します。
* 該当する場合は、[アプリケーション](/platform/ja/user-guide/applications/setting-up-and-managing-applications/configuring-applications.md)や[DEX キャンペーン](/platform/ja/user-guide/administration/system-configuration/digital-experience-score-management/configuring-dex-campaign.md)など、Digital Employee Experience (DEX) スコアに必要なコンテンツを作成します。
  {% endstep %}

{% step %}
**Digital Experience (DEX) スコアを設定する**

* DEX スコアの計算に含めるアプリケーションを選択します。
* DEX スコアの計算に含めるメトリクスを選択し、各メトリクスのしきい値を定義します。
* Sentiment データを DEX スコアの計算に組み込むために使用するキャンペーンを選択します。

詳細については、[Digital Experience Score管理](/platform/ja/user-guide/administration/system-configuration/digital-experience-score-management.md)のドキュメントを参照してください。
{% endstep %}
{% endstepper %}


---

# 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.nexthink.com/platform/ja/configuring_nexthink/configuring-your-platform/administration.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.
