# Image

This option is used to add a 2D image to the 3D scene and gives additional choices to the user to be flexible about creating experiences. <br>

### Upload Image

&#x20;You can upload Images in .png and .jpeg formats from your device using the Upload Image option.<br>

### Generate Image

To generate an image using Text as input click on the Generate Image option.<br>

#### **Prompt**

&#x20;In the "Prompt" section, enter a detailed description of the image you want to generate. The more specific you are, the better the AI can translate your words into a visual.<br>

#### **Style**

Select the desired visual style for your image from the following options:

\
**Photography:** For realistic images that resemble photographs.

**Filmic:** Create images with a cinematic feel, like scenes from a movie.

**Painting:** Generate images in the style of traditional paintings.

**3D Render:** Produce three-dimensional computer-generated images.

**Cartoon:** Bring your vision to life in a cartoon style.

**Illustration:** Get creative with illustrated images.

#### **Aspect Ratio**

&#x20;Select an aspect ratio that best suits your needs:

* **Square (1:1):** Perfect for social media posts or profile pictures (1024 x 1024 pixels).
* **Portrait (2:3):** Ideal for portraits or images with a focus on height (768 x 1152 pixels).
* **Wide Screen (16:9):** Great for landscape scenes or panoramic views (1173 x 640 pixels).
* **Landscape (3:2):** Well-suited for showcasing vast landscapes or horizontal elements (1152 x 768 pixels).

Generate Image button will allow you to watch your vision come to life!

<br>

{% embed url="<https://youtu.be/QumHCTpiIFU?si=0EzyQNhqxTiIpS_e>" %}


---

# 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.avataar.ai/knowledge-center/creator/projects/image.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.
