# Lead Forms

Create fully customized lead forms to capture user details at a specified point during the conversation.

You can add any number of fields (such as name, email address, company name, etc.) and configure the lead form to display at the start, after a specific number of questions, or only when the bot doesn't have an answer.&#x20;

<figure><img src="/files/no7XetBWOT0LZLed13U4" alt=""><figcaption><p>Lead form in Superseek</p></figcaption></figure>

### How to create a lead form

To create a lead form, head on over to <mark style="color:purple;">**Bots > Manage > Settings > Lead Forms**</mark>.

<figure><img src="/files/exxtQbbX1hykzWbmMCpj" alt=""><figcaption></figcaption></figure>

Enable lead form for your bot. And then fill out the fields.

**Title Message:** Add a title message for your lead form

**Field Type:** Select from text, email, or number as field types. The form includes basic validation, like ensuring proper email format for entries in the email field.

**Label:** Edit the label (first name, phone number, company, etc.,) for the field.

**Mark as mandatory:** You can optionally mark certain fields as mandatory. Users must complete these fields to proceed.

**Add or Delete Field:** You can add any number of fields to your lead form. Click on the delete icon to remove a field.

**Data consent:** Optionally collect user data consent for compliance. Enable 'Require data consent' and include a consent message.

**Display lead form:** Choose when you'd like the lead form to show up - at the start, after a specific number of questions, or only when the bot doesn't know the answer.

If you choose *'when the bot doesn't know the answer'*, the lead form will show up along with the fallback response.

**Require form submission to continue:** Enable this if you want to make form submission mandatory to start or continue the conversation.

## View and download the list of captured leads

Head over to <mark style="color:purple;">Inbox > Leads</mark> to view and download the list of captured leads. Filter by time and click on the download icon on the top to download a .csv file with the leads.


---

# 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.superseek.ai/home/using-superseek/lead-forms.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.
