> 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/readme.md).

# Welcome to Mobly Help

Find guides, how-tos, and troubleshooting for the Mobly platform.

## Where to start

* **New to Mobly?** Begin with [Getting Started](/help-center/getting-started/getting-started.md).
* **Installing the mobile app?** See [Welcome to Mobly!](/help-center/getting-started/welcome-to-mobly.md) for the install + first-login quickstart.
* **Setting up an integration?** Jump to [Integrations](/help-center/integrations/integrations.md).
* **Leads not landing in your CRM?** See [Tracking missing leads](/help-center/the-hub/working-with-leads/tracking-missing-leads.md).
* **Where do Mobly activities show up in my CRM?** See [Finding Mobly activities in your CRM](/help-center/integrations/crm/finding-activities-in-your-crm.md).

## Looking for a specific product?

Mobly is made up of five connected products. New here? See [Mobly Products: a quick map](/help-center/getting-started/mobly-products-primer.md) for a quick orientation.

* [The Mobly App](/help-center/the-mobly-app/the-mobly-app.md) — the iOS/Android app for capturing leads (a.k.a. Capture)
* [The Hub](/help-center/the-hub/the-hub.md) — the web dashboard for managing leads, events, and exports
* [Scout](/help-center/scout/scout.md) — event discovery and ICP-matched recommendations
* [Pulse](/help-center/pulse/pulse.md) — sequences triggered by in-person interactions
* [Host](/help-center/host/host.md) — registration pages, check-in, and activations

## What's new in Mobly?

See the [Mobly Changelog](https://mobly.gitbook.io/mobly-docs/changelog) for a week-by-week feed of features, improvements, and fixes.

***

*Help center last updated 2026-05-26.*


---

# 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/readme.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.
