> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/the-hub/intro-to-the-hub.md).

# Intro to the Mobly Hub

The Hub is Mobly's web app — where your team manages leads after capture, runs and reviews events, and reads the data you've collected. It's a separate surface from the [Mobly App](/help-center/the-mobly-app/the-mobly-app.md) (the iOS/Android app reps use during events to capture leads).

## What you can do in the Hub

The Hub covers three pillars:

* [**Working with leads**](/help-center/the-hub/working-with-leads.md) — view and edit captured leads, apply tags, see activity history, find leads needing info, upload and export CSVs, move leads between events.
* [**Managing events**](/help-center/the-hub/managing-events.md) — create events, prep your team, configure activations, check in leads, review per-event ROI.
* [**Dashboards and reports**](/help-center/the-hub/dashboards-and-reports.md) — org-wide dashboard, custom reports, CSV exports.

The Hub also surfaces several other Mobly products with their own help sections — see "Where things live" below.

## Two user experiences

The Hub looks different depending on your role:

* **Admin view** — the full left nav with everything: Dashboard, Events, Leads, Lead Settings, Users, Integrations, Pulse, etc. Most articles in this section assume the admin view.
* **My Leads (sales-rep view)** — a simpler, more focused experience. Reps see only their own captured leads in three curated tabs: "Leads Missing Tags or Description," "Favorited Leads," and "Your Recent Scans." Built for fast cleanup-and-follow-up, not configuration. See [My Leads](/help-center/the-hub/working-with-leads/my-leads-sales-rep-view.md).

## Where things live

The Hub UI has a lot of surfaces. Some live in this section, others have their own:

| Hub area                            | Where to find help                                                       |
| ----------------------------------- | ------------------------------------------------------------------------ |
| Lead management                     | [Working with leads](/help-center/the-hub/working-with-leads.md)         |
| Events (creation, ROI, activations) | [Managing events](/help-center/the-hub/managing-events.md)               |
| Dashboard + custom reports          | [Dashboards and reports](/help-center/the-hub/dashboards-and-reports.md) |
| CRM, Marketing Automation, Slack    | [Integrations](/help-center/integrations/integrations.md)                |
| Event discovery (Scout)             | [Scout](/help-center/scout/scout.md)                                     |
| Sequences (Pulse)                   | [Pulse](/help-center/pulse/pulse.md)                                     |
| Registration + check-in (Host)      | [Host](/help-center/host/host.md)                                        |
| Mobly Campaigns                     | [Campaigns](/help-center/campaigns/campaigns.md)                         |
| Slack notifications config          | [Notifications](/help-center/notifications/notifications.md)             |
| Users, login, profile               | [Account & Team](/help-center/account-and-team/account-and-team.md)      |

If you can't find what you're looking for, start with the area that matches the left-nav item you clicked.


---

# 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://help.getmobly.com/help-center/the-hub/intro-to-the-hub.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.
