> 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/getting-started/quick-start.md).

# Quick start

Everything you need to know to hit the ground running

{% stepper %}
{% step %}

## Create your account

Press **Get Started** on [marketingtool.pro](https://marketingtool.pro/), or install the iOS/Android app. Sign in with an email one-time code or a supported provider — one account works everywhere. Details: [Create an account](/getting-started/create-an-account.md).
{% endstep %}

{% step %}

## Tell us about yourself

On first launch you pick how you'd describe yourself — content creator, social media specialist, digital marketer, sales professional, and more. Your dashboard recommendations adapt to your answer.
{% endstep %}

{% step %}

## Pick a tool

Open **Tools** — on the web at [app.marketingtool.pro](https://app.marketingtool.pro/dashboard), or the Tools tab in the app. Browse by category or search by name. Every tool is open on every plan; your plan only sets your monthly generations. Start at the [tools overview](/tools/tools-overview.md).
{% endstep %}

{% step %}

## Run it

Fill in the tool's inputs and press **Generate**. You get a complete, structured result page — not a chat snippet. On desktop, results render at full size with **Download All** for every asset.
{% endstep %}

{% step %}

## Keep momentum

* Watch your **live balance** — see [Plans & credits](/getting-started/plans-and-credits.md).
* Everything lands in **History**, so you can revisit and iterate from any device.
* Stuck? Ask [MarketBot](/marketbot/chat-with-marketbot.md), or explore the [web app's Command Centre](/web-app/dashboard.md).

{% hint style="info" %}
**Pro tip:** start with a Grader tool (like Google Ads Performance Grader or Website Grader) — it gives you an instant baseline and tells you where the wins are.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/getting-started/quick-start.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.
