# View Invoices

You can access your payment history and download invoices for your records at any time. The method for retrieving these documents depends on your billing provider.

***

#### Simple Booth Subscriptions (Website)

If you subscribe directly through our website, your full billing history is available in your online dashboard.

1. Log into your dashboard and click your **Avatar** icon in the top-right corner.
2. Select **Billing** from the dropdown menu.
3. Navigate to the [**Invoices**](https://www.simplebooth.com/billing/invoices) section to view your complete list of payments.
4. From here, you can click on any individual invoice to **View** or **Download** it as a PDF.

***

#### In-App Purchases (Apple)

If you signed up for your plan through the App Store, your financial transactions are managed by Apple rather than Simple Booth. [Find more details here](https://support.apple.com/118212).

To view your invoices:

{% tabs %}
{% tab title="On your iPad" %}

1. Open the **Settings** app on your iPhone or iPad.
2. Tap your Name, then tap **Media & Purchases**.
3. Tap **View Account** (you may be asked to sign in).
4. Tap **Purchase History** to see your list of receipts.
   {% endtab %}

{% tab title="From a Computer" %}

1. Sign in at [account.apple.com](https://account.apple.com/)
2. Navigate to your [subscriptions](https://account.apple.com/account/manage/section/subscriptions) tab
3. Select the HALO subscription, then cancel
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
Apple sends an optional receipt to the email address associated with your Apple ID for every transaction. Update emailed receipt settings at [account.apple.com](https://account.apple.com/).&#x20;
{% 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/view-invoices.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.
