> 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/how-to-transfer-the-catalog-to-another-device.md).

# How to transfer the Catalog to another device?

Need to edit your photos in Luminar Neo on more than one machine? Here’s how to manage your workflow using an external hard drive (EHD).

### 📦 Step-by-Step: Move Your Catalog to a New Computer

1. **Locate Your Catalog on the First Device**\
   By default, your Luminar Neo Catalog is in your **Pictures** folder unless you saved it elsewhere during setup.
2. **Move the Catalog and Photos to an External Drive**\
   Copy:
   * The **entire Luminar Neo Catalog folder**
   * Your **original image files**\
     Make sure to keep the same folder structure when moving to your new device.
3. **Plug the EHD into the New Device**\
   Connect the external drive to your second device.
4. **Open Luminar Neo on the New Device**\
   Launch the app and go to:\
   **File > Catalog > Open**
5. **Navigate to the Transferred Catalog**\
   In the Luminar Neo Catalog folder on your EHD, select the **.luminarneo** file. This will open the transferred catalog and restore your edits.

{% hint style="warning" %}
**This method only works if both computers run the same operating system**. You must use it either between two Windows PCs (Win-to-Win) or two Macs (Mac-to-Mac). You cannot open a Mac catalog on Windows or vice-versa.<br>
{% endhint %}

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2753">❓</span>Q&#x26;A section</summary>

💡 **Can I automatically synchronize my Luminar Neo catalog, photos, and edits between two computers?**\
No, Luminar Neo doesn’t support automatic real-time syncing. Your catalog and edits are saved locally.

***

🔍 **How do I find my current Luminar Neo Catalog folder?**\
Open Luminar Neo on your main device and go to:\
**File > Catalog > Show in Explorer** (Windows) or\
**File > Catalog > Show in Finder** (macOS)

***

🔄 **How do I switch back to my first computer (or go between the two)?**\
Before switching back, copy the **updated catalog folder** and **any new photo files** from the second device back to the EHD. Then, follow the same transfer steps to reopen the catalog on your original machine.

</details>


---

# 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/how-to-transfer-the-catalog-to-another-device.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.
