# Generate Image

With our latest text to 2D feature, you can seamlessly go from an idea to a 2D image that you like and transform it into 3D, all within the Kaedim platform.

On the Create page, describe the image you want to generate in the text box and click "*Generate Image."*

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

{% hint style="info" %}
Generating images do **not** cost any credits.
{% endhint %}

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

You will notice your image is generated without a background, this is so our software can easily convert the 2D image into a 3D object.

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

If you are not satisfied with the generated image, you can rewrite your prompt or click "Regenerate Image" to get another variation of your generated prompt.

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

{% hint style="info" %}
If you change your mind and want to upload images instead, simply delete your generated image using the trash icon.
{% endhint %}

Once you are happy with your generated image, you can then fill in the rest of the Generation Settings (Name, Max poly count, Height, and Generation Quality) and click "Generate."

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

If you'd like to save the image for a later generation instead, click the bookmark icon.

<figure><img src="/files/Q97hJdcLH8pt7QLXKr4i" alt="" width="375"><figcaption></figcaption></figure>

Your generated image will be saved in your Assets page. When you click on the image in the Assets page, you will be directed back to the Create page with the generated image as the input image.

{% hint style="info" %}
For this feature, we are using[ OpenAI’s DALLE](https://openai.com/dall-e-3).
{% endhint %}


---

# 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.kaedim3d.com/creating-assets/create-page/generate-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.
