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

# 📥 Lead Collection

> Guide to collect visitor information and generate leads through your chatbot

🎥 Refer to the setup video for a step-by-step visual guide:

<div
  style={{
position: "relative",
paddingBottom: "56.25%", // 16:9 aspect ratio
height: 0,
marginTop: "16px",
borderRadius: "14px",
overflow: "hidden",
}}
>
  <iframe
    src="https://www.youtube.com/embed/Ng8m7ql379Q?si=fFdIg6Two9od98Nk"
    title="Lead Collection"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowFullScreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  borderRadius: "14px",
}}
  />
</div>

## Overview

The **Lead Collection** feature lets your chatbot capture valuable visitor information such as name, email, phone number, and feedback.

You can choose when to ask for details and where the collected leads should be stored or sent.

This helps convert conversations into real opportunities for follow-ups, marketing, and sales.

## Accessing Lead Collection

<Steps>
  <Step title="Open Lead Collection Settings">
    * Log in to your dashboard
    * Go to **Settings**
    * Select **Chatbot Settings**
    * Click on **Lead Collection**
  </Step>

  <Step title="Configure Collection Rules">
    * Enable lead collection
    * Choose what information to collect and where it should go
  </Step>
</Steps>

<img src="https://mintcdn.com/neuraltalk/AQvs9ZJbqv8QqisP/images/leadCollection.png?fit=max&auto=format&n=AQvs9ZJbqv8QqisP&q=85&s=4164ef2ca72f7361656cc7dbe328bde3" alt="Lead Collection Page" width="1666" height="723" data-path="images/leadCollection.png" />

## Lead Collection Controls

### Enable Lead Collection

Toggle lead collection to start asking visitors for their details.

### 🔔 Enable Lead Collection

* Ask visitors for their contact information
* Can be triggered **before** or **during** the conversation

### 👥 Generate More Leads

* Capture interested users for **follow-ups**
* Useful for **product demos** and **marketing campaigns**

## Information You Can Collect

Select the specific fields you want the chatbot to request.

### 🪪 Collect Name

* Identify who is interacting with your chatbot

### ✉️ Collect Email

* Great for **follow-ups**, newsletters, and onboarding emails

### 📞 Collect Phone Number

* Helpful for **sales callbacks** and high-priority leads

### 💬 Collect Feedback

* Gather insights about **user experience**
* Improve chatbot performance over time

> Only enable fields that are relevant to your workflow to avoid overwhelming users.

## Collection Timing

Decide **when** to request user information.

<CardGroup cols={1}>
  <Card title="Before Conversation Starts" icon="clock">
    Ask users for details upfront — great for sales-driven chatbots.
  </Card>
</CardGroup>

> Future options may include asking **during conversation** based on triggers or actions.

## Lead Notifications

### Send Leads To

Choose where collected leads should go.

<CardGroup cols={2}>
  <Card title="Store in Chatlogs Only" icon="archive">
    Leads are saved inside your chatbot’s conversation logs.
  </Card>

  <Card title="External Integrations" icon="external-link">
    Some setups allow sending leads to CRM tools or email services (requires integrations).
  </Card>
</CardGroup>

> You can customize routing based on your workflow and sales pipelines.

## Important Notes

### ⚖️ Compliance Reminder

* Always follow **data protection and privacy regulations**
* Examples include **GDPR** or local equivalents

## Best Practices

* Clearly explain why you're asking for user details
* Keep forms short to increase completion rates
* Notify your team when new leads arrive
* Regularly export or sync leads to your CRM
* Respect consent and privacy requirements
