> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/virtual-booth-setup/basic-setup/pair-a-gallery/copying-galleries.md).

# Copying Galleries

Duplicating a gallery allows you to carry over customizations from a previous event while still giving you a new gallery for a brand new event.&#x20;

**This is a good fit for:**

Users who prefer consistent settings across events, such as:&#x20;

* Color schemes
* Header images
* Ad configurations

***

#### How to Copy a Gallery

Galleries must be copied from your online dashboard; this action cannot be performed within the iPad app settings.

1. **Navigate to the** [**Gallery List**](https://app.simplebooth.com/galleries): View your list of existing galleries.
2. **Make the Copy**: Locate the gallery you want to copy, click the **Actions** dropdown menu on the top right-hand side, and select **Copy**.

The new gallery will appear in your list with "Copy" added to the title. We recommend renaming it immediately via the Actions menu to keep your events organized.

***

#### Pairing with a Preset

After copying a gallery, it is not automatically linked to any capture settings. To begin receiving photos from an event, you must pair it with a preset:

1. **Navigate to your** [**Presets page**](https://app.simplebooth.com/presets): Go to the Presets page in your dashboard.
2. **Select Your Preset**: Identify the preset you intend to use (or [create a new one](/virtual-booth-setup/basic-setup/create-a-preset.md)).
3. **Change Gallery**: Click the **Actions** dropdown menu for that preset and select **Change Gallery**.
4. **Link the New Gallery**: Choose your newly copied gallery from the list.
   * **Manage Existing Photos**: If the preset has already been used for an event, you will be prompted to decide whether to move existing pictures to the new gallery or leave them where they are.
5. **Save**: Confirm your changes to complete the pairing.


---

# 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://docs.simplebooth.com/virtual-booth-setup/basic-setup/pair-a-gallery/copying-galleries.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.
