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

# Live Events

> View real-time impressions and events in FlagSync with Live Event Tail.

## What Is Live Event Tail?

Live Event Tail lets you watch impressions and events as they happen, available on Team and Pro plans. It tracks:

* **Events**: Generated when you call `client.track()`—user actions like clicks or purchases.
* **Impressions**: Logged automatically with every `client.flag()` call—showing which flag variant users see.

## How to Access

### View All Live Events and Impressions

* Go to the [Events Dashboard](https://www.flagsync.com/dashboard/events/) to see real-time activity across your environment.

  <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 Live Impressions for a Flag

* Navigate to the [Flags Dashboard](https://www.flagsync.com/dashboard/flags/).
* Select your feature flag (e.g., `signup-cta`), then click the "Live Tail" tab.

## Why It Matters

* **Developers**: Debug issues or verify `track()` and `flag()` calls instantly.
* **Product Managers**: Monitor feature performance live—e.g., how `Join Now` impressions convert.

## Next Steps

* Learn about [Events](/events/overview) and [Impressions](/impressions/overview).
* Start tracking in [Quickstart: Send Events](/quickstarts/events).
* Set up flags in [Quickstart: Integrate the SDK](/quickstarts/sdk).
