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

# Batch Edit

Batch Edit lets you apply the same action to multiple photos at once.

Use it to upscale a full set, run one AI edit across several photos, or download and archive a group together.

### Turn on Batch Edit

Open any photo in a listing in the full-screen view, then click **Batch Edit** in the top bar.

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

### Select your photos

Once Batch Edit is on, a checkbox appears on each thumbnail in the film strip at the bottom.

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

Click the photos you want to include. The top bar shows how many photos are selected.

To go back to editing one photo at a time, click **Edit single**.

### Choose an enhancement style

At the top of the **Batch Edit** panel, pick a **Foton 10.0 style** to set the rendering style for every selected photo.

* **Signature** — Fotello's signature rendering style.
* **Natural** — a lighter, more true-to-life rendering style.

Fotello applies the style you choose to all the selected photos.

For more on when to use each style, see [Foton 10.0 Styles](/photos/personalizing-photos/foton-10.0-styles.md).

### Upscale selected photos

{% stepper %}
{% step %}

#### Open the Batch Edit panel

With your photos selected, open the **Batch Edit** panel.
{% endstep %}

{% step %}

#### Turn on Upscale

Under **Options**, turn on **Upscale with Topaz Gigapixel**.

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

Fotello reprocesses every selected photo at a higher resolution and gets them ready to download. Turn the toggle off to remove upscaling from the selected photos.
{% endstep %}
{% endstepper %}

For more on when to use it and pricing, see [Upscale](/photos/personalizing-photos/upscale.md).

### Grass Enhancement for selected photos

Under **Options** in the **Batch Edit** panel, turn on **Grass Enhancement** to green up dull or patchy lawns across your selection.

Use it on exterior photos shot during off-season, drought, or poor lawn conditions. Grass Enhancement is free for the first 30 days. Turn the toggle off to remove it from the selected photos.

For more, see [Options](/photos/personalizing-photos/options.md).

### AI edit selected photos

{% stepper %}
{% step %}

#### Describe the change

In the **Batch Edit** panel, find **Personalize It to Match Your Style** and type what you want to change.

You can pick a suggested prompt to get started, use **/** for tools, and **@** to reference other listing photos. Add reference images when you want a very specific look.
{% endstep %}

{% step %}

#### Apply to every selected photo

Send your request. Fotello applies the same edit to all the selected photos and lets you know how many are being edited.
{% endstep %}
{% endstepper %}

The same prompts, tools, and reference options work the same way as single-photo edits in [AI Revisions](/photos/personalizing-photos/ai-revisions.md).

#### Reset AI edits

To undo AI edits across your selection, click the reset icon next to **Personalize It to Match Your Style**, then confirm.

### Twilight selected photos

If Twilight is part of your plan, you can turn a whole set of daytime exteriors into twilight shots at once.

{% stepper %}
{% step %}

#### Open the Twilight tab

With your photos selected, click the **Twilight** icon in the sidebar's icon bar to switch to the **Twilight** tab.
{% endstep %}

{% step %}

#### Choose a sky style

Pick an included sky style, or upload your own. This works like a single-photo Twilight in [Twilight](/photos/twilight.md).
{% endstep %}

{% step %}

#### Create for every selected photo

Click **Create**. Fotello creates twilight variations for all the selected photos.

Click any variation to open that photo and keep fine-tuning it.
{% endstep %}
{% endstepper %}

### Download or archive a selection

While photos are selected, you can also:

* **Download** the selected photos together at the resolution you choose.
* **Archive all** of the selected photos in one step.

{% hint style="warning" %}
The AI might make mistakes. Review your photos carefully before delivery.
{% endhint %}


---

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