> ## 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.

# Gesture Analytics

> User-level dashboard showing gesture interaction frequency, success rates, and usage trends over selectable date ranges.

Gesture Analytics is the page at `/settings/gestures/analytics` that displays a personal usage dashboard for touch gesture interactions. It shows per-gesture frequency counts, success rates, and a time-series trend chart over 7, 30, or 90 days.

## Overview

The page fetches data via `useGestureAnalytics({ dateRange })` and renders a line chart (`recharts`) of gesture usage over time alongside summary cards for each tracked gesture type. Supported gesture names include `swipe_to_dismiss`, `swipe_actions`, `pull_to_refresh`, `edge_swipe`, `pinch_to_zoom`, and `multi_touch`. A date-range selector (7 days, 30 days, 90 days) filters the chart and summary data.

Access follows your organization's role and module configuration. appears on this route.

## Who it's for

Access follows your organization's role and module configuration. SME should confirm intended access.

## Before you start

* Gesture tracking must be enabled (see [Gesture Preferences](/pf/gesture-preferences)).
* Data is available only for periods during which gestures were actively used.

## Steps

1. Navigate to **Settings → Gestures → Analytics** (`/settings/gestures/analytics`).
2. Select a date range (7 days, 30 days, or 90 days) using the range buttons.
3. Review the summary cards for each gesture type showing usage count and success rate.
4. Review the trend chart for usage patterns over time.
5. Use the back button to return to [Gesture Preferences](/pf/gesture-preferences).

## Key concepts

**Date range** — filters all metrics to the selected window (`7d`, `30d`, `90d`).

**Success rate** — the fraction of gesture attempts that completed successfully. Definition of "success" should be confirmed with an SME.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</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/platform.tsx
  * src/platform/settings/pages/GestureAnalyticsPage.tsx
  * src/platform/gestures/hooks/useGestureAnalytics.ts
</Accordion>
