> 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/getting-started/welcome-to-mobly.md).

# Welcome to Mobly!

This is the fastest path from "I just downloaded Mobly" to "I'm capturing leads at my event." Five minutes, end to end.

> Prefer a video walkthrough? [Watch our intro video](https://drive.google.com/file/d/1QnBmZp8ng3qobfKxEVQ62OrD75LSHi5L/view?usp=sharing).

## Step 1 — Install and sign in

Download the Mobly app from the [App Store](https://apps.apple.com/us/app/mobly/id6446095722) or [Google Play](https://play.google.com/store/apps/details?id=com.mobly.app\&hl=en\&gl=US\&pli=1). The right app has a **green background and a lowercase orange M** — not to be confused with the Brazilian furniture company of the same name.

Open the app and enter your work email. From there, your sign-in path depends on what your org has set up:

* **First time?** You'll be prompted to verify your email. Check your inbox for a message from `support@getmobly.com` and follow the steps to set a password.
* **Already have an account?** Enter your password, or tap **Send me a login link** for a one-time PIN.
* **Use SSO?** If your org has SAML/SSO configured (Okta, Azure AD, etc.), you'll be redirected through your identity provider.
* **Forgot your password?** Tap **Forgot password?** and follow the email instructions.

Trouble signing in? See [Having login issues?](/help-center/account-and-team/having-login-issues.md) or [How to sign in](/help-center/getting-started/how-to-sign-in.md).

## Step 2 — Pin your event

After signing in, you'll see the events you're assigned to. Find the event you're at, and tap the gray pin icon in the top right of the event tile. The pin turns orange — your scans will now be attributed to that event automatically.

If your admin set dates on the event and the event is happening now, Mobly will prompt you to pin it the first time you try to scan.

## Step 3 — Capture your first lead

Tap the orange **+** button at the bottom of the screen. Three ways to capture:

* **Scan** (most common) — take a picture of the badge or business card. Keep the side with the name + company in frame. The QR code doesn't matter; Mobly works from first name, last name, and company.
* **Manual** — type in the name and company yourself when there's no badge to scan.
* **Upload** — pick a photo from your camera roll instead of taking a new one.

See [How to capture a lead](/help-center/the-mobly-app/capture-and-enrichment/how-to-capture-a-lead.md) for full details on each method.

## Step 4 — Apply qualifiers and notes while it's fresh

The Lead Details page opens right after capture. Two habits to build before you forget the conversation:

* **Qualify the lead** — interest level, persona, follow-up priority, whatever your team's qualifiers are. See [How to add a qualifier to a lead](/help-center/the-mobly-app/working-with-a-lead/how-to-add-a-qualifier-to-a-lead.md).
* **Add a note or description** — capture context about the conversation. See [Notes vs Description](/help-center/the-mobly-app/working-with-a-lead/notes-vs-description-fields.md) for which one to use when.

## Step 5 — What happens next

Mobly's enrichment fills in the rest of the lead's data — company, job title, LinkedIn, and more — automatically in the background. You don't need to wait or do anything; the enriched fields populate as data comes in. See [How long does enrichment take?](/help-center/the-mobly-app/capture-and-enrichment/how-long-does-enrichment-take.md).

Once enriched, leads sync to your CRM if your org has an integration set up. You can see all your leads in the [Hub](/help-center/the-hub/the-hub.md) on a desktop browser at `hub.getmobly.com`.

## Where to go from here

* [How to capture a lead](/help-center/the-mobly-app/capture-and-enrichment/how-to-capture-a-lead.md) — the three capture methods in detail
* [Tracking missing leads](/help-center/the-hub/working-with-leads/tracking-missing-leads.md) — if your numbers don't match, this is the diagnostic
* [Mobly Products: a quick map](/help-center/getting-started/mobly-products-primer.md) — orientation to what Mobly's five products are
* [The Mobly App](/help-center/the-mobly-app/the-mobly-app.md) and [The Hub](/help-center/the-hub/the-hub.md) — the two surfaces you'll use day-to-day

Questions or stuck? Email <support@getmobly.com>.


---

# 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/getting-started/welcome-to-mobly.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.
