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

# Funnel widget

> Visualize how leads move through your pipeline stages with the funnel widget — track counts, values, and conversion rates at each stage.

The funnel widget provides a visual representation of how leads progress through the stages of your sales pipeline. At a glance, you can see how many opportunities exist at each stage, the total value associated with those opportunities, and the conversion rate from one stage to the next. This makes it easy to identify where deals are stalling and which stages in your process are the most effective.

## What the funnel widget shows

The funnel widget displays your pipeline as a series of stages stacked vertically, with each stage narrowing to reflect the drop-off as leads advance. For each stage you can see:

* **Lead count** — the number of opportunities currently at or that passed through that stage within the selected period
* **Stage value** — the total monetary value of opportunities at that stage
* **Conversion percentage** — the percentage of leads that moved from one stage to the next

This data is calculated based on the pipeline and date range you configure on the widget.

## Adding the funnel widget to your dashboard

<Frame caption="Adding a funnel widget from the Opportunities category in the widget panel">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/t39WQGdtzT4Y8lFe/images/dashboard-funnel-widget-setup.png?fit=max&auto=format&n=t39WQGdtzT4Y8lFe&q=85&s=b013bc8f0857e98f46da4402a9f0dc2a" alt="Funnel widget setup in the Add Widget panel" width="1006" height="694" data-path="images/dashboard-funnel-widget-setup.png" />
</Frame>

<Steps>
  <Step title="Enter edit mode">
    Navigate to your dashboard and click the **pencil icon** to enter edit mode.
  </Step>

  <Step title="Open the widget panel">
    Click **"Add Widget"** in the top-right corner. The widget selection panel opens on the right.
  </Step>

  <Step title="Find the funnel widget">
    Navigate to the **Opportunities** category. Look for the **Funnel** widget type, or use the search bar and type "funnel."
  </Step>

  <Step title="Add the widget">
    Click the funnel widget to add it to your dashboard. It will appear in the dashboard layout ready for configuration.
  </Step>

  <Step title="Configure the widget">
    Click the **three dots** on the widget and select **Edit** to open the configuration panel.
  </Step>
</Steps>

## Configuring the funnel widget

Once you open the configuration panel, adjust the following settings to tailor the funnel to your needs:

### Pipeline selection

Choose which pipeline to display. You can only display one pipeline per funnel widget. If you manage multiple pipelines, add separate funnel widgets — one per pipeline — to compare them side by side on the same dashboard.

### Stage selection

By default, all stages in the selected pipeline are included. You can include or exclude specific stages using the **Conditions** tab. For example, filter to only show the stages that matter most for a particular team or reporting purpose.

### Date range

Set the date range to define which opportunities are included in the funnel. The funnel counts opportunities that were active within the selected period based on the date property you choose (Created On, Updated On, or Status Change).

### Display metric

Choose whether the funnel stages display:

* **Count** — number of opportunities per stage
* **Value** — total monetary value per stage
* **Both** — displays count and value together

<Tip>
  Use the **Value** display metric for revenue-focused dashboards where the monetary potential at each stage matters more than the raw count of leads.
</Tip>

## Filtering the funnel by pipeline stages

To narrow the funnel to specific stages — for example, only showing the bottom-of-funnel stages relevant to a closing team:

1. Open the widget editor and go to the **Conditions** tab
2. Click **Add Condition** and select **Pipeline** — choose your pipeline
3. Click **+ And** and select **Stage**
4. Choose the specific stages you want to include
5. Save the widget

## Reading the funnel visualization

<Frame caption="Funnel widget showing pipeline stages with lead counts and conversion percentages">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/t39WQGdtzT4Y8lFe/images/dashboard-funnel-widget-stages.png?fit=max&auto=format&n=t39WQGdtzT4Y8lFe&q=85&s=be5fa3c32fc3f539971996cbb6a489f2" alt="Funnel widget displaying pipeline stages" width="1006" height="711" data-path="images/dashboard-funnel-widget-stages.png" />
</Frame>

Each bar in the funnel represents one pipeline stage. The width of each bar is proportional to the number (or value) of opportunities at that stage relative to the top of the funnel. Hover over any bar to see the exact count and value for that stage.

The percentage shown between stages represents how many opportunities moved from the stage above to the next stage. A high drop-off percentage between two stages indicates a potential bottleneck in your sales process.

## Using the funnel alongside other opportunity widgets

The funnel widget works best alongside complementary widgets that provide additional context:

* **Total opportunities** widget — shows the overall pipeline count for quick reference
* **Opportunity value** widget — displays total open, won, and lost value
* **Conversion rate** widget — provides the overall won/total ratio
* **Lost opportunities by reason** widget — shows why deals are falling out of the funnel

Arrange these widgets together on a dedicated pipeline performance dashboard to give your team a complete view of sales health.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I show multiple pipelines in a single funnel widget?">
    No. Each funnel widget is tied to a single pipeline. To compare multiple pipelines, add separate funnel widgets for each and arrange them side by side on the dashboard.
  </Accordion>

  <Accordion title="Why are some stages not appearing in my funnel?">
    If you have applied stage conditions in the Conditions tab, only the specified stages will appear. Additionally, stages with zero opportunities in the selected date range may be hidden — check that your date range is set correctly and that opportunities exist in the selected pipeline.
  </Accordion>

  <Accordion title="How is the conversion rate between stages calculated?">
    The conversion rate between two adjacent stages is calculated as the count (or value) at the lower stage divided by the count (or value) at the stage directly above it, expressed as a percentage.
  </Accordion>

  <Accordion title="Can I export the funnel data?">
    Yes. Click on any stage bar within the funnel widget to open the Granular Insights view, which lists the individual opportunity records at that stage. From there, use the export icon to download the records as a CSV file.
  </Accordion>
</AccordionGroup>
