# Lead Management

Effective lead management is critical to increasing conversion rates and ensuring consistent, scalable growth. Within Loopit, we offer a structured lead management process designed to help you manage customer enquiries at every stage of the journey — from initial interest to confirmed booking.

## The Lead Lifecycle in Loopit

There are four distinct stages in the lead lifecycle. Each represents a different level of detail and intent provided by the customer.

<table><thead><tr><th width="143">Stage</th><th width="356">Description</th><th>Action Required</th></tr></thead><tbody><tr><td><strong>Lead</strong></td><td>Basic contact info only</td><td>Follow up to qualify</td></tr><tr><td><strong>Quote</strong></td><td>Includes booking details and pricing</td><td>Follow up to complete</td></tr><tr><td><strong>Request</strong></td><td>Submitted booking with payment info</td><td>Review and approve</td></tr><tr><td><strong>Confirmed</strong></td><td>Fully approved booking, ready to proceed</td><td>Prepare for handover</td></tr></tbody></table>

## Understanding the Lead Management Funnel

There are four key stages in the Loopit lead lifecycle. A record can enter the funnel at any of these points, depending on the information provided and how far the customer progresses through the online process.

{% stepper %}
{% step %}

### **Lead** – Initial Enquiry

A **Lead** is the most basic form of customer interest — typically just contact information without any booking or pricing details. Leads can enter the system in a few ways:

* A customer submits a lead form (e.g. Name, Email, Phone)
* A booking is started and customer details are provided, but abandoned before reaching the booking selection stage

At this stage, no vehicle, pricing, or booking details are available. The record exists to help your team follow up and qualify the customer further.
{% endstep %}

{% step %}

### Quote – Enquiry with Pricing

A lead progresses to a **Quote** when enough information has been provided to generate pricing. This includes both contact details and booking specifics such as duration, vehicle or category, and any other required inputs.

A Quote can be created when:

* A customer completes enough steps during the signup process to trigger pricing
* A team member manually generates a quote within the system

{% hint style="info" %}
If the payment step is disabled during the online signup flow, Loopit will stop at the Quote stage.
{% endhint %}
{% endstep %}

{% step %}

### Request – Submitted Booking

A **Request** is an unconfirmed booking that has been submitted but not yet approved or actioned by your team. Requested bookings can be found within the Bookings module.

This occurs when:

* The customer completes the full online booking flow *with* payment enabled
* The system captures all necessary booking and payment details

The booking is not confirmed until someone from your team reviews and approves it.

{% hint style="info" %}
If the payment step is active and the customer provides valid payment info, Loopit will create a booking Request.
{% endhint %}
{% endstep %}

{% step %}

### Confirmed– Approved Booking

A **Confirmed** record is a completed booking that has been manually reviewed and approved. At this point, the customer is ready to take delivery of the vehicle.

Confirmed bookings mark the end of the lead lifecycle and represent a successful conversion.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.loopit.co/bookings/lifecycle-of-a-booking/lead-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
