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

# Fillout Conversion Kit

> Convert more leads with the Fillout Conversion Kit. Enrich emails with Clearbit, require & validate business emails, route leads based on company size, recover abandoned form submissions and more.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

Here's an overview of the Conversion Kit by Dan Leeman and the team at [Automation Helpers](https://www.automationhelpers.com/).

<iframe width="720" height="420" src="https://www.youtube.com/embed/Qh-B75Pnf-M" title="Pump Up Your Lead Conversions with Fillout's Conversion Kit 🎯" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowFullScreen />

With the **conversion kit**, you can:

* [Require business email addresses](https://www.fillout.com/help/email-validation#how-to-validate-business-emails)
* [Route leads based on company size, industry, job title and more](/help/lead-enrichment)
* [Track and upload Google Ads conversions](/help/google-ads-conversions)
* [Validate email addresses and mobile numbers with OTP](/help/email-sms-otp)
* [Autocomplete addresses with Google Maps](/help/address)
* (Coming soon) Connect with Google Analytics, Google Tag Manager, Facebook and LinkedIn pixels

<Info>
  The conversion kit is a paid add-on. Fillout covers the costs for external APIs like Clearbit and Google Maps - **no API key needed**. Get started [here](https://www.fillout.com/conversion-kit).
</Info>

## Guides

<CardGroup cols={2}>
  <Card color="#FFC738" icon="circle-up" iconType="regular" href="/help/lead-enrichment" title="Enrich leads">
    Route leads to different pages based on company size, industry, and more.
  </Card>

  <Card color="#FFC738" icon="google-plus-g" iconType="regular" href="/help/google-ads-conversions" title="Track conversion data in Google Ads">
    Upload address, phone number, GCLID and email to optimize Ad bidding.
  </Card>

  <Card color="#FFC738" icon="envelope-circle-check" iconType="regular" href="/help/email-validation" title="Validate emails">
    Collect accurate data with real-time validation and disallow free accounts.
  </Card>

  <Card color="#FFC738" icon="arrow-trend-down" iconType="regular" href="/help/form-abandonment" title="Reduce form abandonment">
    Remind respondents who exit your form without submitting to come back.
  </Card>

  <Card color="#FFC738" icon="binary-circle-check" iconType="regular" href="/help/email-sms-otp" title="Verify submissions with OTP">
    Ensure valid responses with email or SMS phone number verification.
  </Card>
</CardGroup>

<SupportBanner />
