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

# Lead Qualification

> Use Weavely's AI to build a form that scores each respondent and sorts them into bands like cold, warm, and hot leads.

<span className="weavely-jsonld" hidden>
  {`{
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "WebPage",
          "@id": "https://help.weavely.ai/features/lead-qualification",
          "url": "https://help.weavely.ai/features/lead-qualification",
          "name": "Lead Qualification",
          "description": "Use Weavely's AI to build a form that scores each respondent and sorts them into bands like cold, warm, and hot leads.",
          "inLanguage": "en",
          "publisher": { "@id": "https://www.weavely.ai/#org" }
        },
        {
          "@type": "TechArticle",
          "@id": "https://help.weavely.ai/features/lead-qualification#article",
          "headline": "Lead Qualification",
          "description": "Use Weavely's AI to build a form that scores each respondent and sorts them into bands like cold, warm, and hot leads.",
          "inLanguage": "en",
          "mainEntityOfPage": { "@id": "https://help.weavely.ai/features/lead-qualification" },
          "author": { "@id": "https://www.weavely.ai/#org" },
          "publisher": { "@id": "https://www.weavely.ai/#org" }
        },
        {
          "@type": "VideoObject",
          "@id": "https://help.weavely.ai/features/lead-qualification#video",
          "name": "How to Build Lead Generation Quizzes & Assessments in Weavely (Full Walkthrough)",
          "description": "How to build a lead qualification form and a match quiz with AI, start to finish, using Weavely. In this walkthrough I build two kinds of scored forms from a single prompt, no manual setup: Lead qualification form: respondents answer a few questions, each gets a single score, and they're sorted into cold, warm, or hot leads with a different ending depending on the score. I build it around a sandal-shop example and capture the respondent's email too. Match quiz: instead of one score, each answer carries weights that assign people to a category based on how they respond think personality quizzes or 'which product should you buy' finders for an e-commerce store. (Yes, there's a Harry Potter houses demo.) You'll also see how Weavely's AI writes the questions and wires up all the scoring automatically, how to fine-tune the scores, outcomes and endings by hand, and how to collapse outcome-based endings into a single score when that's all you need.",
          "url": "https://youtu.be/BcgQHVZDkcA",
          "contentUrl": "https://www.youtube.com/watch?v=BcgQHVZDkcA",
          "embedUrl": "https://www.youtube.com/embed/BcgQHVZDkcA",
          "duration": "PT7M5S",
          "uploadDate": "2026-06-02",
          "thumbnailUrl": [
            "https://i.ytimg.com/vi/BcgQHVZDkcA/maxresdefault.jpg"
          ],
          "publisher": { "@id": "https://www.weavely.ai/#org" },
          "potentialAction": {
            "@type": "WatchAction",
            "target": "https://youtu.be/BcgQHVZDkcA"
          }
        },
        {
          "@type": "Organization",
          "@id": "https://www.weavely.ai/#org",
          "name": "Weavely",
          "url": "https://www.weavely.ai"
        }
      ]
      }`}
</span>

<iframe src="https://www.youtube.com/embed/BcgQHVZDkcA" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

A lead qualification form assigns a **single score** to each respondent based on their answers, then sorts them into bands. For example cold, warm, or hot, and can show a different ending depending on the score.

<Note>
  Want to sort respondents into categories instead of scoring them (e.g. a personality quiz or product-match finder)? See [Build a match quiz](/features/match-quiz).
</Note>

## Steps

<Steps>
  <Step title="Describe the form you need">
    On the landing page or in the product, describe the form and what you're trying to learn. The more specific the prompt, the better the questions.

    ```text theme={null}
    I need a lead qualification form for my sandal business.
    I want to know how likely someone is to buy a sandal.
    ```

    Press **Generate form**.
  </Step>

  <Step title="Review the questions Weavely generated">
    Weavely writes the questions *and* sets up the scoring automatically. For the sandal example, it produced three questions: whether the person is interested in buying new sandals, the occasions they'd wear them, and their budget. Each with answers that score differently depending on how hot or cold the lead is.

    <Frame>
      <img src="https://mintcdn.com/weavelyai/DjIQbefggbxjektm/images/Screenshot-2026-06-02-at-11.45.12.webp?fit=max&auto=format&n=DjIQbefggbxjektm&q=85&s=0fe94ec5a7fc8da31fcf158b27c32c50" alt="Screenshot of a lead qualification form generated by Weavely AI" width="3004" height="1466" data-path="images/Screenshot-2026-06-02-at-11.45.12.webp" />
    </Frame>
  </Step>

  <Step title="Check how the scoring is wired up">
    <Frame>
      <img src="https://mintcdn.com/weavelyai/DjIQbefggbxjektm/images/Screenshot-2026-06-02-at-11.46.02.webp?fit=max&auto=format&n=DjIQbefggbxjektm&q=85&s=65ec195708b20e75ddff67446494b0d8" alt="Screenshot showing how leads can be scored and qualified in Weavely AI" width="3004" height="1474" data-path="images/Screenshot-2026-06-02-at-11.46.02.webp" />
    </Frame>

    Open **Settings → Lead qualification**. Here you'll find:

    * The **outcomes** (e.g. cold, warm, hot) and the **score** required to reach each one.
    * The **score for every individual answer**, which Weavely's AI set for you.

    <Tip>
      You can tweak any of this by hand to fine-tune the scoring, correct anything that isn't quite right, or add more outcomes.
    </Tip>
  </Step>

  <Step title="Capture the respondent's email">
    To follow up with leads, add an email field — for example by asking Weavely to *also capture email from respondents*. The email field isn't scored (you can't score an email address), but it gives you a way to contact the lead.
  </Step>

  <Step title="Publish and test">
    Publish the form and copy the URL. Fill it in yourself to see the result. In the sandal example, answering "very interested", "beach", and a budget over €100 returns a **warm lead** with a total score of **7**, shown on the ending screen.
  </Step>

  <Step title="Review responses">
    In **Results**, each submission shows the respondent's email, the answers they gave, and their outcome and total score.

    <Frame>
      <img src="https://mintcdn.com/weavelyai/DjIQbefggbxjektm/images/Screenshot-2026-06-02-at-11.52.35.webp?fit=max&auto=format&n=DjIQbefggbxjektm&q=85&s=c16f301b44226a5f30a02eb264191573" alt="Screenshot showing lead qualification results in Weavely AI." width="3006" height="1470" data-path="images/Screenshot-2026-06-02-at-11.52.35.webp" />
    </Frame>
  </Step>
</Steps>

<Tip>
  If you only want a score and not a different ending per band, you have two options:

  * Delete the outcomes from the outcomes page, or
  * Ask Weavely AI to **harmonize** the endings, so every respondent sees the same ending text regardless of their answers.
</Tip>
