> 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/onboarding-hub.md).

# Onboarding Hub

### Welcome to Simple Booth!&#x20;

This guide walks you through everything it takes to get your photo booth ready, from creating your account to running your event. Work through the five steps in order, or jump to whichever one you need.

{% hint style="info" %}
This guide covers **HALO**, our photo booth app for iPad. If you're using Virtual Booth, our browser-based booth that guests open from their own phones, see the [Virtual Booth guide](https://docs.simplebooth.com/virtual-booth-setup).
{% endhint %}

***

### The Five Steps

{% stepper %}
{% step %}

#### [**Set up your account**](/onboarding-guide/set-up-your-account.md)

Create your account and activate your software.
{% endstep %}

{% step %}

#### [**Get your iPad ready**](/onboarding-guide/get-your-ipad-ready.md)

Choose a compatible iPad and prepare it for guests
{% endstep %}

{% step %}

#### [**Set up your hardware**](/onboarding-guide/set-up-your-hardware.md)

Assemble your kit, or set up your own iPad stand and lighting.
{% endstep %}

{% step %}

#### [**Build your booth experience**](/onboarding-guide/build-your-booth-experience.md)

Create a preset, pair a gallery, and design your photos.
{% endstep %}

{% step %}

#### [**Run your event**](/onboarding-guide/run-your-event.md)

Do your final checks, launch the booth, and wrap up.
{% endstep %}
{% endstepper %}

***

### More Help

* Browse our [docs](https://docs.simplebooth.com/) for step-by-step guides and answers to common questions.
* Running into trouble at your event? The [Quick Troubleshooting Guide](https://docs.simplebooth.com/running-your-event/quick-troubleshooting-guide) covers the most common fixes.
* Still need a hand? [Reach out](mailto:support@simplebooth.com) to our team and we'll help you sort it out.


---

# 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/onboarding-hub.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.
