# 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_battery_events` | Stores battery-related metrics and attributes for mobile devices, such as battery level, battery health, and power consumption metrics.                          |
| `device_performance.mobile_events`         | Captures performance metrics and attributes related to mobile devices, including disk storage usage and RAM capacity.                                            |
| `connectivity.mobile_events`               | Stores connectivity-related metrics and attributes for mobile devices, such as network type, signal strength, and data usage over Wi-Fi or cellular connections. |

***

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: 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/user-guide/mobile-experience/mobile-experience-nql-capabilities.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.
