> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/plugins-and-integrations/convai-unity-sdk/utilities.md).

# Utilities

Utilities are opt-in modules that enhance how AI characters look and move. They run entirely inside Unity — no data is sent to Convai, and they operate independently of the session lifecycle.

Unlike features, which extend character perception and reasoning by communicating with Convai, utilities focus on visual and behavioral presentation: gesture animation driven by emotion and dialogue state, eye tracking, and natural head movement. Both modules work with or without an active Convai session and can be added to any character that already has a `ConvaiCharacter` component.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Dialogue Animation</strong><br>Drive body and head gesture layers from dialogue state and detected emotion using pooled animation clips — no per-clip animator states required.</td><td><a href="/pages/e7963b2cdbdecc024efd724f61855cea3fab1ea9">/pages/e7963b2cdbdecc024efd724f61855cea3fab1ea9</a></td></tr><tr><td><strong>Gaze &#x26; Attention</strong><br>Add eye tracking, head rotation, saccades, blinks, and intelligent focus selection with a two-stage Attention → Gaze pipeline.</td><td><a href="/pages/64f87fbb4fb6aa685a57fa969e6b5253c7ee2246">/pages/64f87fbb4fb6aa685a57fa969e6b5253c7ee2246</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/convai-unity-sdk/utilities.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.
