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

# Archiving Presets

Presets can be archived either directly within the HALO app or via your online dashboard.

***

#### From the HALO app

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

{% hint style="info" %}
Presets cannot be unarchived from the app; you must use the online dashboard to restore them.
{% endhint %}

***

#### From the Online Dashboard

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

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

***

#### Archiving in bulk

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

**From the HALO App**

1. Open your **Preset List**.
2. Tap the **list icon** in the bottom-right corner to open the selector tool.
3. Tap each preset you want to archive.
4. Tap **Archive** at the bottom of the screen.

**From the Online Dashboard**

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

{% hint style="info" %}
You can also **unarchive** presets in bulk from the dashboard. Switch to the **Archived** tab, select the presets 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 [**Preset List**](https://app.simplebooth.com/galleries)**.**
2. By default, you’ll see **Active Presets**.
3. Click the **Archived** button in the top-right corner to view archived presets.

**Restore presets**

1. Open your [**Preset List**](https://app.simplebooth.com/galleries) and switch to the **Archived** tab.
2. Find the preset 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 preset, see [**Deleting Presets**](/account-management/event-settings-management/deleting-events/deleting-presets.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-presets.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.
