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

# Analytics overview

> Visits, responses, completion rate, time spent, source breakdown, device data, and geography — all in one dashboard.

The **Overview** tab of your form dashboard shows aggregate analytics across all sessions. Open a form and click **Overview** in the top navigation to get here.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/feedal/images/results-overview.png" alt="Analytics overview dashboard with stat cards and charts" />

Analytics requires the **Starter plan** or above.

***

## Stat cards

Four (or five) summary metrics appear at the top of the page.

| Card                | What it measures                                                                                                |
| ------------------- | --------------------------------------------------------------------------------------------------------------- |
| **Total visits**    | Number of times the form URL was opened (sessions started)                                                      |
| **Total responses** | Number of sessions that reached a completed state                                                               |
| **Response rate**   | `completed / started × 100` — the percentage of visitors who finished                                           |
| **Avg. time spent** | Mean time from session start to submission, in minutes and seconds                                              |
| **Avg. score**      | Mean total score across all completed sessions — only shown when scoring is configured on at least one question |

The **Avg. score** card appears automatically when your form has scored questions. If no questions have scoring enabled, the card is hidden.

***

## Date range filter

All charts and cards respect the date range picker at the top right. Filter by any custom from/to date pair to focus on a campaign window or time period.

***

## Charts

### Visits & responses over time

A line chart with two series — **visits** (sessions started) and **responses** (sessions completed) — plotted by day. Use this to spot when traffic spikes and whether completion rate held up.

### Source distribution

A breakdown of where respondents came from, based on the `?s=` source parameter.

| Source label | Triggered by                                    |
| ------------ | ----------------------------------------------- |
| URL          | Direct link with no source parameter, or `?s=l` |
| QR scan      | QR code download (`?s=q`)                       |
| Embedded     | Embed script (`?s=e`)                           |
| Email        | Email template link (`?s=m`)                    |
| Others       | Custom source values                            |

### Abandonment

Shows the split between sessions that were **started**, **completed**, **in progress**, and **abandoned**. Use this to understand where drop-off happens at the session level before looking at the [flow canvas](/results/flow) for node-level detail.

### Device type distribution

Breakdown of sessions by device category: **Desktop**, **Mobile**, **Tablet**, **Bot**, and **Unknown**. Helps you decide whether to prioritise mobile layout optimisation.

### Browser distribution

Sessions broken down by browser family (Chrome, Safari, Firefox, etc.).

### Geography

A world map heatmap showing visits by city and country. Hover over a country to see visit and completion counts. Useful for localisation decisions or understanding your audience's distribution.

### Referrer distribution

Where respondents came from before landing on the form — domains, search engines, or direct traffic.

### Score distribution

A bar chart showing how total scores are distributed across completed sessions. The chart appears alongside the Avg. score card when scoring is active.

Scores are automatically grouped into equal-width buckets (e.g. 0–10, 10–20, …) with the bucket width adjusted to produce \~10 readable ranges. Only non-empty buckets are shown.

Use this chart to understand whether your scoring spread is working as intended — for example, a quiz should show a bell curve, while a lead-qualification form might show a bimodal distribution.

***

## Version filter

If your form has been published multiple times, a **Version** dropdown lets you isolate analytics for a specific published version. This is useful when you've changed questions between versions and want to compare performance.

***

## Next steps

<CardGroup cols={2}>
  <Card title="Browsing responses" icon="table" href="/results/responses">
    Read individual sessions and inspect each answer.
  </Card>

  <Card title="Flow analytics" icon="diagram-project" href="/results/flow">
    See node entry counts and drop-off rates on the workflow canvas.
  </Card>

  <Card title="Scoring" icon="trophy" href="/building-forms/workflow/scoring">
    Set up per-question scoring to power the Avg. score card and score distribution chart.
  </Card>
</CardGroup>
