> For the complete documentation index, see [llms.txt](https://docs.marketingtool.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marketingtool.pro/billing/subscriptions.md).

# Subscriptions

How subscriptions work on each platform

## Plans

Three plans — **Starter** ($29/mo), **Pro** ($59/mo), and **Growth** ($99/mo) — plus annual billing at a steep discount and a **$3 = 100 generations** top-up. Full details: [Plans & credits](/getting-started/plans-and-credits.md).

## On the web

Manage your plan from the [dashboard](https://app.marketingtool.pro/dashboard) — upgrades apply immediately.

## On iOS

Subscriptions are **in-app purchases handled by Apple**. Manage or cancel in **Settings → your name → Subscriptions** on your device. Apple bills you directly.

## On Android

Subscriptions are handled by **Google Play**. Manage or cancel in **Play Store → Profile → Payments & subscriptions**.

## One plan everywhere

Whichever platform you subscribe on, your plan applies to your whole account — web and both apps.

Subscribed on mobile but the app doesn't show it? Make sure you're signed in with the same account you subscribed with, then see [Troubleshooting](/product/troubleshooting.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://docs.marketingtool.pro/billing/subscriptions.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.
