# 3D to image (GenAI)

### Overview

AI Image Generation provides a way to create new images based on a combination of a 3D canvas, optional image references, and a text prompt. This feature can be used to produce enhanced renders, explore visual concepts, or generate stylistic variations derived from a 3D project.

<figure><img src="/files/aS25dXzejf8J7FgTBoYY" alt=""><figcaption></figcaption></figure>

AI Image Generation uses multiple inputs:<br>

* **3D canvas content** – a real-time reference of the current scene.
* **Optional reference images** – up to two additional images for style, material, or concept guidance.
* **Text prompt** – a description that directs the generation process.

A generated output can represent an improved render of a 3D scene or a completely new interpretation based on the provided references and prompt.

### Image References

The **Image References** section contains three available slots.

<div align="left"><figure><img src="/files/jJEq1PuwWMuo9R7wPhrb" alt="" width="245"><figcaption></figcaption></figure></div>

* **Canvas slot** - the first slot, **Canvas**, displays the 3D canvas content in real time. Any scene updates - such as object changes or camera adjustments - are immediately reflected in this slot.\
  The Canvas slot can be disabled if the 3D canvas should not be used as a reference.<br>
* **Optional image slots** - the second and third slots are optional and accept uploaded images. These slots are useful for providing additional visual context, such as specifying a visual style, defining material qualities, or referencing design elements that should appear in the generated output.

### Aspect Ratio settings

The generation settings include an option to choose an aspect ratio for the final output. An aspect ratio determines the shape of a generated image, allowing alignment with various formats such as square, widescreen, or social‑media‑optimized layouts.

<div align="left"><figure><img src="/files/KHoVLMDIYJae63D2KKbA" alt="" width="241"><figcaption></figcaption></figure></div>

### History

All generated outputs are automatically saved in the **History** tab, allowing convenient review and comparison of previous results.

<div align="left"><figure><img src="/files/D1EFYsWLTmyafWK9ISQP" alt="" width="243"><figcaption></figcaption></figure></div>

### Downloading

After a generation is completed, the resulting output appears on the canvas. A download button below the canvas provides a way to save the generated result as an image file on a computer.

<figure><img src="/files/n33zuuXaRFyayVqUAI77" alt=""><figcaption></figcaption></figure>

### &#x20;<img src="/files/AlFcyK8N8H3iwbBa1qgF" alt="" data-size="line">  Community

Join the [Discord community](https://discord.com/invite/kbfe4SxzMg) to access shared prompts, best practices, and examples of generated results contributed by other creators. We’d also love to see what you create, so feel free to share your own results in the dedicated channel <mark style="color:purple;">**`✨gen-ai`**</mark>:\
\
![](/files/vvixWuZwl4MOR9yqTY2Q)


---

# 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://help.vectary.com/documentation/other/3d-to-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.
