> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/ai-revisions.md).

# AI Revisions

AI Revisions lets you refine a photo instantly with plain-language prompts inside the Adjust panel.

Tell Fotello what to change, stack edits on top of each other, and jump back to any earlier version whenever you want.

### Open AI Revisions

AI Revisions lives inside the **Adjust Panel** under **Personalize It to Match Your Style**.

### Revise a photo with AI

{% stepper %}
{% step %}

#### Open the Adjust panel

Open a photo in full screen.

Scroll to **Personalize It to Match Your Style** in the **Adjust Panel**.

AI is selected by default, using **Foton AI 10.0** — our newest, high-fidelity revision engine.
{% endstep %}

{% step %}

#### Enter your revision request

Type what you want to change in the chat box.

You can also pick from the suggested prompts to get started faster. Keep describing the changes you want until the image looks right.
{% endstep %}

{% step %}

#### Use tools to make your prompts more precise

**Provide the exact color code**

Click the first <img src="/files/U6YX9dkGlauY5CvbhbHI" alt="" data-size="line"> button in the bottom-left of the chat box or type `/` and select **Color Picker**.

Use the eyedropper to grab the exact HEX code for color changes.

**Refer other listing photos**

Click the middle <img src="/files/IiKb3cccc7iU15FEqT1x" alt="" data-size="line"> button in the bottom-left of the chat box or type `@` and select the listing photo you want to reference.

This helps Fotello keep the result consistent with the rest of the set.
{% endstep %}

{% step %}
**Add reference photos if needed**

Click the <img src="/files/anpBfy2OGLMaxD7qgY4d" alt="" data-size="line"> button in the bottom-left of the chat box to upload external reference images.

Reference photos help when you want a very specific look.
{% endstep %}

{% step %}
**Keep building on previous changes**

You can add more changes on top of earlier ones.

Fotello keeps compiling those requests into the next version of the photo.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Pro tip**

Start with one clear instruction.

Then add follow-up changes in the chat panel one at a time. That usually gives you more predictable results.
{% endhint %}

### Choose your revision method

Use the revision method selector in the bottom-right of the chat box to pick how your revision is handled:

* **Foton AI 10.0** – our newest, high-fidelity revision engine. Selected by default.
* **Foton AI 6.0** – our earlier, faster AI revision engine.
* **Human** – send the revision to our expert editors instead. See [Human Revisions](/photos/personalizing-photos/human-revisions.md).

You can switch methods any time before you send a request.

### Go back to an earlier version

Every revision appears in the chat panel.

If you want to compare results or restore an older version, click the version you want.

This is useful when a newer result doesn't look quite right and you want to return to a version you liked better.

{% hint style="warning" %}
Keep in mind that the AI might make mistakes. Carefully review your photos before delivery.
{% endhint %}

### Switch from AI to Human Revisions

If you want a manual edit instead, click **Back** in the top-left of the chat panel.

That takes you back to the **Adjust Panel**.

From there, open the revision method selector and choose **Human**.

For the full human workflow, see [Human Revisions](/photos/personalizing-photos/human-revisions.md).

For the full Adjust panel overview, see [Adjust Panel Overview](/photos/personalizing-photos/adjust-panel-overview.md).

### Pricing

You get **two free Foton AI 6.0 revisions** on every listing on the Ultimate plan. After that, Foton AI 6.0 revisions cost **$0.15 per message**.

**Foton AI 10.0** revisions also come with an included amount on every listing. Once you use them up, you can keep going with Pay as You Go — the price per revision is shown before you continue. See [Pay as you go](/billing/pay-as-you-go.md).


---

# 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://uni.fotello.co/photos/personalizing-photos/ai-revisions.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.
