# The Master Component: FaceSync Controller

The `FaceSyncController` is the "brain" of your character. It unifies all facial features into one clean custom Inspector.

#### Modules Breakdown:

* 🫦 LipSync (Speech): Set your `Target Mesh` (the SkinnedMeshRenderer with facial blendshapes) and assign a `VisemeMappingProfile`. You can set the mode to `Playback` (for Timeline/Scripts) or `LiveMicrophone`. Includes distance-based LOD culling to save performance.
* 👁️ Eyes & Blinking: Automatically finds your Blink and Look blendshapes. Adjust `Min/Max Blink Interval` and enable `Saccadic` and `Micro Jitter` for realistic eye darts.
* 💆 Head & Neck Motion: Assign the Head and Neck bones. The controller uses Perlin noise driven by voice energy to move the head naturally while speaking.

<figure><img src="https://3216663219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUhMXol1kUQNRCJY9E1tA%2Fuploads%2FNHZrRJQtQdsf1oTf3JgB%2Fimage.png?alt=media&#x26;token=b5765439-25cf-4088-bfd4-fe88eff1aad8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3216663219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUhMXol1kUQNRCJY9E1tA%2Fuploads%2F1qEuzhCYHC14AIHZ2bj0%2Fimage.png?alt=media&#x26;token=09cc4d66-0dc8-429f-a47c-41d5fa171e6e" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3216663219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUhMXol1kUQNRCJY9E1tA%2Fuploads%2FG6l1unpjRtyMSfnnsEPM%2Fimage.png?alt=media&#x26;token=be05cb7a-56af-40d9-ba57-1dbf6a7c3543" alt=""><figcaption></figcaption></figure>


---

# 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://frostember-studios.gitbook.io/face-sync/getting-started/editor.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.
