> 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/search-and-workspace/understanding-nexthink-assist.md).

# Nexthink Assist について

Nexthink Assistは、Nexthink AWS環境内でNexthinkが運用するAIモデルです。 Nexthink、Digital Experience、IT環境に関するあらゆる質問に回答できるほか、キャンペーンの作成を効率化できます：

* **Nexthinkについて質問する:** Nexthinkの機能、ワークフロー、設定に関する回答を迅速に取得できます。
* **データを分析する:** データを抽出・集約し、デバイスのパフォーマンス、バイナリ、ユーザーセッション、アプリケーションの詳細に関するインサイトを即座に提供します。 Nexthink Assistは複数のソースをインテリジェントにクエリし、正確で文脈に即した回答を提供します。 これには、Nexthinkのドキュメント、Infinityの設定オブジェクト（Live dashboardやライブラリパックなど）、NQLデータが含まれます。
* **ITキャンペーンを作成する:** 目的を自然言語で記述すると、Nexthink Assistがキャンペーンのドラフトを生成します。 その後、キャンペーンを調整、プレビューし、Campaignsモジュールに直接保存できます。

{% hint style="warning" %}
システムは、AI が生成したコンテンツやインサイトを示すために ✦ スパークルアイコンを表示します。

**Nexthink Assist**は継続的に改善されています。 改善するにつれて、情報によっては確認が必要となる場合があります。 Nexthinkでは、精度を確保するために結果を確認することを推奨しています。
{% endhint %}

動作方法およびデータの処理方法の詳細については、[Nexthink Assist AIモデルカード](https://docs.nexthink.com/legal/global-ai-hub/nexthink-assist-ai-model-card)のドキュメントを参照してください。

## Nexthink Assistの仕組み

Nexthink Assistは反復的なプロセスに従います：

1. 初期仮説を立て、ツールを選択します。
2. データを収集・分析します。
3. 追加のデータが必要かどうかを判断します。
4. 必要に応じて繰り返し、出力内容を充実させます。
5. 簡潔な回答を提示します。

Nexthink Assistが回答を提供する際は、下部に**ソース**セクションが生成され、NQLクエリ、ドキュメントページ、調査結果などへの埋め込みリンクが含まれます。

## NQLクエリ作成時のNexthink Assistのデータ範囲

Nexthink Assistは、新たにリリースされた機能や動的データを含む、現在のすべてのデータドメインにわたって正確で関連性の高い回答を提供します。

これには次が含まれます：

* 標準の[Nexthink NQLデータモデル](/platform/ja/understanding-key-data-platform-concepts/nql-data-model.md)を通じてNexthinkが収集するデータ。
* [デバイスおよびユーザーの分類](/platform/ja/user-guide/administration/system-configuration/data-management/environment/product-configuration.md)で設定された、カスタムのデバイスまたはユーザー分類。
* [カスタムフィールド管理](/platform/ja/user-guide/administration/content-management/custom-fields-management.md)で設定された手動のカスタムフィールド。
* 特定の[リモートアクション](/platform/ja/user-guide/remote-actions/using-remote-actions/monitoring-remote-actions-execution-statistics.md)の入力および出力。
* 特定の[キャンペーン](/platform/ja/user-guide/campaigns/working-with-campaigns/monitoring-specific-campaign-responses.md)の回答。

{% hint style="warning" %}
Nexthink Assistは現在、クエリベースおよびルールベースのカスタムフィールド、カスタム評価、カスタムトレンドをサポートしていません。

質問がサポートされていないデータを参照している場合、Nexthink Assistは有効なクエリを生成できないか、もっともらしく見えるものの誤ったクエリを生成する可能性があります。
{% endhint %}

詳細なガイドラインについては、[Workspaceで環境を分析する](/platform/ja/user-guide/search-and-workspace/using-workspace/analyzing-your-environment-and-troubleshooting-it-incidents.md)を参照してください。

***

関連トピック

* [ワークスペース](/platform/ja/user-guide/search-and-workspace.md)
* [Workspaceの使用](/platform/ja/user-guide/search-and-workspace/using-workspace.md)
* [Workspace を設定する](/platform/ja/user-guide/search-and-workspace/configuring-workspace.md)


---

# 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/search-and-workspace/understanding-nexthink-assist.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.
