# Quick Start

* download plugin and register your personal account to receive your token and set token in plugin settings. Details about [Setup](/metahuman-sdk/reference/metahumansdk-unreal-engine-plugin/setup.md).
* add talk component to your Metahuman (by default you don't need to change any settings)
* call appropriate method Talk (Talk\_Text, Talk\_Sound, Talk\_Chat)

<figure><img src="/files/KPrjvy0aMSFLTXn2gVA8" alt=""><figcaption></figcaption></figure>

You also can use our demo project for Unreal Engine 5.2 to get prepared levels.\
It ask you to rebuild plugins because it include plugins. To do it you need installed Visual Studio with recommended by Unreal developers parameters.\
\
[Unreal documentation link](https://docs.unrealengine.com/5.2/en-US/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine/)\
[Project download link](< https://drive.google.com/file/d/1VZ4wziAbMuIn4UINf6FwMp4QQgxOmmSk/view>)


---

# 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://docs.metahumansdk.io/metahuman-sdk/reference/metahumansdk-unreal-engine-plugin/quick-start.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.
