> 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/onboarding-guide/get-your-ipad-ready.md).

# Get Your iPad Ready

HALO runs on an iPad, so a compatible, well-prepared iPad is the heart of your booth. This step covers choosing the right one and getting it ready for guests.

***

{% stepper %}
{% step %}

#### Choose a compatible iPad

**The HALO app requires an iPad running iPadOS 26.1 or later.**

{% hint style="info" %}
**For use with Simple Booth HALO:** Not every iPad works with our HALO equipment. Check for [compatible iPads](https://docs.simplebooth.com/hardware-and-gear/compatible-ipads/ipad-recommendations) before you buy.
{% endhint %}
{% endstep %}

{% step %}

#### Sign into an Apple account

Sign in to the iPad with an Apple Account. This lets you download HALO from the App Store and keep it updated.

{% hint style="info" %}
**Tip:** If your photo booth is being used by a team, create a dedicated Apple Account they can access. Share its password with the team.
{% endhint %}
{% endstep %}

{% step %}

#### Prepare the iPad for guests

Before your first event, prepare the iPad so guests can use the booth without interruption. Our guide to [preparing your iPad](https://docs.simplebooth.com/running-your-event/preparing-for-events/prepare-your-ipad) walks you through all necessary setup steps.&#x20;

{% hint style="warning" %}
Set up and test Guided Access before event day. It's the setting that keeps guests from accidentally, or intentionally, leaving your booth mid-event.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/onboarding-guide/get-your-ipad-ready.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.
