> 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/user-guide/ai-tools/working-with-ai-tools/monitoring-employee-experience-with-ai-tools.md).

# AI ツールによる従業員 Experience のモニタリング

すべてのAIツール導入ダッシュボードに**従業員のAIツールに関するExperience**を表示するために、Nexthinkは組み込みキャンペーンを使用します。これらは、対象となるAIツールの設定から有効化し、アクティベートする必要があります。

システムは、次の標準に従った編集不可のコンテンツを含む AI ツールのキャンペーンを送信します。

<details>

<summary>各キャンペーンに含まれる質問</summary>

各キャンペーンには **3 つの質問** が含まれています。

1. *過去 7 日間で、`[AI tool]` によってどれくらいの時間が節約されましたか？*
   * オプション：時間範囲 (*なし、1 時間未満、1～5 時間、6～10 時間、11～15 時間、15～20 時間、20 時間以上*)
2. *`[AI tool]` をより有用にするにはどうすればよいですか。また、そのために私たちができることは何ですか？*（自由記述）
3. *`[AI tool]` を使って最後に行ったこと、または行おうとしたことは何ですか？* （自由記述）

</details>

<details>

<summary>キャンペーン送信の基準</summary>

キャンペーンは次の条件で送信されます。

* 監視対象の AI ツールを少なくとも 1 つ積極的に使用している従業員のみがキャンペーンを受け取ります。
* 各従業員は 90 日に 1 回のみキャンペーンを受け取り、使用しているツールのうち 1 つのみが対象となります。
* 任意の日にキャンペーンを受け取る従業員は最大 5% です。

必要に応じて、特定ユーザーをキャンペーンから除外したり、特定の AI ツールに対するキャンペーンを無効化するために、[AI ツール用のキャンペーン設定を変更](/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/modifying-campaign-setups-for-ai-tools.md) できます。

{% hint style="warning" %}
特定の AI ツール設定からキャンペーンを無効化すると、新しい従業員は対象になりません。 ただし、すでに対象となっている従業員は、回答、キャンセル、またはキャンペーンの期限切れまで引き続きキャンペーンを受け取ります。
{% endhint %}

</details>

AI によって強化された Nexthink は、従業員のフィードバックに基づいて **推奨アクション** と **ユースケース** を生成します。 さらに、システムは認識された節約時間を **業界ベンチマーク** と比較します。

**AI adoption** のための **AI Tools** ダッシュボードから、右側の **Employee experience campaign responses** パネルを開くと、次の操作が可能です。

* 推奨アクションに関する各従業員のコメントを個別に確認できます。上部には **Insights** のサマリーが表示されます。
* ユースケースに関する各従業員のコメントを個別に確認できます。上部には **Insights** のサマリーが表示されます。

{% hint style="info" %}
Nexthink の組み込みキャンペーンにより、従業員 Experience のインサイトが活用できます。 データが表示されない場合、これらのキャンペーンがアクティブでないか、完全に展開されていない可能性があります。 有効化後、AI ツールのダッシュボードにデータが表示されるまで最大 7 日かかる場合があります。

問題が解決しない場合は、Nexthink管理者に連絡し、すべての[AIツールの要件](/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools.md#before-you-begin)を確認してもらってください。
{% endhint %}

{% hint style="info" %}
システムは、AI によって生成されたコンテンツまたはインサイトを示す ✦ sparkles アイコンを表示します。 AI は急速に進化しており、優れたインサイトを提供しますが、誤りを犯す可能性もあります。 Nexthink は、意思決定を支援し精度を確保するために、結果の検証を推奨します。

詳細については、[Nexthink Insights - AI Model Card](https://docs.nexthink.com/legal/global-ai-hub/nexthink-insights-ai-model-card) ドキュメントを参照してください。
{% endhint %}


---

# 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/user-guide/ai-tools/working-with-ai-tools/monitoring-employee-experience-with-ai-tools.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.
