> For the complete documentation index, see [llms.txt](https://support.skylum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.skylum.com/luminar/copy-and-paste-adjustments.md).

# Copy & Paste adjustments

With the **Copy & Paste adjustments** function, you can easily copy edits from one photo and apply them to another directly in Edit Mode or Catalog View, for consistent results across a series.

### Step-by-Step Instructions for Edit Mode

<figure><img src="/files/lWfDUGU9aqgAiM7Ph50p" alt="" width="375"><figcaption></figcaption></figure>

1. Open an image in **Edit Mode** and apply your desired adjustments.
2. Tap the **three-dot menu** (⋮) located in the top-right corner of the screen
3. Select **Copy Adjustments** from the dropdown list.
4. Select the destination photo: exit the current image and open the new photo you wish to apply the copied adjustments to.
5. Tap the **three-dot menu** (⋮) in the top-right corner again.
6. Select **Paste Adjustments**. Luminar will instantly apply the exact parameters from your previous photo.

### Step-by-Step Instructions for Catalog View

<figure><img src="/files/VV67rtqj0GaPVmAG6M0r" alt="" width="375"><figcaption></figcaption></figure>

1. Click & Hold an image in **Catalog view** until it gets selected, or click **Select** in the top right corner.
2. Tap the **Copy Edits** button located in the bottom menu bar.
3. Mark the images you wish to select for adjustments sync.
4. Tap the **Paste Edits** button located in the bottom menu bar.
5. A window will pop up with a warning about the inability to undo this action. Select **Apply** to continue.
6. Wait until Luminar processes the images, and it's all done! Now you can switch to the Edit Mode to continue editing and export the images.

{% hint style="warning" %}
When you paste adjustments onto a photo that has *already* been edited, **the previous edits will be erased.**
{% endhint %}

{% hint style="danger" %}
The **Crop** & **Erase** edits **cannot be copied.**
{% 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://support.skylum.com/luminar/copy-and-paste-adjustments.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.
