> ## Documentation Index
> Fetch the complete documentation index at: https://developers.autoplay.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Ada tutorial

> Pull live user activity with the Autoplay SDK and surface it to an Ada agent on demand for real-time context.

Pull live user activity with the Autoplay SDK and surface it to an Ada agent on demand for real-time context.

***

## 📋 Prerequisites

Complete the [Quickstart](/quickstart). You should have:

* **PostHog (or Amplitude) in the browser** — snippet installed, `identify` / `setUserId` setting a stable `user_id` on login (and email after login if you use it)
* **Your `product_id` and `mcp_key`** — printed by `onboard_product` in the Quickstart
* **`autoplay-sdk` installed** — and a successful live-activity read (Step 4 of the Quickstart)
* **An Ada account** — with a bot created in the [Ada dashboard](https://app.ada.cx)

***

## The building blocks

Follow the steps in order — each page stands alone so you can ship incrementally.

1. **[Connect real-time events](./step-1-connect-real-time-events)** — Pull live user activity into Ada and wire your bot to answer with that context. *(Coming soon)*
2. **[Define proactive triggers](./step-2-define-proactive-triggers)** — Proactively message users in Ada based on what they're doing in your product. *(Coming soon)*
