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

# Real-time Events: Validate Your SDK Integration

> Use the Real-time Events stream in Klaritics to watch events arrive live and validate that your SDK integration is sending data correctly.

The Real-time Events stream shows you a live feed of events as they arrive in your Klaritics instance. Use it to validate SDK integrations, debug tracking issues, and confirm that events are being sent with the right properties.

## When to use Real-time Events

<CardGroup cols={2}>
  <Card title="Validate SDK setup" icon="check-circle">
    After integrating the [Klaritics SDK](/sdk/overview), open Real-time Events and trigger actions in your app to confirm events appear.
  </Card>

  <Card title="Debug tracking issues" icon="bug">
    If a chart shows no data, check the stream to see whether the event is arriving at all or with missing properties.
  </Card>

  <Card title="Test new events" icon="flask">
    Before shipping a new feature, verify that the new events are structured correctly and include the expected attributes.
  </Card>

  <Card title="Monitor live traffic" icon="activity">
    During a launch or incident, watch the event volume in real time to confirm traffic patterns.
  </Card>
</CardGroup>

## How to read the stream

Each row in the stream shows the event name, timestamp, user identifier, and a preview of the event properties. Click any row to expand the full JSON payload and inspect every attribute.

<Info>
  Real-time Events displays the raw event stream. For aggregated analytics and saved queries, use [Chart Analysis](/analysis/chart-analysis) or build a [Dashboard](/dashboards/overview).
</Info>

## Next steps

* [SDK Overview](/sdk/overview)
* [Event Taxonomy](/data/event-taxonomy)
* [Real-time Users](/data/real-time-users)
