> For the complete documentation index, see [llms.txt](https://docs.existent.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.existent.com/documentation/guides/customising-player-avatar/mappings/tracker-mappings.md).

# Tracker Mappings

The Tracker Mappings contains describes how the HMD and tracking devices are positioned relative to the avatar's skeletal mesh.

Open the tracker mappings asset and set the hand/body bone mappings.

<figure><img src="https://lh7-us.googleusercontent.com/rhx1r61VHloMz7hyi6th2QvR6DlSRud4AjtOJw2ahvzIyxoyX7nve9tLEHx8-rHSYVkNvRvtsK6txQponXwQJSIaKDZiSVC8N1ZJ4WA84aPJwEQYUU3ZrUb_909hUwxGsQZzGfBZGhM9hxWt5_EmFA" alt=""><figcaption></figcaption></figure>

Select the HMD mesh and position it in front of the skeletal mesh face. This will automatically set the HMD Offset property. If the HMD mesh is not visible, check inside the skeletal mesh head or switch to wireframe mode (ALT + 2).

<figure><img src="https://lh7-us.googleusercontent.com/7AkzuzuqOGtcaSoY6_gsuH8Sh02bqAksYIgVPuUhQGHY5_76UbGC6tMLwio900IvdFQCn9o-ysQ4ShhEt-W0szHRrOsF0W84aVEe9itH3Xi3IWofN20T0GiyaZoSIp1Jebezbye1TUDaYn6CWmSmCw" alt=""><figcaption></figcaption></figure>

Select the device mesh name which represents the trackers you are using. If the tracker meshes do not appear check inside the skeletal mesh or switch to wireframe mode (ALT + 2).

<figure><img src="https://lh7-us.googleusercontent.com/dNNrRnPhWsfB5XQ17uAOexsQYLwq_ETUE5paKPWLnsh6-aPbKJs61AfXViTxD5fB80dcyTbOxMdIVcpt1evB9mmj3_raJGbM1Ft7f7rCtQQDiHjhEXj91lyn5YN4i5CmKIuPQofLPtWAMsTkGuEbQQ" alt=""><figcaption></figcaption></figure>

Select one tracker mesh at the time and position them to be where the user would wear the real trackers.

<figure><img src="https://lh7-us.googleusercontent.com/g02nfNXKNVC57SF_ph0uMbsJCOFDo0mzQCQnYXlghMEcxWtMh6zLJ4FeOnS0PcanaldQqj3BvxEk_Uw_A9k22XJJwZqd_iorWxkDei6pGAYM5MI2OpVxgqkIGxjKAvR56oqgrASUR_dKQS3NkUIyaQ" alt=""><figcaption></figcaption></figure>

Pay particular attention to the roll of the trackers as this will affect the direction the hand/foot will be pointing.

<figure><img src="https://lh7-us.googleusercontent.com/5kSEvy31KtTTocbi6HvqYoBv0T9bAdg8zDsg99lat1VH3ldVvYIK4te7GuoWW1yYqyXG_S57YobwsLQdj6yczTmI0M-FkPR04WfEdPFL_7X84kt22fsE0sc7OBsM895C4rBhfXTjZ0WQME2EIggSDw" alt=""><figcaption></figcaption></figure>


---

# 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.existent.com/documentation/guides/customising-player-avatar/mappings/tracker-mappings.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.
