> For the complete documentation index, see [llms.txt](https://docs.korewireless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.korewireless.com/developers/get-started/event-streams.md).

# Event Streams

This guide aims to help you get started with KORE event streams. Regardless of which destination type you choose to receive events, the steps are the same:

1. Setup and configure your infrastructure to receive events from KORE
2. Create a destination
3. (Optional) Test your Destination
4. Create a Streaming Rule
5. Read and Parse the Data

We have provided some quick starts for each destination type KORE supports.

* [AWS Kinesis Quick Start](/developers/get-started/event-streams/aws-kinesis-quick-start.md)
* [Webhook Quick Start](/developers/get-started/event-streams/webhook-quick-start.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.korewireless.com/developers/get-started/event-streams.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.
