# Converting In-App Purchases

You can convert from Apple billing to Simple Booth billing at any time. This is required if you want to add multiple licenses to one account or subscribe to an Annual Pro or Select plan.

Converting ensures you are not double-billed by both platforms and centralizes your management in one dashboard.

***

#### Steps to Convert

1. Go to your [Subscription settings](https://www.simplebooth.com/billing/subscription) on the website and click Get Started under the conversion message.
2. **Cancel with Apple**: You must cancel your App Store subscription first. Visit [account.apple.com](https://account.apple.com/), sign in, and [cancel](https://support.apple.com/118428) the Simple Booth subscription.
3. **Wait for Sync**: Once the website registers the cancellation, the page will automatically advance to the next step.
4. **Enter Billing Info**: Enter your credit card details on the Simple Booth website.
5. Return to your [subscription settings](https://www.simplebooth.com/billing/subscription) to verify your plan is now managed by Simple Booth.

{% hint style="info" %}
Converting your billing does not result in an immediate charge. If you're making [subscription changes](/accounts-and-billing/billing/making-subscription-changes.md), you will be charged after confirming your new plan details.&#x20;

If you are not making any changes, you will be charged on your next scheduled renewal date.
{% endhint %}


---

# 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/accounts-and-billing/billing/making-subscription-changes/converting-in-app-purchases.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.
