> For the complete documentation index, see [llms.txt](https://docs.guideflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guideflow.com/help/ai/ai-avatar.md).

# AI Avatar

Use an AI avatar to narrate any step in your Guideflow, no recording required. Simply choose an avatar, write your script, and generate the video instantly.

{% hint style="info" %}
Use an AI avatar as a consistent brand across all your marketing demos without recording a single video yourself.
{% endhint %}

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/yr4znvyblp>" %}

* Open your Guideflow in the editor and navigate to the step where you want to add a video bubble.
* Click the **Video Bubble** icon in the right panel.
* Select **AI Avatar**.
* Under **Choose Avatar**, select your preferred avatar from the dropdown.
* Enter your script in the **Speech text** field. The **Language** is automatically detected based on the text you enter.
* Select your preferred **Voice** from the dropdown.
* Click **Preview** to listen to the voice before generating.
* Click **Create Avatar Video** to generate your video.

#### Position

Select where the video bubble appears on the step. Choose from four positions: **bottom-left**, **bottom-center**, **bottom-right**, or **top-left**.

#### Size

Set the size of the video bubble. Choose from **S**, **M**, or **L** depending on how prominent you want it to appear on the step.

#### Autoplay

Toggle **Autoplay** on to have the video play automatically when a viewer reaches the step. Toggle it off if you prefer the viewer to play it manually.

{% hint style="info" %}
Once generated, the avatar video is tied to that specific step. To add an AI avatar to multiple steps, repeat the process on each step individually.
{% endhint %}

{% hint style="info" %}
A video bubble and voiceover cannot coexist on the same step. If you've already added a voiceover to this step, delete it first before adding a video bubble.
{% endhint %}


---

# 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:

```
GET https://docs.guideflow.com/help/ai/ai-avatar.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.
