# Event Stream

## How it works

The Event Stream tab shows the most recent notifications being sent to your users. It has live updates as notifications are sent to your users. You can see the notifications on the left side. If you click on one of the notifications in the list, it will show details on the right side. There are 2 sections: Raw Data and a Preview. The Raw Data section shows the data that was received by the Ravenhub API and the Preview section below shows what the user will see in their notification center.

![](/files/-M8Tzye53UJc2FVgUIXT)

## Using the Event Stream for debugging

You can use the event stream to debug issues with templates. For example, if notifications aren't appearing properly, you can check that the data is coming through in the Raw Data section and check that against the template to make sure that variable names are properly matched. It also allows you to see what your users are going to see without logging into each of your user's apps to see for yourself.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ravenhub.io/event-stream.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
