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

# Mobile Experience の NQL 機能

Mobile Experience は、次の [NQL データモデル](https://docs.nexthink.com/platform/ja/user-guide/nexthink-query-language-nql/nql-data-model) のテーブルを使用します:

| Areas                                      | 説明                                                                          |
| ------------------------------------------ | --------------------------------------------------------------------------- |
| `mobile_devices`                           | ハードウェア仕様、オペレーティングシステムの詳細、Nexthink アプリケーションデータなど、モバイルデバイスに関する情報を含みます。        |
| `device_performance.mobile_battery_events` | バッテリーレベル、バッテリーの状態、電力消費など、モバイルデバイスのバッテリー関連のメトリクスおよび属性を保存します。                 |
| `device_performance.mobile_events`         | ディスクストレージ使用量や RAM 容量など、モバイルデバイスに関連するパフォーマンスメトリクスおよび属性を記録します。                |
| `connectivity.mobile_events`               | ネットワークタイプ、信号強度、Wi-Fi またはセルラー接続でのデータ使用量など、モバイルデバイスの接続性に関連するメトリクスおよび属性を保存します。 |

***

さらに、**Intune connector for mobile devices** をインストールすると、Nexthink Mobile がインストールされているデバイスであっても、`mobile_devices.governance` グルーピング内の次のフィールドが入力されます:

|                    |                                                   |
| ------------------ | ------------------------------------------------- |
| `compliance_state` | MDM によって報告される、組織のコンプライアンスポリシーと比較したデバイスの現在の準拠状況です。 |
| `is_encrypted`     | MDM によって報告される、デバイスストレージが暗号化されている場合は true になります。   |
| `enrollment_type`  | デバイスが MDM に登録された際に使用された登録方法です。                    |
| `last_synced`      | MDM が最後にデバイスとのデータ同期に成功した日時です。                     |
| `名前`               | MDM システムで割り当てられたデバイス名です。                          |
| `ownership_type`   | MDM によって定義された所有区分を示します。                           |
| `is_supervised`    | デバイスが MDM によって監督されているかどうかを示し、より高度な管理が可能になります。     |

[Visual Editor](/platform/ja/user-guide/investigations/creating-investigations/visual-editor.md#visualeditor-addingfieldstoaninvestigationaddingfields) または [NQL Editor](/platform/ja/user-guide/investigations/creating-investigations/nql-editor.md) のオートコンプリート機能を使用して、調査モジュール内でモバイルデバイスのデータモデルを直接確認できます。

***

関連トピック

* [Mobile Experience を使い始める](/platform/ja/user-guide/mobile-experience/getting-started-with-mobile-experience.md)
* [モバイルデバイス監視ダッシュボードの使用](/platform/ja/user-guide/mobile-experience/using-the-monitoring-mobile-devices-dashboard.md)
* [モバイルデバイスをNexthinkに接続する](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/connecting-mobile-devices-to-nexthink.md)
* [Intune: モバイルデバイスコネクタ](/platform/ja/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:

```
GET https://docs.nexthink.com/platform/ja/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.
