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

# Conversion Tracking

> How Nexudus links AI conversations to tours booked, bookings made, memberships started, and day passes purchased — across all channels.

Conversion tracking connects a conversation to a real business outcome — a tour scheduled, a booking made, a membership signed, or a day pass bought. Every conversion is stored in Nexudus and visible in the [AI Conversations list](./admin-panel). Conversions are tracked across all channels: chat, email, and WhatsApp.

<Frame>
  <img src="https://mintcdn.com/nexudus/oPG_ULGn6N1RhBo4/images/member-portal/ai/conversion-overview.svg?fit=max&auto=format&n=oPG_ULGn6N1RhBo4&q=85&s=abb48d8b55ea9959d19bea1a0a80d8f9" alt="Diagram showing: AI chat session ID embedded in links, member completes action, conversion recorded in Nexudus" width="1020" height="300" data-path="images/member-portal/ai/conversion-overview.svg" />
</Frame>

## How session IDs work

Every conversation has a unique **session ID** — a long random identifier. On the chat channel, it is generated when the chat window opens. On email and WhatsApp, it is generated when a new conversation starts (see [Channels](./channels) for session duration details).

This session ID is automatically embedded in every call-to-action link the AI generates:

* Day pass purchase links
* Membership plan sign-up / checkout links
* Private office tour request links
* Booking confirmation links

When a person follows one of these links and completes the action, the session ID travels with them through checkout or the tour form. Nexudus uses it to look up the originating conversation and stores the outcome against that session's messages.

For actions completed directly through the AI — such as creating a booking via the confirmation flow — the session ID is already known and the conversion is recorded automatically without requiring a link click.

## Tours / Visitor conversions

**What triggers it:** A prospect clicks "Request a tour for \[Office]" from the AI's private office response and submits the tour request form.

**What Nexudus records:** A new **Visitor** record is created (or an existing one is updated) with the chat session ID stored in its custom fields.

**Where you see it:** The [AI Conversations list](./admin-panel) shows a **"Tour booked"** badge (lavender) linking to the Visitor record. The Visitor record itself also shows the full AI conversation that led to the tour.

## Contract / sign-up conversions

**What triggers it:** A prospect clicks "Sign up for \[Plan]" from the AI's membership plan response and completes checkout.

**What Nexudus records:**

* A **CoworkerContract** record is created and linked to the session.
* If the person was not already in Nexudus, a new **Coworker** (customer) record is also created and linked.

**Where you see it:** The conversation row shows a **"Contract created"** badge (blue) and, if applicable, a **"Customer created"** badge (green).

## Booking conversions

**What triggers it:** A member creates a booking through the AI's confirmation flow — on any channel.

**What Nexudus records:** A **Booking** record is created and linked to the session.

**Where you see it:** The conversation row shows a **"Booking created"** badge (teal) linking to the Booking record.

## Day pass conversions

**What triggers it:** A member or visitor clicks "Get a day pass" from the AI's day pass response and completes the purchase.

**What Nexudus records:** A **CoworkerProduct** record is created and linked to the session.

**Where you see it:** The conversation row shows a **"Day pass purchased"** badge (peach).

## Conversion summary

| Outcome              | Badge              | Colour   | Links to                |
| -------------------- | ------------------ | -------- | ----------------------- |
| Tour arranged        | Tour booked        | Lavender | Visitor record          |
| New customer created | Customer created   | Green    | Coworker record         |
| Membership started   | Contract created   | Blue     | CoworkerContract record |
| Booking made         | Booking created    | Teal     | Booking record          |
| Day pass bought      | Day pass purchased | Peach    | CoworkerProduct record  |

A single conversation can produce multiple badges — for example, a new prospect who signs up for a membership generates both a "Customer created" and a "Contract created" badge.

<Frame>
  <img src="https://mintcdn.com/nexudus/6ObnHSCXR2m_q45c/images/member-portal/ai/conversion-badges-all.png?fit=max&auto=format&n=6ObnHSCXR2m_q45c&q=85&s=af6930db17de0e1943ab0f3a4aba56a6" alt="AI Conversations list showing multiple rows with all four types of conversion badge" width="3166" height="674" data-path="images/member-portal/ai/conversion-badges-all.png" />
</Frame>

<Note>
  Conversations with no badges are still valuable. They may represent members asking questions, or prospects who browsed but have not yet converted. Reviewing unconverted conversations can surface friction points in your sales process.
</Note>
