> 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/user-guide.md).

# User guide

The Nexthink platform is easy to use with baked-in best practices and samples. The Nexthink web interface, organized into several modules, provides real-time access to data gathered by Nexthink agents. Powerful visualization tools and techniques and Nexthink Query Language (NQL) allow you to search and analyze information stored in the data storage layer.

Access the modules from the main menu on the left side of the Nexthink web interface. Refer to [The web interface](/platform/getting-started/navigating-the-web-interface.md) documentation for more information about terminology, navigation, various components, dashboards, and widgets.

Learn more about Nexthink modules, features and integration capabilities:

* [Alerts and Diagnostics](/platform/user-guide/alerts-and-diagnostics.md)
* [Adopt](/platform/user-guide/adopt.md)
* [Amplify](/platform/user-guide/amplify.md)
* [Applications](/platform/user-guide/applications.md)
* [AI Tools](/platform/user-guide/ai-tools.md)
* [Campaigns](/platform/user-guide/campaigns.md)
* [Collaboration Experience](/platform/user-guide/collaboration-experience.md)
* [Device View](/platform/user-guide/device-view.md)
* [DEX score](/platform/user-guide/dex-score.md)
* [Digital Experience](/platform/user-guide/digital-experience.md)
* [Investigations](/platform/user-guide/investigations.md)
* [Live Dashboards](/platform/user-guide/live-dashboards.md)
* [Mobile Experience](/platform/user-guide/mobile-experience.md)
* [Network view](/platform/user-guide/network-view.md)
* [Nexthink Library](/platform/user-guide/nexthink-library.md)
* [Nexthink Query Language (NQL)](/platform/understanding-key-data-platform-concepts/nexthink-query-language-nql.md)
* [Remote Actions](/platform/user-guide/remote-actions.md)
* [Search and Workspace](/platform/user-guide/search-and-workspace.md)
* [Software Metering](/platform/user-guide/software-metering.md)
* [Spark](/platform/user-guide/spark.md)
* [VDI Experience](/platform/user-guide/vdi-experience.md)
* [Workflows](/platform/user-guide/workflows.md)
* [Experience Optimization (classic)](/platform/user-guide/experience-optimization-classic.md)
* [Custom Dashboards (classic)](/platform/user-guide/custom-dashboards-classic.md)
* [Using Finder (classic)](/platform/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/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.
