# 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: 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/event-streams/destinations.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.
