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

# Funnels: Measure conversions through a series of events

export const ExtendedButton = ({title, link}) => <a href={link} className="inline-block text-white font-medium text-base px-7 py-2.5 rounded-full shadow-sm hover:shadow-md transition-all bg-gradient-to-b from-[#9b7eff] to-[#7856ff] active:to-[#5028C0] no-underline">
    {title}
  </a>;

## Overview

<Frame>
  <img src="https://mintcdn.com/mixpanel-edb78807/MLHukxsJcUmeXk0p/images/funnels_result_header.png?fit=max&auto=format&n=MLHukxsJcUmeXk0p&q=85&s=110731efbd86333450c34e500b56994c" alt="/funnels_result_header.png" width="1346" height="855" data-path="images/funnels_result_header.png" />
</Frame>

Mixpanel's Funnels allows you to examine how end-users perform events in a series. Funnels calculate and display conversions from one event to another within a particular time window. This allows you to identify where your users drop off, what segments convert the most, and other important facets of the user journey.

<Note>
  The Funnels report is available on all free and paid subscription plans.
</Note>

## Use Cases

Imagine your product is a B2B messaging application. You might use Funnels to answer these questions:

* What percent of users converted through my signup funnel within 7 days?
* At what step of the signup funnel did most users drop off?
* How did my A/B test impact conversions in the signup funnel?
* How has the payment funnel conversion rate in the US changed over time?
* How long does it take most users to complete my payment funnel?
* What departments complete the payment funnel most often?
* Why did the successful users purchase?

<hr />

<div className="extendedButtonComponent">
  <div className="bg-base100 rounded-xl">
    <h2 className="text-2xl font-medium mb-2 color:bg-purple200">
      Next: Build a Funnels Report
    </h2>

    <p>
      Build your first Funnels report using the Quickstart below.
    </p>

    <br />

    <ExtendedButton title="Funnels Quickstart" link="/docs/reports/funnels/funnels-quickstart" />
  </div>
</div>
