> 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.md).

# ユーザーガイド

Nexthink Platformはベストプラクティスとサンプルが組み込まれており、非常に使いやすいです。 いくつかのモジュールに編成されたNexthinkのwebインターフェースは、Nexthinkエージェントが収集したデータのリアルタイムアクセスを提供します。 強力な可視化ツールと技術、および Nexthink Query Language (NQL) が、データストレージレイヤーに保存された情報を検索し分析することを可能にします。

Nexthink Webインターフェースの左側にあるメインメニューからモジュールにアクセスします。 用語、ナビゲーション、各種コンポーネント、dashboard および widget に関する詳細については、[The web interface](/platform/ja/getting-started/navigating-the-web-interface.md) のドキュメントを参照してください。

Nexthinkのモジュール、機能、統合性についてさらに学びましょう：

* [アラートと診断](/platform/ja/user-guide/alerts-and-diagnostics.md)
* [ガイド](/platform/ja/user-guide/adopt.md)
* [amplify](/platform/ja/user-guide/amplify.md)
* [アプリケーション](/platform/ja/user-guide/applications.md)
* [AIツール](/platform/ja/user-guide/ai-tools.md)
* [キャンペーン](/platform/ja/user-guide/campaigns.md)
* [コラボレーション・エクスペリエンス](/platform/ja/user-guide/collaboration-experience.md)
* [デバイスビュー](/platform/ja/user-guide/device-view.md)
* [DEXスコア](/platform/ja/user-guide/dex-score.md)
* [デジタルエクスペリエンス](/platform/ja/user-guide/digital-experience.md)
* [調査](/platform/ja/user-guide/investigations.md)
* [ライブダッシュボード](/platform/ja/user-guide/live-dashboards.md)
* [mobile-experience](/platform/ja/user-guide/mobile-experience.md)
* [ネットワークビュー](/platform/ja/user-guide/network-view.md)
* [Nexthinkライブラリ](/platform/ja/user-guide/nexthink-library.md)
* [Nexthink Query Language (NQL)](/platform/ja/understanding-key-data-platform-concepts/nexthink-query-language-nql.md)
* [リモートアクション](/platform/ja/user-guide/remote-actions.md)
* [検索とワークスペース](/platform/ja/user-guide/search-and-workspace.md)
* [ソフトウェアメータリング](/platform/ja/user-guide/software-metering.md)
* [Spark](/platform/ja/user-guide/spark.md)
* [vdi-experience](/platform/ja/user-guide/vdi-experience.md)
* [ワークフロー](/platform/ja/user-guide/workflows.md)
* [エクスペリエンス最適化 (クラシック)](/platform/ja/user-guide/experience-optimization-classic.md)
* [カスタムダッシュボード (クラシック)](/platform/ja/user-guide/custom-dashboards-classic.md)
* [Finder使用 (クラシック)](/platform/ja/user-guide/using-finder-classic.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.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.
