> 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/account-management/account-management/billing.md).

# Billing

You can access your [**Billing information**](https://www.simplebooth.com/billing/subscription) through the **Account Management** section of your dashboard or by clicking your avatar icon in the top-right corner and selecting **Billing** from the dropdown menu.

{% hint style="info" %}
Learn more about payments, invoices, plan changes, and canceling in our dedicated **Billing section**.
{% endhint %}

<figure><img src="/files/XY0GhTypDrNa3CPUoKGA" alt="" width="375"><figcaption></figcaption></figure>

***

#### Subscription Methods

Simple Booth offers three ways to subscribe to a software plan. Where you subscribe determines how you manage your payments and renewals.

**In-App Purchase**

When you subscribe directly through the HALO app using your Apple ID, your plan information will be visible in your Simple Booth account, but you must manage the subscription (including cancellations or updates) through your [**Apple account settings**](https://account.apple.com/).

**Directly via Simple Booth**

When you subscribe through [our website](https://www.simplebooth.com/billing/subscription), our team has full insight into your billing history. This allows us to provide direct support for billing inquiries and refunds. We recommend subscribing with us directly whenever possible.

**Work with Sales**

If you make a purchase in our [online store](https://buy.simplebooth.com/) or work with our [sales team](mailto:halo@simplebooth.com), we will manually activate your software license. These licenses are not technically a subscription and will expire at the end of the term.&#x20;

***

#### Converting to Simple Booth Billing

If you currently have an In-App Purchase or a manual license, you can [convert to Simple Booth](broken://pages/ISD2ZhvIN4WwD4CDbcyx) billing directly from your account.

**Why convert?**

* **Multiple Licenses**: Direct billing is required if you need to add multiple licenses to a single account to activate multiple devices simultaneously.
* **Centralized Management**: Manage all aspects of your subscription and team access from one dashboard.
* **Move to automated billing**: If you have a manual license, convert to a subscription for automated renewals and more direct control over your account.

***


---

# 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/account-management/account-management/billing.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.
