> 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/web-app/dashboard.md).

# Dashboard

Your home base at [app.marketingtool.pro](https://app.marketingtool.pro/)

Sign in at [app.marketingtool.pro/dashboard](https://app.marketingtool.pro/dashboard) — the dashboard is your home base on the web.

## What's on the dashboard

* **Overview** — your key numbers and recent activity at a glance
* **Personalized recommendations** based on your profile and usage
* **Your live generation balance** — always visible
* **Quick links** to your most-used tools

## The main navigation

| Page               | What it does                                                                |
| ------------------ | --------------------------------------------------------------------------- |
| **Dashboard**      | Overview of your account and activity                                       |
| **Tools**          | The full 314-tool catalog, searchable and grouped by category               |
| **Platforms**      | Dedicated workspaces per channel (Google Ads, Meta, Instagram, …)           |
| **Analytics**      | Performance data and KPI tracking                                           |
| **Campaigns**      | Campaign management across channels                                         |
| **Reports**        | Generated reports, ready to share                                           |
| **Ad Library**     | Your generated ads in one place                                             |
| **Meta Audit**     | A focused audit workspace for Meta accounts                                 |
| **Command Centre** | Power view for everything running in your account                           |
| **Chat**           | MarketBot — with quick actions for automation, email creation, and insights |
| **Settings**       | Profile, preferences, and billing                                           |

Results in the web app are full-size HTML report pages designed for desktop, with **Download All** for every generated asset.


---

# 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/web-app/dashboard.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.
