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

# How to use AiVATAR

Congratulations on registering for AiVATAR! &#x20;

This guide will demonstrate how to use AiVATAR in a simple and straightforward manner.

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4d4">📔</span> <strong>Dashboard</strong></td><td>Guide you through the names and functions of the buttons in your dashboard.</td><td><a href="/files/0fBXlM7L7X8blJEZsEPD">/files/0fBXlM7L7X8blJEZsEPD</a></td><td><a href="/pages/FdfohWqK1B93ElQJMVoB">/pages/FdfohWqK1B93ElQJMVoB</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2328">⌨️</span> <strong>Input text</strong></td><td>Guide you in entering text into the text box to create an audio.</td><td><a href="/files/C9y9j3UVbmNQwBGZrJFZ">/files/C9y9j3UVbmNQwBGZrJFZ</a></td><td><a href="/pages/McVDxZXoj3IN9lQ2pKs7">/pages/McVDxZXoj3IN9lQ2pKs7</a></td></tr><tr><td>🗣️ <strong>Generate audio</strong></td><td>You can select the voice and detail options to read the text.</td><td><a href="/files/oHzJRO7WV5xrIRGOgb9p">/files/oHzJRO7WV5xrIRGOgb9p</a></td><td><a href="/pages/ZZkRkXnBfI4jLRqkIVrp">/pages/ZZkRkXnBfI4jLRqkIVrp</a></td></tr><tr><td>📹 <strong>Generate AI avatar</strong></td><td>You can select preferred avatar and outfit that matches your background color.</td><td><a href="/files/SYneTmxVUPQtivPyfPsr">/files/SYneTmxVUPQtivPyfPsr</a></td><td><a href="/pages/vlohPIpNrVoeYuSQZr9k">/pages/vlohPIpNrVoeYuSQZr9k</a></td></tr><tr><td>💾 <strong>Save</strong></td><td>Save the video while a task is generating.</td><td><a href="/files/jzrFXbwAesPi6o5WAJV3">/files/jzrFXbwAesPi6o5WAJV3</a></td><td><a href="/pages/Jc7ocLWNpltnBH66asVt">/pages/Jc7ocLWNpltnBH66asVt</a></td></tr><tr><td>📤<strong>Export</strong></td><td>Export the completed voice and video.</td><td><a href="/files/kbMwrNyoCAqTZcGo8x0M">/files/kbMwrNyoCAqTZcGo8x0M</a></td><td><a href="/pages/sMNvIobbT5RMrrzKmzSi">/pages/sMNvIobbT5RMrrzKmzSi</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.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.
