> 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/embodiment/emotion.md).

# Emotion

Find guides for a Convai character's facial expression and mood, from first setup through the scripting API and troubleshooting.

Emotion drives a Convai character's facial expression and its longer-lived resting mood. Part of its input arrives with Convai's response; the rest is yours to configure and script. This section covers everything from a first working setup to mood control, taxonomy authoring, and the complete scripting API.

<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>How the emotion system works</strong><br>Understand the pipeline, where its input comes from, and how expression reaches the face.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/how-the-emotion-system-works.md">How the emotion system works</a></td></tr><tr><td><strong>Emotion quick start</strong><br>Attach the Emotion Controller, run setup, and see your character react emotionally to conversation.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/quick-start.md">Emotion quick start</a></td></tr><tr><td><strong>Moods</strong><br>Set and clear a character's resting mood from code, and see how a mood differs from a momentary emotion.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/moods.md">Moods</a></td></tr><tr><td><strong>Emotion profile</strong><br>Configure smoothing, blending, micro-expression life, and mood in one portable asset.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/emotion-profile.md">Emotion profile</a></td></tr><tr><td><strong>Emotion output bindings</strong><br>Learn how composed emotion scores reach the character's face and shader properties.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/output-bindings.md">Emotion output bindings</a></td></tr><tr><td><strong>Emotion taxonomy</strong><br>Understand the built-in Plutchik vocabulary and how to author a custom one.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/emotion-taxonomy.md">Emotion taxonomy</a></td></tr><tr><td><strong>Emotion scripting API</strong><br>Read live emotion state, control mood, and react to emotion events from code.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/scripting-api.md">Emotion scripting API</a></td></tr><tr><td><strong>Emotion editor windows</strong><br>Use the Emotion editor window's four tabs and the Emotion Timeline recorder.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/emotion-editor.md">Emotion editor windows</a></td></tr><tr><td><strong>Emotion examples</strong><br>Complete scenarios covering triggers, locked expressions, and mood-driven behavior.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/usage-examples.md">Emotion examples</a></td></tr><tr><td><strong>Troubleshoot emotion</strong><br>Step-by-step fixes for expressions that will not move and other common problems.</td><td><a href="/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/troubleshooting-and-diagnostics.md">Troubleshoot emotion</a></td></tr></tbody></table>

### Next steps

Start with [Emotion quick start](/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/quick-start.md) to get expressions running on your first character. Then read [How the emotion system works](/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion/how-the-emotion-system-works.md) to understand the pipeline and where its input comes from before moving into mood control and reference pages.


---

# 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.convai.com/api-docs/plugins-and-integrations/convai-unity-sdk/embodiment/emotion.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.
