> 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/backing-up-and-restoring-your-edits.md).

# Backing Up and Restoring Your Edits

Your Luminar Neo catalog contains all your edits. It's crucial to back it up regularly to prevent losing your work in case of issues. Note that this backs up **your editing data,** not your original photo files.

### :point\_right: How to Back Up Your Catalog&#x20;

1. Open Luminar Neo.
2. Go to the menu: **File > Catalog > Backup**.&#x20;
3. A dialog box will appear, prompting you to save the backup file.
4. Choose a Safe Location: select a folder different from where your main catalog is stored (another location on the internal drive or an external hard drive is recommended).
5. Save the Backup: Keep the suggested filename or rename it clearly (e.g., LNeo\_Catalog\_Backup\_YYYY-MM-DD). Click **Save**.

### :point\_right: How to Restore Your Catalog from a Backup

{% tabs %}
{% tab title="on Windows" %}

1. Start Luminar Neo.
2. Go to **File** > **Catalog** > **Open**.
3. Find the backup file you saved earlier.
4. Select the manually saved backup file.

{% @arcade/embed flowId="Fx7fvN5XjzPApN3GmPxK" url="<https://app.arcade.software/share/Fx7fvN5XjzPApN3GmPxK>" %}
{% endtab %}

{% tab title="on macOS" %}

1. Quit Luminar Neo completely.
2. **Press** **& Hold the&#x20;**<kbd>**Option**</kbd>**&#x20;(⌥) key** on your keyboard.
3. **While holding the&#x20;**<kbd>**Option**</kbd>**key**, click the Luminar Neo icon to launch it.
4. Keep holding Option until a "**Backups**" window pops up. You can then release the key.
5. In the window, select a backup dated before your issue started.
6. Click "**Restore from Backup**".
7. Luminar Neo will now load using that older version of your catalog.

{% @arcade/embed flowId="tiVVibT6h6BSw6AIabwc" url="<https://app.arcade.software/share/tiVVibT6h6BSw6AIabwc>" %}
{% endtab %}
{% endtabs %}


---

# 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/backing-up-and-restoring-your-edits.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.
