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

# Overview

> Track feature flag exposure in FlagSync to measure flag variant impact.

## What Are Impressions?

Impressions record which flag variant a user sees—e.g., "Join Now" or "10% discount". They serve as the foundation for measuring feature impact in [Metrics](/metrics/overview) and [Experiments](/experiments/overview).

## Why Impressions Matter

<CardGroup cols={3}>
  <Card title="Metrics" icon="chart-line">
    Pair with events to calculate conversion rates (e.g., sign-ups per impression).
  </Card>

  <Card title="Experiments" icon="flask">
    Enable variant comparison—e.g., does "Sign Up" outperform "Register"?
  </Card>

  <Card title="Insights" icon="lightbulb">
    Provide exposure data for debugging or rollout validation.
  </Card>
</CardGroup>

## How to Access

* **View All**: See real-time activity on the [Events Dashboard](https://www.flagsync.com/dashboard/events/).
  <Frame>
    <img alt="Live Events Dashboard showing tracked events" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/dashboard-events.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=dd86a6beb9fc06d2f2aa4efe658a96f8" width="1125" height="659" data-path="images/dashboard-events.webp" />
  </Frame>
* **View for a Flag**: Go to the [Flags Dashboard](https://www.flagsync.com/dashboard/flags/), select your flag (e.g., `signup-cta`), and click "Live Tail".

## Next Steps

* Learn more in [Generating Impressions](/impressions/generating).
* Set up flags in [Quickstart: Integrate the SDK](/quickstarts/sdk).
* Explore [Events](/events/overview) for action tracking.
