> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/subscriptions/manage-an-app-store-subscription.md).

# Manage a Bundus subscription bought through the App Store

Manage or cancel a Bundus subscription through Apple when it was purchased from the App Store.

> **Important:** An App Store subscription cannot be changed from the Bundus web checkout. Apple manages the purchase and cancellation.

### Confirm where the subscription is managed

1. Open **Settings** from the left menu.
2. Open **Billing** under **Workspace**.
3. Look for **Managed through the App Store**.

![The Billing page identifying an active Business subscription as managed through the App Store](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-bf12199173884515c36143a7b40700709da62819%2F01-current-plan-and-usage.jpg?alt=media)

The page also shows the current plan and the usage allowance available to the workspace.

### Open the subscription on your iPhone

1. Open the iPhone **Settings** app.
2. Select your Apple ID.
3. Select **Subscriptions**.
4. Open the Bundus subscription.
5. Use the options provided by Apple to change or cancel the subscription.

### Check the result

Return to **Settings** → **Billing** in Bundus to review the subscription status after Apple processes the change.

### Related guides

* [Compare Bundus plans](/help/subscriptions/compare-bundus-plans.md)
* [View your plan and usage](/help/subscriptions/view-your-plan-and-usage.md)


---

# 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://bundus.gitbook.io/help/subscriptions/manage-an-app-store-subscription.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.
