> 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-use-luminar-neo/catalog/catalog-files/multiple-catalogs.md).

# Multiple Catalogs

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

Luminar Neo creates a default Catalog when you first launch the application. You can use this one Catalog for all your photos or easily create new Catalogs. Luminar Neo Catalogs can be located anywhere on your hard drive. By default, Luminar Neo creates a Catalog in your Pictures folder. A Catalog contains a database of your images and their locations, thumbnails of these images, and a history of all adjustments applied to your images.

### Creating a Catalog <a href="#h_01ht280q9jx1axnb68nfvcf7aj" id="h_01ht280q9jx1axnb68nfvcf7aj"></a>

To create a new **Catalog:**

1. Choose **File > Catalog > New**. A dialog box will open, asking you to name your new **Catalog** and choose where you want to store it.
2. Enter a Catalog name and choose a location. Many users choose their **Pictures** folder, but any drive and any location will work.
3. When you save the new Catalog, your current Catalog will close, and your new Catalog will open.

You can now add images as desired.

### Switching Catalogs <a href="#h_01ht280q9jjfnkj1cb1rwjty5b" id="h_01ht280q9jjfnkj1cb1rwjty5b"></a>

If you’re working with multiple Catalogs, you can quickly switch between them:

1. To open a previously created Catalog, choose **File > Catalog > Open**.
2. In the Finder (macOS) or File Explorer (Windows) window, navigate to the Catalog you want to work with. It will appear as a folder.
3. Select your Catalog and click **Open**.
4. Your current Catalog will be closed, and the selected Catalog will be opened.


---

# 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-use-luminar-neo/catalog/catalog-files/multiple-catalogs.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.
