# Making Subscription Changes

You can modify your software tier, change your billing interval, or add additional licenses at any time.&#x20;

The process for making these changes depends on whether you are billed directly by Simple Booth or through Apple (In-App Purchase).

***

### Identifying Your Billing Provider

To determine how your subscription is managed:

1. Sign in to your dashboard at [simplebooth.com](https://www.google.com/search?q=https://www.simplebooth.com).
2. Navigate to your Subscription settings.
3. Check the status message:
   * **"Managed by Apple"**: You will see a message indicating your subscription is handled by Apple. You must make changes within the HALO app or [convert your billing](/accounts-and-billing/billing/making-subscription-changes/converting-in-app-purchases.md) to Simple Booth.
   * **Active Subscription Details**: If you see your plan details, you are billed directly by Simple Booth and can make changes on the website.

***

### Modifying Your Subscription

{% tabs %}
{% tab title="Changing Apple Subscriptions (In-App)" %}

1. Open the HALO app and tap your **Avatar icon** in the top-left corner.
2. Tap **See Upgrade Options** underneath your plan name.
3. Select your new plan and tap **Subscribe** to confirm.

{% hint style="info" %}
You cannot add multiple licenses via the app. To manage more than one device, you must convert your billing to Simple Booth.
{% endhint %}
{% endtab %}

{% tab title="Changing Simple Booth Subscriptions (Website)" %}

1. Sign in to your online dashboard and go to [**Subscription**](https://www.simplebooth.com/billing/subscription) settings.
2. Click the **"..." (three dots)** button next to your active subscription.
3. Select **Change Plan** and adjust your quantity, tier, or interval as needed.
4. Click **Update** to confirm the changes.
   {% endtab %}
   {% endtabs %}

***

### Billing Impact of Changes <a href="#h_4f066b469f" id="h_4f066b469f"></a>

{% tabs %}
{% tab title="Adding or Removing Licenses" %}

* **Adding Licenses**: Your renewal date will reset to 7, 30, or 365 days from today (depending on your term). Any unused time on your existing license is automatically credited toward the new combined balance.
* **Removing Licenses**: Changes take effect at the start of your next billing cycle. You will retain access to the extra license until the current period ends.
  {% endtab %}

{% tab title="Upgrading or Downgrading Tiers" %}

* **Upgrading**: Takes effect immediately. You are charged the full price of the new tier, and your renewal date resets to today.
* **Downgrading**: Takes effect at the start of your next billing cycle. You will retain high-tier features until your current period expires.
  {% endtab %}

{% tab title="Changing Payment Intervals" %}

* **Moving to a Longer Term (e.g., Monthly to Annual)**: Any remaining time on your current month is credited toward the annual cost. Your new renewal date becomes one year from today.
* **Moving to a Shorter Term (e.g., Monthly to Weekly)**: We recommend waiting until the end of your current billing period to make this switch. The new rate will apply on your next scheduled renewal date.
  {% endtab %}
  {% endtabs %}

***

### Adding Temporary Licenses <a href="#h_55d369e0ed" id="h_55d369e0ed"></a>

If you need an extra license for a short duration (e.g., a one-week event) while maintaining a monthly or annual primary plan:

1. Create a second Simple Booth account using a different email.
2. Purchase the weekly license on that new account.
3. Immediately cancel the renewal so it does not charge again.
4. [Share the license](/accounts-and-billing/account-management/sharing-accounts/sharing-account-access.md) from the new account back to your main account.


---

# 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.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.
