> 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/event-streams/destinations.md).

# Destinations

A destination is where you want your events to be delivered. The destination types KORE supports today are:

* [Amazon Kinesis](https://aws.amazon.com/kinesis/)
* [Webhooks](/developers/webhooks.md)

When you [create ](/developers/get-started/event-streams.md)your [destination](https://build.korewireless.com/event-stream/destination), you can [test and validate](/developers/how-to/event-streams/test-my-destination.md) that KORE and your destination can communicate, and you can receive events from KORE.&#x20;

You can have as many destinations as you wish, tie as many [streaming rules](/developers/event-streams/streaming-rules.md) to the destination and [edit ](/developers/how-to/event-streams/modify-my-destination.md)your settings after you've created the destination.

<figure><img src="/files/ZiNiANLxWB8E16I0sbAL" alt=""><figcaption><p>Destinations Landing Page</p></figcaption></figure>

<figure><img src="/files/wpsRt72dtxmV1wcZibQv" alt=""><figcaption><p>Destination Details</p></figcaption></figure>

To get started, we have provided you with some quick starts for each destination type we support

* [Amazon 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, and the optional `goal` query parameter:

```
GET https://docs.korewireless.com/developers/event-streams/destinations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
