> 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/billing/billing/subscriptions-and-licensing/transferring-licenses-between-devices.md).

# Transferring Licenses Between Devices

If you need to switch to a different iPad but do not need to run multiple booths simultaneously, you can easily move your license from one device to another.&#x20;

{% hint style="warning" %}
Be sure your app is fully up to date.&#x20;
{% endhint %}

***

#### Automatic Transfer

In most cases, transferring a license is seamless:

1. Open the HALO app on the new iPad and sign in.
2. Launch your event's preset.
3. When prompted, select the available license from your account.

In most circumstances, all you'll need to do in order to transfer your license is to sign in on your new iPad and launch your event.

{% hint style="warning" %}
Ensure the license you select is not currently being used by another iPad at an active event, as this will kick the original device out of Booth Mode.
{% endhint %}

***

#### Manually Unlinking a License

If you want to ensure a license is free before heading to an event site, you can manually disconnect it from a device via your dashboard.

You can also manually unlink your license from the current device and before activating it on a new device.

1. Visit your [**Licenses Page**](https://app.simplebooth.com/licenses)
2. Check the box next to the license you want to release.
3. Choose **Unlink Device** from the actions dropdown menu and click **Go**.
4. On the new iPad, simply log in and launch a preset. The available license will be assigned to that device automatically.


---

# 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/billing/billing/subscriptions-and-licensing/transferring-licenses-between-devices.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.
