> For the complete documentation index, see [llms.txt](https://animotive.gitbook.io/animotive-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://animotive.gitbook.io/animotive-documentation/frequently-asked-questions.md).

# Frequently Asked Questions

<details>

<summary>Why is Animotive not appearing in my headset?</summary>

If you haven't already, make sure to review our [Getting Setup ](/animotive-documentation/getting-setup.md)section. If a problem persists, follow the steps below:

1 - Restart your computer&#x20;

2 - Restart your headset&#x20;

3 - Enable Oculus Link&#x20;

4 - Open your scene in Animotive

</details>

<details>

<summary>My internet connection is dropping, what do I do?</summary>

Preferably use cabled internet.

If using a router, position yourself closer to it.

</details>

<details>

<summary>I’m struggling selecting menu items in VR, what do I do?</summary>

Try placing your hand closer to the menu.&#x20;

Try keeping your hand still when pressing the trigger to select an item.

</details>

<details>

<summary>Will this work on standalone Quest?</summary>

No, Animotive is a VR desktop application.

</details>

<details>

<summary>I’ve been in Animotive for a while and my eyes hurt, what do I do? </summary>

To reduce eye strain we recommend:&#x20;

-Taking 5-10 minute breaks every 20 minutes, and focusing on objects 10-15 feet away.

-Lowering the brightness of your headset in the Oculus menu.

-Increasing the refresh rate (90 fps).

</details>

<details>

<summary>How do I set up my Headset to use Animotive?</summary>

Make sure your headet is set up and turned on and calibrated following you manufacturers instructions. \
\
If using a Meta Quest, you will need to enable link mode by following the instructions below.&#x20;

<https://www.meta.com/help/quest/articles/headsets-and-accessories/oculus-link/set-up-link/>

</details>

<details>

<summary>How do I enable Quest Pro Face Tracking?</summary>

Using Animotive with Quest Pro Facial tracking requires having your Quest running in developer mode. To start, you’ll have to register as a developer with Meta.<br>

1\) Go to [developer.oculus.com/sign-up/](http://developer.oculus.com/sign-up/), read the instructions, then click the Sign Up button.\
Log into the Facebook, Meta, or Oculus account that you use with your headset.\
From there, create an organization, which you can name whatever you like.<br>

2\) Put your Quest Pro into developer mode.\
The easiest way is by going to the Quest app on your phone, tapping Menu, and then going to Devices.\
Select your Quest, then scroll to Headset Settings.\
Tap Developer Settings, then use the toggle to turn developer mode on.\
\
3\) On Your headset under settings/ movement tracking, make sure Eye tracking and Natural Facial Expressions are enabled.<br>

4\) Enable the following settings in the oculus desktop app. \
\
![image.png](https://mail.google.com/mail/u/0?ui=2\&ik=c158812405\&attid=0.1\&permmsgid=msg-a:r-686167994731004016\&th=18b1df64bcfdcd45\&view=fimg\&fur=ip\&sz=s0-l75-ft\&attbid=ANGjdJ8S8nrdXVqd3LsYx7PSRUlkTqqvelA-vZPA5dq4f4nItXp-8PcVsdxhEvgVN1l4G-41Bjx5eg-jZ9c9dSUksj9mpZpzoBa6pBgrjdmo6sleKJv2YjKF7xBHun4\&disp=emb\&realattid=ii_ln4swvof0)

5\)  Now in Animotive when embodying a character, under face tracking select Quest Pro.&#x20;

</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://animotive.gitbook.io/animotive-documentation/frequently-asked-questions.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.
