> 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/saving-and-exporting-files/saving-adjustments-in-a-catalog.md).

# Saving Adjustments in a Catalog

When working with your photos in Luminar Neo, there’s no need to save any of your adjustments. Your flags and edits are stored automatically in the Catalog database as you work.

#### How the Luminar Neo Catalog Saves Edits <a href="#h_01hvspvsav84twe1s1sac4gpam" id="h_01hvspvsav84twe1s1sac4gpam"></a>

When you work on an individual image, Luminar Neo saves all of your edits for that image in the Catalog as a **.state** file. Saving edits to every single image in its own .state file ensures that it won’t corrupt the entire database if one image has a problem. Your edits are automatically saved as you work.

#### Viewing and Navigating an Image’s Editing History <a href="#h_01hvspvsavap335hfshta19x89" id="h_01hvspvsavap335hfshta19x89"></a>

Luminar Neo saves the history of every edit you perform on an image. This allows unlimited undos and lets you step through your previous edits. To view the editing history for an image, just click on the **Edits** tab. Go to the Edit view and switch from Tools to Edits tab in the bottom right corner under the Export button. Even if you quit Luminar Neo and reopen your Catalog, your edits to each image will be preserved.

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

<br>


---

# 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/saving-and-exporting-files/saving-adjustments-in-a-catalog.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.
