> 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/mobile-apps/the-mobile-apps.md).

# The mobile apps

The full platform on iOS and Android — identical on both

The iOS and Android apps are **identical** — same tools, same interface, same results. Download from the App Store or Google Play (links at [marketingtool.pro](https://marketingtool.pro/)).

## Your first launch

1. **Onboarding** asks how you'd describe yourself — content creator, social media specialist, digital marketer, sales professional, and more. This personalizes your recommendations.
2. **Sign in** with your email (one-time code) or a supported provider — the same account as the web app.
3. You land on the **Dashboard**, ready to go.

## Finding your way around

| Tab / screen  | What it does                                                   |
| ------------- | -------------------------------------------------------------- |
| **Dashboard** | Recommendations, trending tools, and your live balance         |
| **Tools**     | The full 314-tool catalog — tap a tool to open its detail page |
| **Chat**      | MarketBot, your AI marketing assistant                         |
| **History**   | Every result you've generated, on any platform                 |
| **Profile**   | Account, subscription, notifications, and settings             |

## Running a tool on mobile

1. Open **Tools** and pick a tool (or take a recommendation from the Dashboard).
2. The **tool detail** screen shows what it does and what it needs — fill in the inputs.
3. Generate. The **result** screen shows your full output; it's also saved to History.

**Get Started**, **Help**, and **Tutorial** links in the apps open the matching web-app pages — and any result is waiting for you at full desktop size at [app.marketingtool.pro](https://app.marketingtool.pro/).

## Extras

* **Meme Generator** — a quick creative tool built into the apps.
* **Notifications** — opt in to hear when long jobs finish.
* **Subscriptions** — managed as in-app purchases; see [Subscriptions](/billing/subscriptions.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/mobile-apps/the-mobile-apps.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.
