# NQL catalog

The aim of the NQL catalog is to help you successfully query the data in the Nexthink web interface. Click on the links below to access examples of queries most commonly used in specific Nexthink modules. Go through the examples listed on each page and pick the one most similar to your use case. Copy the query and adjust it to your needs, or use it as a starting point for writing your own query.

* [DEX score NQL examples](/platform/user-guide/dex-score/dex-score-nql-examples.md)
* Alerts NQL examples
  * [Detecting issues impacting multiple devices](/platform/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors/detecting-issues-impacting-multiple-devices.md)
  * [Detecting issues impacting a single device or user](/platform/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors/detecting-issues-impacting-a-single-device-or-user.md)
* [Live Dashboards NQL examples](/platform/user-guide/live-dashboards/live-dashboards-nql-examples.md)
* [Investigations NQL examples](/platform/user-guide/investigations/investigations-nql-examples.md)
* [Workflows NQL examples](/platform/user-guide/workflows/workflows-nql-examples.md)
* [Campaigns NQL examples](/platform/user-guide/campaigns/campaigns-nql-capabilities/campaigns-nql-examples.md)
* [Remote Actions NQL examples](/platform/user-guide/remote-actions/remote-actions-nql-examples.md)
* [Software Metering NQL examples](/platform/user-guide/software-metering/software-metering-nql-examples.md)
* [Custom trends NQL examples](/platform/user-guide/administration/content-management/custom-trends-management/custom-trends-nql-examples.md)
* [Webhooks NQL examples](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/outbound-connectors/webhooks/managing-webhooks/configuring-webhook-nql-conditions.md)


---

# Agent Instructions: 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:

```
GET https://docs.nexthink.com/platform/understanding-key-data-platform-concepts/nexthink-query-language-nql/nql-catalog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
