# Adding characters to scene

{% hint style="info" %}
When preparing your .glb file, ensure that the model has morph targets for lip synchronization. Morph targets animate facial expressions and lip movements.
{% endhint %}

### Download preferred glb character.

{% content-ref url="/pages/DaIS8gEHESyGGK32y18b" %}
[GLB Characters for Convai](/api-docs/plugins-and-integrations/web-plugins/glb-characters-for-convai.md)
{% endcontent-ref %}

Once glb file is created. Drag and drop it to PlayCanvas Editor.<br>

<figure><img src="/files/kvzgOwVCdLzQLCUTPTl6" alt=""><figcaption><p>GLB charcter in PlayCanvas</p></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://docs.convai.com/api-docs/plugins-and-integrations/web-plugins/playcanvas-plugin/adding-characters-to-scene.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.
