# Launching Your Booth

This article covers how to sign into the HALO app, navigate your settings, and launch your booth for an event. When you launch, the app will guide you through a [**Preflight Check**](/running-your-event/preparing-for-events/launching-your-booth/preflight-check.md) to confirm everything is ready before the booth starts.

***

{% stepper %}
{% step %}

#### Sign into the HALO app

Simple Booth offers multiple app versions. Your preset settings will only work with the HALO app, so make sure you’re using [**HALO**](https://apps.apple.com/us/app/simple-booth-halo/id1323267760), not Classic.

Sign in using your Simple Booth account credentials.
{% endstep %}

{% step %}

#### In-app Navigation

After signing in, you’ll land on your [**Preset List**](/copy-of-halo-app/basic-setup/create-a-preset.md).

At the top of the screen, you’ll also see tabs for:

* Galleries
* Offline Queue
* AI Effects

To run your booth at an event, you’ll launch a preset.
{% endstep %}

{% step %}

#### Ways to Launch your Booth

You can launch your preset in two ways, depending on whether you need to review settings first.

{% tabs %}
{% tab title="Quick Launch" %}
Swipe left on a preset in the Preset List, then tap the blue rocket icon.

This option:

* Is ideal when your settings are already configured and synced
* Takes you directly to the Preflight Check screen
  {% endtab %}

{% tab title="From Settings" %}
Tap a preset to open and review its in-app settings.

When you’re ready, tap the blue Launch button in the top-right corner.
{% endtab %}

{% tab title="Online Dashboard" %}
You can also launch a preset remotely from the [**Devices**](https://app.simplebooth.com/devices) page in your dashboard. All [required permissions](/running-your-event/preparing-for-events/prepare-your-ipad.md) must already be granted in the HALO app to launch remotely.
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

#### PreFlight Check

No matter how you launch, you’ll be taken to the [**PreFlight Check**](/running-your-event/preparing-for-events/launching-your-booth/preflight-check.md) screen. This step confirms required permissions and highlights anything that may need attention before the booth can start.
{% endstep %}

{% step %}

#### Select a Launch Mode

After completing the Preflight Check, you can launch your booth in Test Mode or Booth Mode.

{% tabs %}
{% tab title="Test Mode" %}
Test Mode is designed for setup and review before your event.

* A Return to Settings button appears in the top-left corner of the Tap to Start screen.
* A Launch button appears in the top-right corner, allowing you to switch directly to Booth Mode.
  {% endtab %}

{% tab title="Booth Mode" %}
Booth Mode is designed for live events.

* No buttons are available to return to settings.
* This works together with [Guided Access](/running-your-event/preparing-for-events/prepare-your-ipad.md#enable-guided-access) to prevent guests from exiting the app or accessing your settings during an event.&#x20;

If you need to go back to your preset settings after launching Booth Mode, follow the steps in the [Returning to Settings](/running-your-event/preparing-for-events/launching-your-booth/returning-to-settings.md) article.
{% endtab %}
{% endtabs %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.simplebooth.com/running-your-event/preparing-for-events/launching-your-booth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
