> 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/account-management/event-settings-management/archiving-events/archiving-galleries.md).

# Archiving Galleries

Archiving a gallery removes it from your active list and the app while preserving the photos and settings online.

***

#### From the HALO App

1. Go to the **Galleries** tab.
2. Tap the ( ... ) icon on the gallery card.
3. Select Archive and confirm.

***

#### From the Online Dashboard

* **From the** [**Gallery List**](https://app.simplebooth.com/galleries): Find the gallery, click the **Actions** dropdown, and select **Archive**.
* **From Gallery Settings**: Open the gallery settings and click the **Archive** button located under the "Connected Presets" list.

<figure><img src="/files/3W3r2fBuaoRvEsyciQ3N" alt="" width="563"><figcaption></figcaption></figure>

***

***

#### Archiving in bulk

You can archive several galleries at once from both the HALO app and the online dashboard.

**From the HALO App**

1. Go to the **Galleries** tab.
2. Tap the **list icon** in the bottom-right corner to open the selector tool.
3. Tap each gallery you want to archive.
4. Tap **Archive** at the bottom of the screen.

**From the Online Dashboard**

1. Open your [**Gallery List**](https://app.simplebooth.com/galleries).
2. Click the **checkbox** to the left of each gallery you want to archive.
3. Click **Archive** at the bottom of the screen.

{% hint style="info" %}
You can also **unarchive** galleries in bulk from the dashboard. Switch to the **Archived** tab, select the galleries you want to restore, and click **Unarchive** at the bottom of the screen.
{% endhint %}

***

### Accessing your archive

Your archive cannot be accessed in the app and must be opened from your account online.

1. Open your [**Gallery List**](https://app.simplebooth.com/galleries)**.**
2. By default, you’ll see **Active Galleries**.
3. Click the **Archived** button in the top-right corner to view archived galleries.

#### **Restore Galleries**

1. Open your [**Gallery List**](https://app.simplebooth.com/galleries) and switch to the **Archived** tab.
2. Find the gallery you want to restore.
3. Use the **Actions** dropdown on the right side of the page.
4. Select **Unarchive**.

***

{% hint style="info" %}
If you want to permanently remove a gallery, see [**Deleting Galleries**](/account-management/event-settings-management/deleting-events/deleting-galleries.md).
{% endhint %}


---

# 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/account-management/event-settings-management/archiving-events/archiving-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.
