# How to run the (Mixed Reality Toolkit)MRTK Hand Interaction examples in Unity Editor?

![MRTK hand interactions example scene. ](/files/-M7-wCH2Nr5ka7pZxwgT)

The **HandInteractionExamples.unity** example scene contains various types of interactions and UI controls that highlight articulated hand input.

To try the hand interaction scene, first open the **HandInteractionExamples** scene under Assets\MixedRealityToolkit.Examples\Demos\HandTracking\Scenes\HandInteractionExamples

This example scene uses TextMesh Pro. If you receive a prompt asking you to import **TMP Essentials**, select the **Import TMP Essentials** button. Some of the MRTK examples use TMP Essentials for improved text rendering. After you select **Import TMP Essentials**, Unity will then import the package.

![Importing TMP Essentials](/files/-M7-wZjkyw_FkDKF5oA7)

After Unity completes the import, close the TMP Importer window and reload the scene. You can reload the scene by double-clicking the scene in the Project window.

After the scene is reloaded, press the Play button.


---

# 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://www.xrdev.app/mixed-reality-docs/lessons/lesson-3/project/how-to-run-the-mrtk-hand-interaction-examples-in-unity-editor.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.
