> 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/mobile-experience/mobile-experience-nql-capabilities.md).

# Mobile Experience NQL capabilities

Mobile Experience uses the following [NQL data model](https://docs.nexthink.com/platform/user-guide/nexthink-query-language-nql/nql-data-model) tables:

| Table                              | Description                                                                                                                                                |
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `mobile_devices`                   | Contains information about mobile devices, including hardware specifications, operating system details, and Nexthink application data.                     |
| `device_performance.mobile_events` | Captures performance metrics and attributes related to mobile devices, including disk storage usage and RAM capacity.                                      |
| `connectivity.mobile_events`       | Collects connectivity metrics and attributes for mobile devices, such as network type, signal strength, and data usage over Wi-Fi or cellular connections. |
| `connection.mobile_events`         | Collects mobile device-specific connection metrics and attributes.                                                                                         |

***

Additionally, if you install the **Intune connector for mobile devices**, it populates the following fields in the `mobile_devices.governance` grouping, even for devices that have Nexthink Mobile installed:

|                    |                                                                                                                         |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| `compliance_state` | The current compliance status of the device compared to the organization's compliance policies, as reported by the MDM. |
| `is_encrypted`     | True if device storage is encrypted, as reported by the MDM.                                                            |
| `enrollment_type`  | The enrollment method used when the device was registered in MDM.                                                       |
| `last_synced`      | The last time the MDM successfully synced data with the device.                                                         |
| `name`             | The device name as assigned in the MDM system.                                                                          |
| `ownership_type`   | Indicates the ownership category defined by the MDM.                                                                    |
| `is_supervised`    | Indicates if the device is supervised by the MDM, allowing deeper management capabilities.                              |

Explore the data model for mobile devices directly in the Investigations module using [Visual Editor](/platform/user-guide/investigations/creating-investigations/visual-editor.md#visualeditor-addingfieldstoaninvestigationaddingfields) or [NQL Editor's](/platform/user-guide/investigations/creating-investigations/nql-editor.md) autocomplete capability.

***

RELATED TOPICS

* [Getting started with Mobile Experience](/platform/user-guide/mobile-experience/getting-started-with-mobile-experience.md)
* [Using the Mobile device monitoring dashboard](/platform/user-guide/mobile-experience/using-the-monitoring-mobile-devices-dashboard.md)
* [Connecting mobile devices to Nexthink](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/connecting-mobile-devices-to-nexthink.md)
* [Intune: Mobile devices connector](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-intune-mobile-devices.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/mobile-experience/mobile-experience-nql-capabilities.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.
