# Avatar

The ***Avatar*** serves as the visual embodiment of your AI chatbot, adding a unique and captivating element to its character and overall presence.

{% hint style="info" %}
Avatars can be in various formats including PNG, GIF, and JPEG. We recommend using a rectangle aspect ratio image that is 512x512 for best display results and more flexibility.
{% endhint %}

**Uploading an Avatar**: Alternatively, if you already have an avatar, you can upload it directly.

{% hint style="warning" %}
An avatar is mandatory. You won't be able to create a character without an avatar.
{% endhint %}

Choose or create an avatar that embodies your AI chatbot's personality and theme. A compelling avatar can significantly enrich the user's interaction with your chatbot.


---

# 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.hiwaifu.com/product-guides/creating-chatbots/chatbot-attributes/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.
