# FAQ

<details>

<summary>Can I check the avatar's mouth shape in the video preview area?</summary>

Unfortunately, you can't currently see the shape of your avatar's mouth in the video preview area, as it's created after you've finished editing your video and exported it.

</details>

<details>

<summary>Can two files with different names be exported from one project?</summary>

The name of the project and the name of the export file are irrelevant. Please specify the name of the audio or video file when exporting it.

</details>


---

# 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://aivatar.gitbook.io/user-guide/help/faq.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.
