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

# Introduction

**1. Automatically generate lip sync animation**

* **Reduce production time:**  save at least 24 hours of manual work for every 1 minute of animation you create.
* **Achieve high quality with ease:** generate animations with outstanding lip sync quality.
* **Suits for multilingual projects:** it doesn't depend on language, so you can scale globally.

**2. Build interactive avatars and NPCs –** *<mark style="color:blue;">Coming Soon for UE and Unity</mark>*

* **Ready-to-use blueprints:** talk component for a quick and easy start.
* **Combine with LLMs:** generate intelligent responses, creating lifelike conversations.
* **Connect Pixel Streaming:** show your avatar directly to users' browsers.

#### Don't miss out!

* Watch tutorials and use cases on our [YouTube channel](https://www.youtube.com/@Easy-VFX).
* Join our community for support on [Discord](https://discord.gg/qgUDrteEdy).


---

# 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/introduction.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.
