# NRSDK(Old)

## v2.2.1

- [NRSDK Overview](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/core-features.md)
- [XREAL Devices](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/xreal-devices.md)
- [XREAL Glasses](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/xreal-devices/readme.md)
- [Controller](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/xreal-devices/controller.md)
- [Compatibility](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/xreal-devices/compatibility.md)
- [Getting Started with NRSDK](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/quickstart-for-android.md)
- [Sample Code](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/sample-code.md)
- [Tutorials](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/tutorials.md)
- [Release Note](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note.md)
- [NRSDK 2.2.1](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-2.2.1.md)
- [NRSDK 2.2.0](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-2.2.0.md)
- [NRSDK 2.1.1](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-2.1.1.md)
- [NRSDK 2.1.0](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-2.1.0.md)
- [NRSDK 1.10.2](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.10.2.md)
- [NRSDK 1.9.5](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.9.5.md)
- [NRSDK 1.9.3](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.9.3.md)
- [NRSDK 1.9.1](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.9.1.md)
- [NRSDK 1.8.0](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.8.0.md)
- [NRSDK 1.7.0](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.7.0.md)
- [NRSDK 1.6.0](https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/release-note/nrsdk-1.6.0.md)
- [Input and Camera](https://xreal.gitbook.io/nrsdk/development/input-and-camera.md)
- [NRInput](https://xreal.gitbook.io/nrsdk/development/input-and-camera/nrinput.md)
- [Interact with Unity UI (Tutorial)](https://xreal.gitbook.io/nrsdk/development/input-and-camera/interact-with-unity-ui-tutorial.md)
- [Customize Controller UI](https://xreal.gitbook.io/nrsdk/development/input-and-camera/customize-phone-controller.md)
- [NRCameraRig](https://xreal.gitbook.io/nrsdk/development/input-and-camera/nrcamerarig.md)
- [Hand Tracking](https://xreal.gitbook.io/nrsdk/development/hand-tracking.md)
- [Image Tracking](https://xreal.gitbook.io/nrsdk/development/image-tracking.md)
- [XREAL Markers](https://xreal.gitbook.io/nrsdk/development/image-tracking/xreal-markers.md)
- [Plane Detection (Tutorial)](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial.md)
- [Overview](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/overview.md)
- [Import the package](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/import-the-package.md)
- [Detect planes in the real world](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/detect-planes-in-the-real-world.md)
- [Perform a hit test against detected planes](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/perform-a-hit-test-against-detected-planes.md)
- [Add a car](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/add-a-car.md)
- [Add gems](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/add-gems.md)
- [Wrap up](https://xreal.gitbook.io/nrsdk/development/plane-detection-tutorial/wrap-up.md)
- [Depth Mesh](https://xreal.gitbook.io/nrsdk/development/depth-mesh.md)
- [Meshing Manager Overview](https://xreal.gitbook.io/nrsdk/development/depth-mesh/meshing-manager-overview.md): This page provides an overview of the meshing manager component and the settings that can be altered by developers.
- [Use Meshes in the Editor](https://xreal.gitbook.io/nrsdk/development/depth-mesh/use-meshes-in-the-editor.md)
- [Tutorial: Mesh Collision](https://xreal.gitbook.io/nrsdk/development/depth-mesh/tutorial-mesh-collision.md)
- [Spatial Anchor](https://xreal.gitbook.io/nrsdk/development/spatial-anchor.md)
- [Mapping Example Scene](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/mapping-example-scene.md)
- [Tutorial: Halloween Treasure Hunt](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-halloween-treasure-hunt.md)
- [Handle the Situation of Failed Anchor Saving](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-halloween-treasure-hunt/handle-the-situation-of-failed-anchor-saving.md)
- [Tutorial: Sharing Anchors](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-sharing-anchors.md)
- [Setting Up Photon](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-sharing-anchors/setting-up-photon.md)
- [Cloud Storage: Firebase (optional)](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-sharing-anchors/cloud-storage-firebase-optional.md)
- [Cloud Storage: Aliyun OSS (optional)](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-sharing-anchors/cloud-storage-aliyun-oss-optional.md)
- [Implementing Cloud Save and Load](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-sharing-anchors/implementing-cloud-save-and-load.md)
- [Sharing Anchors with Photon](https://xreal.gitbook.io/nrsdk/development/spatial-anchor/tutorial-sharing-anchors/sharing-anchors-with-photon.md)
- [Tools](https://xreal.gitbook.io/nrsdk/development/tools.md)
- [Single Pass Stereo Rendering](https://xreal.gitbook.io/nrsdk/development/tools/single-pass-stereo-rendering.md)
- [First Person View](https://xreal.gitbook.io/nrsdk/development/tools/first-person-view.md)
- [Emulator](https://xreal.gitbook.io/nrsdk/development/tools/testing-with-emulator.md)
- [XR Streaming](https://xreal.gitbook.io/nrsdk/development/tools/cloudxr.md)
- [Dual Screen Display](https://xreal.gitbook.io/nrsdk/development/tools/dual-screen-display.md)
- [Miscellaneous](https://xreal.gitbook.io/nrsdk/development/miscellaneous.md)
- [Access RGB Camera](https://xreal.gitbook.io/nrsdk/development/miscellaneous/recording.md)
- [NRSDK Coordinate Systems](https://xreal.gitbook.io/nrsdk/development/miscellaneous/nrsdk-coordinate-systems.md)
- [MRTK2 Integration](https://xreal.gitbook.io/nrsdk/development/miscellaneous/mrtk2-integration.md): NRSDK 1.9.3 & MRTK 2.8.0 Integration with Sample Projects
- [MRTK3 Integration](https://xreal.gitbook.io/nrsdk/development/miscellaneous/mrtk3-integration.md): NRSDK 2.2.0 & MRTK3 Integration with Sample Projects
- [Notification popup](https://xreal.gitbook.io/nrsdk/development/miscellaneous/notification-popup.md)
- [Reset Camera](https://xreal.gitbook.io/nrsdk/development/miscellaneous/reset-camera.md)
- [Render Metrics](https://xreal.gitbook.io/nrsdk/development/miscellaneous/render-metrics.md)
- [Render MonoMode(Obsolete)](https://xreal.gitbook.io/nrsdk/development/miscellaneous/render-monomode-obsolete.md)
- [Frequently Asked Questions](https://xreal.gitbook.io/nrsdk/frequently-asked-questions.md)
- [Design Guide Overview](https://xreal.gitbook.io/nrsdk/design-guide/design-guide-overview.md)
- [Displaying](https://xreal.gitbook.io/nrsdk/design-guide/displaying.md)
- [Interacting](https://xreal.gitbook.io/nrsdk/design-guide/interacting.md)
- [Controlling](https://xreal.gitbook.io/nrsdk/design-guide/controlling.md)
- [Navigating](https://xreal.gitbook.io/nrsdk/design-guide/navigating.md)

## v2.1.0

- [NRSDK Overview](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/core-features.md)
- [XREAL Devices](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/xreal-devices.md)
- [XREAL Glasses](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/xreal-devices/readme.md)
- [Controller](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/xreal-devices/controller.md)
- [Compatibility](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/xreal-devices/compatibility.md)
- [Getting Started with NRSDK](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/quickstart-for-android.md)
- [Sample Code](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/sample-code.md)
- [Tutorials](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/tutorials.md)
- [Release Note](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note.md)
- [NRSDK 2.1.1](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-2.1.1.md)
- [NRSDK 2.1.0](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-2.1.0.md)
- [NRSDK 1.10.2](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.10.2.md)
- [NRSDK 1.9.5](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.9.5.md)
- [NRSDK 1.9.3](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.9.3.md)
- [NRSDK 1.9.1](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.9.1.md)
- [NRSDK 1.8.0](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.8.0.md)
- [NRSDK 1.7.0](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.7.0.md)
- [NRSDK 1.6.0](https://xreal.gitbook.io/nrsdk/v2.1.0/nrsdk-fundamentals/release-note/nrsdk-1.6.0.md)
- [Input and Camera](https://xreal.gitbook.io/nrsdk/v2.1.0/development/input-and-camera.md)
- [NRInput](https://xreal.gitbook.io/nrsdk/v2.1.0/development/input-and-camera/nrinput.md)
- [Interact with Unity UI (Tutorial)](https://xreal.gitbook.io/nrsdk/v2.1.0/development/input-and-camera/interact-with-unity-ui-tutorial.md)
- [Customize Controller UI](https://xreal.gitbook.io/nrsdk/v2.1.0/development/input-and-camera/customize-phone-controller.md)
- [NRCameraRig](https://xreal.gitbook.io/nrsdk/v2.1.0/development/input-and-camera/nrcamerarig.md)
- [Hand Tracking](https://xreal.gitbook.io/nrsdk/v2.1.0/development/hand-tracking.md)
- [Image Tracking](https://xreal.gitbook.io/nrsdk/v2.1.0/development/image-tracking.md)
- [Plane Detection (Tutorial)](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial.md)
- [Overview](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/overview.md)
- [Import the package](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/import-the-package.md)
- [Detect planes in the real world](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/detect-planes-in-the-real-world.md)
- [Perform a hit test against detected planes](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/perform-a-hit-test-against-detected-planes.md)
- [Add a car](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/add-a-car.md)
- [Add gems](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/add-gems.md)
- [Wrap up](https://xreal.gitbook.io/nrsdk/v2.1.0/development/plane-detection-tutorial/wrap-up.md)
- [Depth Mesh](https://xreal.gitbook.io/nrsdk/v2.1.0/development/depth-mesh.md)
- [Meshing Manager Overview](https://xreal.gitbook.io/nrsdk/v2.1.0/development/depth-mesh/meshing-manager-overview.md)
- [Use Meshes in the Editor](https://xreal.gitbook.io/nrsdk/v2.1.0/development/depth-mesh/use-meshes-in-the-editor.md)
- [Tutorial: Mesh Collision](https://xreal.gitbook.io/nrsdk/v2.1.0/development/depth-mesh/tutorial-mesh-collision.md)
- [Spatial Anchor](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor.md)
- [Mapping Example Scene](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/mapping-example-scene.md)
- [Tutorial: Halloween Treasure Hunt](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-halloween-treasure-hunt.md)
- [Handle the Situation of Failed Anchor Saving](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-halloween-treasure-hunt/handle-the-situation-of-failed-anchor-saving.md)
- [Tutorial: Sharing Anchors](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-sharing-anchors.md)
- [Setting Up Photon](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-sharing-anchors/setting-up-photon.md)
- [Cloud Storage: Firebase (optional)](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-sharing-anchors/cloud-storage-firebase-optional.md)
- [Cloud Storage: Aliyun OSS (optional)](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-sharing-anchors/cloud-storage-aliyun-oss-optional.md)
- [Implementing Cloud Save and Load](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-sharing-anchors/implementing-cloud-save-and-load.md)
- [Sharing Anchors with Photon](https://xreal.gitbook.io/nrsdk/v2.1.0/development/spatial-anchor/tutorial-sharing-anchors/sharing-anchors-with-photon.md)
- [Tools](https://xreal.gitbook.io/nrsdk/v2.1.0/development/tools.md)
- [Single Pass Stereo Rendering](https://xreal.gitbook.io/nrsdk/v2.1.0/development/tools/single-pass-stereo-rendering.md)
- [First Person View](https://xreal.gitbook.io/nrsdk/v2.1.0/development/tools/first-person-view.md)
- [Emulator](https://xreal.gitbook.io/nrsdk/v2.1.0/development/tools/testing-with-emulator.md)
- [XR Streaming](https://xreal.gitbook.io/nrsdk/v2.1.0/development/tools/cloudxr.md)
- [Miscellaneous](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous.md)
- [Access RGB Camera](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/recording.md)
- [NRSDK Coordinate Systems](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/nrsdk-coordinate-systems.md)
- [MRTK Integration](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/mrtk-integration.md): NRSDK 1.9.3 & MRTK 2.8.0 Integration with Sample Projects
- [Notification popup](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/notification-popup.md)
- [Reset Camera](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/reset-camera.md)
- [Render Metrics](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/render-metrics.md)
- [Render MonoMode](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/render-monomode.md)
- [Frequently Asked Questions](https://xreal.gitbook.io/nrsdk/v2.1.0/frequently-asked-questions.md)
- [Design Guide Overview](https://xreal.gitbook.io/nrsdk/v2.1.0/design-guide/design-guide-overview.md)
- [Displaying](https://xreal.gitbook.io/nrsdk/v2.1.0/design-guide/displaying.md)
- [Interacting](https://xreal.gitbook.io/nrsdk/v2.1.0/design-guide/interacting.md)
- [Controlling](https://xreal.gitbook.io/nrsdk/v2.1.0/design-guide/controlling.md)
- [Navigating](https://xreal.gitbook.io/nrsdk/v2.1.0/design-guide/navigating.md)

## v1.10.2

- [NRSDK Overview](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/core-features.md)
- [XREAL Devices](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/xreal-devices.md)
- [XREAL Glasses](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/xreal-devices/readme.md)
- [Controller](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/xreal-devices/controller.md)
- [Compatibility](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/xreal-devices/compatibility.md)
- [Getting Started with NRSDK](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/quickstart-for-android.md)
- [Sample Code](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/sample-code.md)
- [Tutorials](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/tutorials.md)
- [Release Note](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note.md)
- [NRSDK 1.10.2](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.10.2.md)
- [NRSDK 1.9.5](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.9.5.md)
- [NRSDK 1.9.3](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.9.3.md)
- [NRSDK 1.9.1](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.9.1.md)
- [NRSDK 1.8.0](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.8.0.md)
- [NRSDK 1.7.0](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.7.0.md)
- [NRSDK 1.6.0](https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/release-note/nrsdk-1.6.0.md)
- [Input and Camera](https://xreal.gitbook.io/nrsdk/v1.10.2/development/input-and-camera.md)
- [NRInput](https://xreal.gitbook.io/nrsdk/v1.10.2/development/input-and-camera/nrinput.md)
- [Interact with Unity UI (Tutorial)](https://xreal.gitbook.io/nrsdk/v1.10.2/development/input-and-camera/interact-with-unity-ui-tutorial.md)
- [Customize Controller UI](https://xreal.gitbook.io/nrsdk/v1.10.2/development/input-and-camera/customize-phone-controller.md)
- [NRCameraRig](https://xreal.gitbook.io/nrsdk/v1.10.2/development/input-and-camera/nrcamerarig.md)
- [Hand Tracking](https://xreal.gitbook.io/nrsdk/v1.10.2/development/hand-tracking.md)
- [Image Tracking](https://xreal.gitbook.io/nrsdk/v1.10.2/development/image-tracking.md)
- [Plane Detection (Tutorial)](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial.md)
- [Overview](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/overview.md)
- [Import the package](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/import-the-package.md)
- [Detect planes in the real world](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/detect-planes-in-the-real-world.md)
- [Perform a hit test against detected planes](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/perform-a-hit-test-against-detected-planes.md)
- [Add a car](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/add-a-car.md)
- [Add gems](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/add-gems.md)
- [Wrap up](https://xreal.gitbook.io/nrsdk/v1.10.2/development/plane-detection-tutorial/wrap-up.md)
- [Depth Mesh](https://xreal.gitbook.io/nrsdk/v1.10.2/development/depth-mesh.md)
- [Meshing Manager Overview](https://xreal.gitbook.io/nrsdk/v1.10.2/development/depth-mesh/meshing-manager-overview.md)
- [Use Meshes in the Editor](https://xreal.gitbook.io/nrsdk/v1.10.2/development/depth-mesh/use-meshes-in-the-editor.md)
- [Tutorial: Mesh Collision](https://xreal.gitbook.io/nrsdk/v1.10.2/development/depth-mesh/tutorial-mesh-collision.md)
- [Tools](https://xreal.gitbook.io/nrsdk/v1.10.2/development/tools.md)
- [First Person View](https://xreal.gitbook.io/nrsdk/v1.10.2/development/tools/first-person-view.md)
- [Emulator](https://xreal.gitbook.io/nrsdk/v1.10.2/development/tools/testing-with-emulator.md)
- [Notification popup](https://xreal.gitbook.io/nrsdk/v1.10.2/development/tools/notification-popup.md)
- [Reset Camera](https://xreal.gitbook.io/nrsdk/v1.10.2/development/tools/reset-camera.md)
- [MRTK Integration](https://xreal.gitbook.io/nrsdk/v1.10.2/development/mrtk-integration.md): NRSDK 1.9.3 & MRTK 2.8.0 Integration with Sample Projects
- [Access RGB Camera](https://xreal.gitbook.io/nrsdk/v1.10.2/advanced/recording.md)
- [NRSDK Coordinate Systems](https://xreal.gitbook.io/nrsdk/v1.10.2/advanced/nrsdk-coordinate-systems.md)
- [XR Streaming](https://xreal.gitbook.io/nrsdk/v1.10.2/cloudxr.md)
- [Frequently Asked Questions](https://xreal.gitbook.io/nrsdk/v1.10.2/frequently-asked-questions.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://xreal.gitbook.io/nrsdk/nrsdk-fundamentals/core-features.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.
