> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/creative-suite/image-tools/edit-image/chatgpt.md).

# ChatGPT

## What is ChatGPT Edit?

**ChatGPT** uses cutting-edge AI technology to interpret text prompts and generate accurate images based on the detailed instructions you provide. Unlike traditional models, **ChatGPT Image** excels at multi-element compositions, complex scene generation, and precise details, making it ideal for creating detailed narratives, character designs, and intricate scenes.

{% hint style="info" %}
**ChatGPT Image** is an advanced AI model by OpenAI, designed for generating complex scenes and detailed images from text prompts. Leverage its capabilities to create intricate visuals with ease.
{% endhint %}

## How to use?

{% stepper %}
{% step %}
**Select edit mode:** Start by selecting **Edit Mode** in **ImagineArt**.

<figure><img src="/files/8PbI2k7BhWQxATV2HeXI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select ChatGPT as your model:** Choose **ChatGPT** as your image editing model from the available options.

<figure><img src="/files/17b8u03O7f7McZjUJfBm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Upload Reference images (Upto 4):** Upload up to 4 **reference images** to guide the AI in making specific edits or modifications based on your input.

<figure><img src="/files/dUuz6usIY6wm3Y6kFDIL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Use prompts to ask for new angles or specific changes in the scene:** Write a prompt describing what you want to modify. Whether it’s new angles, scene adjustments, or adding/removing objects, Nano Banana interprets your description and adjusts the image accordingly.

<figure><img src="/files/0lpKwzBL35HcQfT4Jigb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click Create:** After refining your prompt, click **Generate** to see the AI-powered transformation of your image.

<figure><img src="/files/0YhEkolpv206CFSUJjgo" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.imagine.art/creative-suite/image-tools/edit-image/chatgpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
