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

# Analytics

> Track your form performance with real-time analytics and insights.

## Dashboard Overview

Access analytics from your form's **Analytics** tab. View real-time performance metrics and trends at a glance.

**Example stats:**

| Metric          | Description               |
| --------------- | ------------------------- |
| 1,234 views     | Total form loads          |
| 892 starts      | Users who began filling   |
| 456 submissions | Completed submissions     |
| 37% conversion  | Views to submissions rate |

## Key Metrics

<CardGroup cols={2}>
  <Card title="Views" icon="eye">
    Total number of times your form was loaded or viewed.
  </Card>

  <Card title="Starts" icon="arrow-pointer">
    Number of users who began filling out the form (entered at least one field).
  </Card>

  <Card title="Submissions" icon="file-check">
    Number of completed form submissions.
  </Card>

  <Card title="Conversion Rate" icon="percent">
    Percentage of views that resulted in a submission. Higher is better.
  </Card>
</CardGroup>

## Time Period

Analytics default to the **last 30 days**. Adjust the time range to analyze different periods and compare performance over time.

## Drop-off Analysis

For **Orbit Flows** (multi-step flow forms), analytics show where users drop off in the funnel. Identify which questions or steps have the highest abandonment so you can improve them.

<Tip>
  Use drop-off analysis to find friction points. If many users abandon at a specific step, consider simplifying the question, making it optional, or improving the flow.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/guides/integrations">
    Connect analytics to Meta Pixel, Google Analytics, and more
  </Card>

  <Card title="Flow Forms" icon="git-branch" href="/guides/flow-forms">
    Learn how to build multi-step forms with drop-off insights
  </Card>
</CardGroup>
