> 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/human-revisions.md).

# Human Revisions

Human Revisions sends your photo to a human editor when AI needs a more careful touch.

Every plan includes free, unlimited human revisions.

### This is how it works

{% stepper %}
{% step %}

#### Open Human Revisions

Open a photo in full screen.

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

Switch from **AI** to **Human**.
{% endstep %}

{% step %}

#### Describe the changes you want

Tell us exactly what you want changed in the photo.

Then send the request from the Human tab.

{% hint style="info" %}
The more specific your note, the better the result.
{% endhint %}
{% endstep %}

{% step %}

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

Use the **Color Picker** when a revision depends on an exact color.

Use **@** to reference another listing photo when you want the revision to match the rest of the set.

These tools reduce back-and-forth and make the request easier to execute.
{% endstep %}

{% step %}

#### Track the revision request

After you submit, the request stays open while our editors work on the photo.

If you want an instant edit instead, switch to [AI Revisions](/photos/personalizing-photos/ai-revisions.md).

Back in **My Listings**, the photo shows a revision-request tag in the top-right corner.
{% endstep %}

{% step %}

#### Review the finished edit

Our editors complete most requests within 4 to 6 hours.

When the edit is ready, the photo shows a revision success tag in **My Listings**.
{% endstep %}
{% endstepper %}

### Why feedback matters

Each human revision helps Fotello learn your preferences over time.

* Better edits
* Fewer revisions
* A product directly aligned to your feedback


---

# 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/human-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.
