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

# Analytics

> Review session statistics and team performance after estimation

## Post-Session Analytics

After completing a Planning Poker session, Teamova generates an analytics page with a comprehensive summary of your estimation results. Use this data to review what happened, identify patterns, and share outcomes with your team.

<Tip>
  The analytics page is available as soon as a session is marked as completed. You can return to it at any time from the session archive.
</Tip>

## Key Metrics

At the top of the analytics page, you get an at-a-glance overview of the session.

<CardGroup cols={2}>
  <Card title="Participants" icon="users">
    The total number of people who participated in the session.
  </Card>

  <Card title="Stories Completed" icon="list-check">
    How many stories were estimated during the session.
  </Card>

  <Card title="Average Estimation" icon="chart-simple">
    The mean estimate across all stories, giving you a sense of overall sizing.
  </Card>

  <Card title="Consensus Rate" icon="handshake">
    The percentage of stories where the team reached agreement on the first round of voting.
  </Card>
</CardGroup>

## Stories Table

The stories table lists every story that was estimated during the session, along with its final value.

<AccordionGroup>
  <Accordion title="What the table includes">
    Each row displays the story name, its source (manual or imported from an integration), the final estimate set by the host, and the number of voting rounds it took to reach consensus.
  </Accordion>

  <Accordion title="Sorting and filtering">
    You can sort stories by name, final estimate, or number of rounds. This helps you quickly identify the largest stories or the ones that required the most discussion.
  </Accordion>
</AccordionGroup>

## Participant Activity Table

See who contributed and how actively each person participated in the session.

<AccordionGroup>
  <Accordion title="What the table includes">
    Each row shows a participant's name, how many stories they voted on, and their overall participation rate.
  </Accordion>

  <Accordion title="Why it matters">
    Tracking participation helps you identify disengaged team members or sessions where certain people were absent for parts of the estimation.
  </Accordion>
</AccordionGroup>

## Export

Download the full session report for offline analysis, stakeholder reporting, or archival purposes.

<Steps>
  <Step title="Open the analytics page">
    Navigate to the completed session and open the analytics view.
  </Step>

  <Step title="Click Export">
    Use the export button to download the session data.
  </Step>

  <Step title="Choose your format">
    Download the report as a CSV file containing all stories, estimates, participants, and voting details.
  </Step>
</Steps>

***

<Card title="Run a Session" icon="play" href="/en/planning-poker/sessions">
  Ready to estimate? Learn how to create and manage Planning Poker sessions.
</Card>
