> 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/making-subscription-changes/converting-in-app-purchases.md).

# 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](broken://pages/1DJ4aXbpGD68tGY8U7Q9), 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
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/making-subscription-changes/converting-in-app-purchases.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.
