> 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-quality-control.md).

# AI Quality Control

AI scans your listing for cross-photo consistency and editing issues; pick what to fix and we'll send those photos to our editors.

Use AI Quality Control to review your edited photos as a complete set. Fotello groups findings by room or area, so you can spot inconsistent edits across similar photos.

### Scan a listing

1. Open the listing and select the **Photos** tab.
2. Click **Make my photos better**.
3. Review the issues grouped by room or area.
4. Select the suggestions you want fixed.
5. Submit the selected photos for revision.

Fotello sends each selected photo to a human editor. The revision request is tagged **AI Quality Control** in the revision queue.

### What AI Quality Control checks

AI Quality Control identifies cross-photo consistency and editing issues that Fotello's editors can fix. This helps you review a full listing before delivery, rather than inspecting each photo alone.

Review every suggested fix before submitting it. You choose which photos go to the editors.

### Plan access

AI Quality Control is included with the **Partner photo editing plan**.

There is no separate per-use charge in Fotello. The feature is bundled with Partner.

Photographers on Free, Essential, Ultimate, or other non-Partner accounts can run a scan and review its suggestions. Submitting fixes opens the Partner upgrade flow to book a call.

{% hint style="info" %}
AI Quality Control sends selected fixes as human revision requests. Look for the **AI Quality Control** tag in the revision queue.
{% endhint %}

For individual photo revisions, see [Human Revisions](/photos/personalizing-photos/human-revisions.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-quality-control.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.
