> For the complete documentation index, see [llms.txt](https://aivatar.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aivatar.gitbook.io/user-guide/usage/using-aivatar/configure-avatar.md).

# Generate AI Avatar

Here, you can create an avatar that speaks and moves to match the voice you have chosen.

The <mark style="color:blue;">`Video tab`</mark> displays the video settings area. Here, you can choose the avatar character that will appear in the video and adjust related settings.

The video tab screen comprises a <mark style="color:blue;">`Preview area`</mark> and a <mark style="color:blue;">`Avatar options`</mark> area. Review the features in each area and create your own avatar.

### **Learn more abour AI Avatar generating.**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Preview</strong></td><td>While working, you can use the preview screen to make any necessary changes.</td><td><a href="/pages/ofkAffhWsF4DrrPVsPCt">/pages/ofkAffhWsF4DrrPVsPCt</a></td><td><a href="/files/brZu1s2p3uTpI5t7kjwk">/files/brZu1s2p3uTpI5t7kjwk</a></td></tr><tr><td><strong>Avatar options</strong></td><td>Simply select an avatar and adjust your outfit and gestures as needed.</td><td><a href="/pages/2hR46HZFtzvaMPg9fvbt">/pages/2hR46HZFtzvaMPg9fvbt</a></td><td><a href="/files/AVQV1M8V2BYGFrz3tARd">/files/AVQV1M8V2BYGFrz3tARd</a></td></tr></tbody></table>


---

# 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://aivatar.gitbook.io/user-guide/usage/using-aivatar/configure-avatar.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.
