> 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/copy/image/edit.md).

# Edit

## Guide your image editing through text prompts.&#x20;

The best image editing tool, powered by the the latest AI Models.

{% stepper %}
{% step %}
**Select Edit mode.**
{% endstep %}

{% step %}
**Add an image to be used as a reference.**
{% endstep %}

{% step %}
**Choose an image editing model.**
{% endstep %}

{% step %}
**Write the editing prompt.**&#x20;
{% endstep %}

{% step %}
**Choose aspect ratio and generation settings.**
{% endstep %}

{% step %}
**Click Generate.**&#x20;
{% endstep %}
{% endstepper %}

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

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

### Support

Edit is supported by the following models:

<table data-full-width="false"><thead><tr><th width="180.8597412109375">Models</th><th>Description</th></tr></thead><tbody><tr><td><strong>Flux Kontext Max</strong></td><td>A powerful AI model for generating highly detailed and contextually rich visual content, enhancing creativity with advanced scene understanding and cinematic elements.</td></tr><tr><td>ChatGPT</td><td>A conversational AI that excels at natural language processing, capable of answering questions, generating creative writing, and assisting with a wide variety of tasks.</td></tr><tr><td>Qwen Edit</td><td>An AI tool designed for intuitive image editing, enabling users to manipulate and refine visuals based on prompts, style transfers, and fine-tuned adjustments.</td></tr><tr><td>Runway Reference</td><td>Runway enables the maintenance of consistent characters, scenes, or styles across multiple creations. By providing reference images, users can guide the AI to extract specific characteristics, elements, or visual styles and seamlessly apply them to new generations.</td></tr><tr><td>Character Reference</td><td>Upload a photo, describe the character’s actions, and create a library of images featuring the same character in various situations.</td></tr></tbody></table>


---

# 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/copy/image/edit.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.
