> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-en/miscellaneous/faq.md).

# FAQ

{% hint style="info" %}
Join this [Discord Channel](https://discord.gg/zHE6kYgCpj) for updates, trouble shootings and etc.&#x20;
{% endhint %}

### Trouble Shooting

<details>

<summary>The device won’t connect. I’m stuck at the setup stage.</summary>

Did you check the green light from your device?&#x20;

If not,&#x20;

* Unplug and replug the power cable.&#x20;
* Wait until the green indicator light stays steady. (around 1 min)

Did you check the green light?&#x20;

* Then try again, the issue should be resolved. :)&#x20;
* If not, please let us know through [Discord channel](https://discord.gg/zHE6kYgCpj).&#x20;

</details>

<details>

<summary>I have some troubles with my device. </summary>

Don't worry. Could you just turn off your app and replug the power cable on your device?&#x20;

* Unplug and replug the power cable.&#x20;
* Wait until the green indicator light stays steady.&#x20;
* Then try again, the issue should be resolved. :)&#x20;
* If not, please let us know through Discord channel.&#x20;

</details>

### Device

<details>

<summary>Does the height matter when setting up MOVIN TRACIN?</summary>

YESSSS! The height is really important for the motion quality. We strongly recommend using a tripod, as MOVIN TRACIN needs to stay completely stable once it's set up.

<mark style="color:red;">**Tripod and mount are not included with the product.**</mark>

1. Tripod : The setting height(85cm from the ground) is really important for the motion quality. We highly recommend to use [SLIK PRO AL-323](https://slik.com/products/pro-al-323/).&#x20;
2. Tripod Mount : This one [iFootage Seastar Q1S Quick Release System](https://www.ifootagegear.com/products/seastars-q1s-quick-release?srsltid=AfmBOoqE2Sg97cH3lxAf9PeM_cH-3U3Mfunb9f389VN-4cZq7AQeRRye) is good.&#x20;

</details>

<details>

<summary>How can i turn on and off? </summary>

There's no turn on/off button. Just take off the power cable. That's it.&#x20;

</details>

<details>

<summary>Is it okay to leave the device on all the time?</summary>

Yes, absolutely! In fact, we recomment it. This way, you won't have to set it up again.&#x20;

</details>

<details>

<summary>The green light on my device is blinking.</summary>

Don't worry. Could you just turn off your app and replug the power cable on your device?&#x20;

* Unplug and replug the power cable.&#x20;
* Wait until the green indicator light stays steady.&#x20;
* Then try again, the issue should be resolved. :)&#x20;
* If not, please let us know through Discord channel.&#x20;

</details>

<details>

<summary> The green light won't turn on at all. </summary>

Oh, in that case, please let us know through [Discord Channel](https://discord.gg/zHE6kYgCpj).&#x20;

</details>

### Import Character

<details>

<summary>My custom character didn't import correctly. </summary>

Please check the [Import Custom Character](/movin-tracin-en/movin-studio-usage-guide/import-custom-character.md) page.&#x20;

We provide sample files to help you align your character’s joint hierarchy and bone names with our import standards.

</details>

### Hand Gloves Integration - Rokoko, MANUS

<details>

<summary>Rokoko // My Rokoko gloves didn't integrate. </summary>

Please check the [Integrate with 3rd Party Gloves](/movin-tracin-en/movin-studio-usage-guide/hands-setting/integrate-with-3rd-party-gloves.md) page.&#x20;

Try checking these first :&#x20;

* [ ] Did you do Check for the Unity Activate button from Rokoko Studio app?&#x20;
* [ ] Did you create an actor named ‘MOVIN’ and drag & drop the connected gloves onto it?

</details>


---

# 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://help.movin3d.com/movin-tracin-en/miscellaneous/faq.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.
