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

# EasyVFX Lip Sync

- [Introduction](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/introduction.md): EasyVFX Lip Sync is a revolutionary plugin that delivers high-quality, multilingual lip sync from audio and text.
- [Get started](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/introduction/get-started.md): Follow these steps to get started with EasyVFX Lip Sync in any engine we support.
- [Unreal Engine](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine.md): Automatically generate high-quality, language-independent lip-sync animations in your projects.
- [Pre-Requisites](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine/pre-requisites.md): Review the prerequisites for integrating EasyVFX Lip Sync with Blender.
- [Installation and settings](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine/installation-and-settings.md)
- [Quick Start](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine/quick-start.md)
- [Talk Component](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine/talk-component.md): Talk Component is the fastest and most convenient option to connect a plugin to generate Lip Sync animations in Runtime scripts.
- [Basic functionality](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine/basic-functionality.md)
- [Additional functionality](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/unreal-engine/additional-functionality.md)
- [Blender](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender.md): Automatically generate high-quality, language-independent lip-sync animations in your projects.
- [Pre-Requisites](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/pre-requisites.md): Review the prerequisites for integrating EasyVFX Lip Sync with Blender.
- [Downloads](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/downloads.md)
- [Setting Up](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up.md): Follow these instructions to setup the plugin into your project.
- [User token](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up/user-token.md)
- [Settings](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up/settings.md): Everything you need to know about TTS and STL panels.
- [TTS (text-to-speech)](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up/settings/tts-text-to-speech.md): Configure and generate the audio that will be used to create the animation in two ways:
- [STL (speech-to-lipsync)](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up/settings/stl-speech-to-lipsync.md): Configuring and Generating the Animation.
- [Changelog](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/changelog.md): SEO
- [Demo project](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/demo-project.md): SEO
- [ARKit Blendshapes](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/arkit-blendshapes.md): Below is the list of ARKit blendshapes supported by EasyVFX Lip Sync, which are essential for creating realistic and expressive facial animations.


---

# 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://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync.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.
