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

# Leads

> Track unqualified prospects in your leads pipeline and convert them to contacts when they're ready.

<div
  style={{
background: "linear-gradient(135deg, #143D4E 0%, #1C758A 55%, #30C8CA 100%)",
borderRadius: "24px",
padding: "28px",
marginBottom: "28px",
color: "#FFFFFF",
boxShadow: "0 20px 50px rgba(20, 61, 78, 0.22)",
position: "relative",
overflow: "hidden",
border: "1px solid rgba(255,255,255,0.08)"
}}
>
  <div
    style={{
position: "absolute",
top: "-36px",
right: "-36px",
width: "170px",
height: "170px",
background: "rgba(255,255,255,0.08)",
borderRadius: "999px"
}}
  />

  <div
    style={{
position: "absolute",
bottom: "-48px",
left: "-24px",
width: "130px",
height: "130px",
background: "rgba(255,255,255,0.06)",
borderRadius: "999px"
}}
  />

  <div
    style={{
  display: "inline-flex",
  alignItems: "center",
  background: "rgba(255,255,255,0.14)",
  color: "#FFFFFF",
  padding: "7px 14px",
  borderRadius: "999px",
  fontSize: "12px",
  fontWeight: "700",
  marginBottom: "12px",
  letterSpacing: "0.08em",
  textTransform: "uppercase"
}}
  >
    LEADS
  </div>

  <p style={{ margin: 0, fontSize: "16px", lineHeight: "1.9", maxWidth: "760px", color: "#FFFFFF" }}>
    Track unqualified prospects in your leads pipeline and convert them to contacts when they're ready.
  </p>
</div>

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Overview
</div>

## What Are Leads?

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Leads are unqualified prospects — people or companies that have shown interest or been identified as potential customers, but haven't yet been vetted into your main sales pipeline. Think of leads as the top of your funnel.

  In ParsaLink, a "lead" is just a **Contact** sitting in an early-pipeline stage (typically *Prospect* or *Contacted*). There's no separate Lead record — everything you do with a Contact (notes, emails, tasks, opportunities) is already wired up. "Converting" a lead just means advancing the contact's stage to *Qualified* or *Customer*, optionally with an Account and Opportunity created in one click.
</div>

<Note>
  Earlier versions of ParsaLink had a separate Lead model. That model was retired in favor of using Contacts with early-pipeline stages. If you're reading API docs or older guides that mention a `Lead` model, treat them as a `Contact` filtered by stage.
</Note>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Qualification
</div>

## Lead Statuses

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "20px",
padding: "18px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  Every lead has a status that reflects where they stand in your qualification process:

  | Status          | Meaning                                   |
  | --------------- | ----------------------------------------- |
  | **New**         | Just created, no outreach yet             |
  | **Contacted**   | You've reached out at least once          |
  | **Qualified**   | Confirmed fit — ready to convert          |
  | **Nurturing**   | Not ready now, but worth keeping warm     |
  | **Unqualified** | Determined not to be a good fit           |
  | **Converted**   | Converted to a contact and/or opportunity |
  | **Lost**        | Prospect went cold or chose a competitor  |
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Data Entry
</div>

## Creating Leads

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  ### Manual Entry

  Click **New Lead** from the Leads list. Key fields include:

  | Field             | Description                                            |
  | ----------------- | ------------------------------------------------------ |
  | First / Last Name | The individual's name                                  |
  | Company           | Their organization (does not create an Account record) |
  | Email             | Required for email automations                         |
  | Phone             | For call logging and SMS                               |
  | Status            | Defaults to **New**                                    |
  | Source            | How this lead came in (see below)                      |
  | Assigned To       | The responsible team member                            |
  | Lead Score        | Manual rating 1–10 (AI scoring coming soon)            |
  | Notes             | Qualification notes                                    |

  ### Lead Sources

  Track where your leads come from by setting the **Source** field:

  * Website Form
  * Cold Outreach
  * Referral
  * Social Media
  * Event / Conference
  * Inbound Call
  * Partner
  * Advertisement
  * Other

  Lead source data is available in AI analytics so you can measure which channels produce the most qualified leads.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Conversion
</div>

## Converting Leads to Contacts

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  When a lead is ready to enter your pipeline:

  1. Open the lead record.
  2. Click **Convert Lead** in the top-right action menu.
  3. Choose what to create:
     * **Contact** — Always created from the lead's name and email.
     * **Account** — Optional. Creates a company record using the lead's **Company** field. You can also link to an existing account.
     * **Opportunity** — Optional. Creates a deal in the pipeline. Set the opportunity name, value, and stage.
  4. Click **Convert**. The lead's status changes to **Converted** and links to the newly created records are shown.
</div>

<Note>
  Converting a lead does not delete it. The lead record remains in the system with **Converted** status, and a link to the contact it became is shown on the lead detail page.
</Note>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Automation
</div>

## Automation with Leads

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  Leads work well with automations. Common patterns include:

  * **New Lead → Send welcome email** — Immediately acknowledge new leads with a personalized intro.
  * **Lead status = Contacted, no reply in 3 days → Send follow-up** — Automatically follow up with leads who haven't responded.
  * **Lead status = Qualified → Assign to senior rep** — Route qualified leads to your best closers automatically.

  See [Automation Triggers](/automations/triggers) for the full list of lead-related triggers.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#FF6F61", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(255,111,97,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(255,111,97,0.14)"
}}
>
  AI Features
</div>

## Lead Scoring *(Coming Soon)*

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "20px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  ParsaLink is building AI-powered lead scoring that will automatically rate leads based on:

  * Engagement signals (email opens, replies, website visits)
  * Firmographic fit (company size, industry)
  * Behavioral patterns from your historical conversion data
</div>

<Info>
  Lead scoring is currently in development. You can manually rate leads using the **Lead Score** field (1–10) in the meantime.
</Info>
