> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/360pilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/360pilot/funnels-dashboard/understanding-your-funnels-dashboard.md).

# Understanding Your Funnels Dashboard

### Overview

A funnel represents the journey users take from first contact to completing a specific action (conversion). Each funnel is automatically created when you define a conversion event and that event is triggered at least once.

Example: If you set up a conversion event called "Appointment", 360pilot will create an Appointment funnel that tracks all conversations that led to appointment bookings.

### Reading Your Metrics

The main table shows one row per funnel. Here's what each column means:

| Metric                  | What It Tells You                                                                                                                                    |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Audience**            | Total unique users who started a journey from entrypoints that contributed to this funnel. One person counts once, even with multiple conversations. |
| **Start Conversation**  | Total conversations initiated. This is your conversion rate denominator—how many conversations had the potential to convert.                         |
| **Conversions**         | Number of conversations that completed the conversion event. This is your success count.                                                             |
| **CVR %**               | Conversion Rate = (Conversions ÷ Audience) × 100. Higher is better.                                                                                  |
| **Invested**            | Total spend on CTWA campaigns plus paid messages that contributed to this funnel.                                                                    |
| **CPA**                 | Cost Per Acquisition = Invested ÷ Conversions. How much you pay for each conversion. Lower is better.                                                |
| **Avg. Journey Length** | Average number of steps between first message and conversion. Shorter journeys usually mean less friction.                                           |
| **Entrypoints**         | Number of distinct channels (ads, widgets, etc.) that drove at least one conversion. Click to see the breakdown.                                     |

### The Non-Attributed Funnels Row

At the bottom of the table, you'll see a row called Non-Attributed Funnels.&#x20;

This shows all conversations that started but never converted. CPA, CVR, and Conversions will always be zero here — that's expected as end-users did not convert.

Use this row to understand your total traffic volume and identify how many potential customers dropped off before converting and adapt your strategy, if necessary.&#x20;

### Entrypoints

Click the entrypoints count on any funnel row to see a detailed breakdown. This view shows the same metrics, but segmented by each entrypoint (Instagram ad, Google ad, website widget, etc.).

Use this to identify which channels are performing best and where to focus your budget.

### Data Sync Status

The dashboard shows when data was last updated. Hover over the sync indicator to see when the next update will occur. This helps you understand how fresh your metrics are.

### Formulas

| Metric                         | Formula                                  |
| ------------------------------ | ---------------------------------------- |
| **Conversion Rate (CVR)**      | (Conversions ÷ Start Conversation) × 100 |
| **Cost Per Acquisition (CPA)** | Invested ÷ Conversions                   |

#### Tips for Analysis

* [x] Compare CVR across funnels to identify which conversion goals are easiest to achieve.
* [x] Watch your CPA trend over time to ensure you're not overpaying for conversions.
* [x] Check average journey length if it's high, look for ways to simplify your conversation flow.
* [x] Use the entrypoints breakdown to double down on high-performing channels and cut spend on underperformers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.360dialog.com/360pilot/funnels-dashboard/understanding-your-funnels-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
