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

# Forms & Workflow Analytics

> Summary analytics across all forms, including submission counts, completion rates, and trends at /fw/analytics.

The Analytics screen provides an organization-wide summary of form submission data and is available at `/fw/analytics`.

## Overview

This page displays aggregated submission analytics for the current organization over a configurable date range (defaulting to the last 30 days). It renders summary stat cards (loaded via `useFormAnalyticsSummary`) alongside a submission trend chart and two tables: top forms by submission volume and top forms by completion rate. Clicking a form row navigates to the per-form detail at `/fw/analytics/:formId`.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Access `/fw/analytics` directly or from the Forms & Workflow dashboard.
* Adjust the start and end date inputs to change the analytics window.

## Steps

<Steps>
  <Step title="Open Analytics">Navigate to `/fw/analytics`. Summary cards and the trend chart load for the default 30-day window.</Step>
  <Step title="Adjust date range">Update the **Start Date** and **End Date** fields to narrow or widen the analysis period.</Step>
  <Step title="Review top forms">Inspect the two tables — top forms by volume (total submissions) and top forms by completion rate.</Step>
  <Step title="Drill into a form">Click a row to open the form's detail analytics at `/fw/analytics/:formId`.</Step>
</Steps>

## Key concepts

* **Completion rate** — percentage of started submissions that were completed; shown as a badge (green above 70 %).
* **Submission trend chart** — rendered by `SubmissionTrendChart` component; time-series data from `useFormCompletionMetrics`.

## Related

<Columns cols={2}>
  <Card title="Forms & Workflow" icon="diagram-project" href="/fw/overview">
    Forms & Workflow core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fw\.tsx
  * src/cores/fw/pages/FormAnalyticsPage.tsx
  * src/platform/permissions/constants.ts
</Accordion>
