> 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/running-your-event/monitor-booth-status.md).

# Monitor Booth Status

You can monitor your booth's health and performance in real-time using either the in-app Mission Control screen or the [devices page](https://app.simplebooth.com/devices) on your online dashboard.

***

### In-App Mission Control

Mission Control is a hidden dashboard available after you have launched your booth. It lets you check your connection status and make adjustments without exiting booth mode.

#### How to Access Mission Control

To keep the interface secure from guests, Mission Control is accessed via a specific touch gesture:

1. Ensure the app is resting on the **Tap to Start** screen.
2. Place two fingers side-by-side in the center of the screen.
3. Slowly **pinch out** (slide your fingers away from each other in opposite directions).

{% hint style="info" %}
This gesture is intentionally subtle to prevent participants from accidentally accessing your settings during an event. It may take a few tries to master the movement!
{% endhint %}

#### Mission Control Tools

Mission Control is divided into four tabs: **Status**, **Attract**, **Light**, and **Composition**. Use the tabs at the bottom of the screen to move between them.

**Status**

Check on your setup at a glance:

* **Basic info**: See which preset is active, which online gallery is receiving uploads, the Wi-Fi network in use, the iPad's name and available storage, and the license code authorizing the app.
* **Queue**: See whether any photos are still waiting to upload from the device.
* **Devices**: Manage connected capture hardware, such as a DSLR camera.

**Attract, Light, and Composition**

These three tabs hold the booth's on-site adjustments: start screen appearance, camera exposure and monitoring tools, and framing and layout controls. Learn more about each in [Camera & Screen Settings](/running-your-event/preparing-for-events/camera-and-screen-settings.md).

<figure><img src="https://877021714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh7r3HaEn7hCAufF9Bg7E%2Fuploads%2FGiDdObJ5EsXfnSUyz9Ox%2FBooth%20Status.png?alt=media&#x26;token=90d3e93a-1ed8-4e9e-817e-28850899075b" alt="Mission Control&#x27;s Status tab" width="563"><figcaption></figcaption></figure>

***

### Online Devices Page

If you are managing an event remotely, you can get a status overview of all your iPads from the [devices page](https://app.simplebooth.com/devices) in your dashboard.

The dashboard provides a live look at:

* **Connection Status**: See when the iPad was "Last Seen" online.
* **Event Details**: Which preset is running and the latest upload activity.
* **Hardware Health**: Monitor the iPad's battery percentage and available disk space.
* **Software**: Ensure the iPad is running the latest version of the HALO app.
* **Queue**: See if there are pending uploads stored on the device.

From this page, you can also rename your iPad or remotely launch a new preset, provided the device is currently online.


---

# 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/running-your-event/monitor-booth-status.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.
