> 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.md).

# Archiving Events

To keep your account organized and ensure the HALO app performs optimally, we recommend archiving events you are no longer actively using.

Archiving events reduces the amount of data your app needs to sync, leading to faster performance and less confusion for your team on-site.

{% hint style="info" %}

## Presets & Galleries Archive Together

A preset and its paired gallery are archived as a set. Because of this, it doesn't matter whether you start from the preset or the gallery — archiving either one archives the whole set.

* Archiving a **preset** also archives the gallery it's paired with.
* Archiving a **gallery** also archives every preset connected to it.
  {% endhint %}

***

### Archiving vs. Deleting

* **Archiving**: Hides the event from your active event list and the HALO app. This is reversible and keeps your data safe.
* **Deleting**: Permanently removes the event and its data. This cannot be undone.

If you want to permanently remove an event, see [**Deleting Presets**](/account-management/event-settings-management/deleting-events/deleting-presets.md) or [**Deleting Galleries**](/account-management/event-settings-management/deleting-events/deleting-galleries.md).

***

### How to Archive

You can archive from the HALO app or your online dashboard, starting from either a preset or a gallery.

{% columns %}
{% column %}

#### In the HALO App

**From a preset**

* **Preset List**: Swipe left on a preset and tap the **Archive** icon (file box).
* **Preset Settings**: Open the preset and tap the **Archive** button near the top of the screen.

**From a gallery**

* Go to the **Galleries** tab, tap the **( ... )** icon on the gallery card, select **Archive**, and confirm.
  {% endcolumn %}

{% column %}

#### Online Dashboard

**From a preset**

* [**Preset List**](https://app.simplebooth.com/galleries): Click the **Actions** dropdown and select **Archive**.
* **Preset Settings**: Open the preset, click the **Actions** dropdown in the top-right, and select **Archive**.

**From a gallery**

* &#x20;[**Gallery List**](https://app.simplebooth.com/galleries): Click the **Actions** dropdown and select **Archive**.
* **Gallery Settings**: Click the **Archive** button under the "Connected Presets" list.
  {% endcolumn %}
  {% endcolumns %}

{% hint style="info" %}
You can't access your archive from the app, so archived items can only be restored from your online dashboard.
{% endhint %}

***

### Archiving in Bulk

You can archive several presets or galleries at once. As with single items, each one archives together with its paired set.

{% columns %}
{% column %}

#### **In the HALO App**

1. Open your **Preset List** or **Galleries** tab.
2. Tap the **list icon** in the bottom-right corner to open the selector tool.
3. Tap each item you want to archive.
4. Tap **Archive** at the bottom of the screen.
   {% endcolumn %}

{% column %}

#### **Online Dashboard**

1. Open your [**Preset List**](https://app.simplebooth.com/galleries) or [**Gallery List**](https://app.simplebooth.com/galleries)**.**
2. Click the **checkbox** to the left of each item you want to archive.
3. Click **Archive** at the bottom of the screen.
   {% endcolumn %}
   {% endcolumns %}

***

## Accessing your Archive

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

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

### Restoring from the archive

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

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

***

{% hint style="success" %}

## Plan Availability

:white\_check\_mark: All Plans
{% 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.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.
