# GLB/FBX animations for Convai

### Mixamo

Mixamo is a free online service that provides a vast library of character animations that can be used in various 3D projects. Mixamo accepts only the .fbx file format for uploading animations. If you have an character in the .glb format, you'll need to convert it to .fbx first before uploading it to Mixamo.

#### GLB

1. Open Blender and navigate to `File > Import > GlTF 2.0 (.glb/.gltf)`.
2. Locate and select the .glb file you want to convert, then click `Import GlTF 2.0`.
3. Once the .glb file has been imported, navigate to `File > Export > FBX (.fbx)`.

<div><figure><img src="/files/RUkJ95MU8EW9zBMWjjKu" alt=""><figcaption><p>Imported GLB character</p></figcaption></figure> <figure><img src="/files/ExenOZXslZ23dUhCCiCY" alt=""><figcaption><p>Export as FBX</p></figcaption></figure></div>

{% hint style="info" %}
Any animation that is compatible with the character works. It should be in glb. or fbx. format.
{% endhint %}


---

# 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/glb-fbx-animations-for-convai.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.
