# Sprite Motion Adapters

{% hint style="info" %}
Theoretically, Motion Adapters will allow you to take various motion data and freely connect them to different types of Controllers. But, we are still working through all animation possibilities with MYTY Kit v1.0. Changing the Motion Adapter prefabs provided in MYTY Kit may lead to **compatibility issues**.

If MYTY Kit doesn’t have an appropriate Motion Adapter for the animation that you’d like to make, [**please contact MYTY Team**](https://discord.com/invite/myty) through the Community channel or email.
{% endhint %}

## Eye

{% content-ref url="/pages/xMTsNK0zLOWCVuuJ6gRh" %}
[EyeBlink & EyeBlinkAll](/products/kit/make-animation/9.-apply-motion-tracking/sprite-motion-adapters/eyeblink-and-eyeblinkall.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZHSNBOJpsu2ewfKfbduF" %}
[EyeBrow & EyeBrowAll](/products/kit/make-animation/9.-apply-motion-tracking/sprite-motion-adapters/eyebrow-and-eyebrowall.md)
{% endcontent-ref %}

## Mouth

{% content-ref url="/pages/0sp24RmK4RDc38UP1Zrs" %}
[MouthSprite](/products/kit/make-animation/9.-apply-motion-tracking/sprite-motion-adapters/mouthsprite.md)
{% endcontent-ref %}


---

# 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://myty.gitbook.io/products/kit/make-animation/9.-apply-motion-tracking/sprite-motion-adapters.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.
