# Destinations

A **destination** is a cloud tool or a platform where you want to send the data via RudderStack.

RudderStack currently supports over 150 destinations. These include [data warehouses](https://rudderstack.com/docs/data-warehouse-integrations/), [CRMs](https://rudderstack.com/docs/destinations/crm/), [analytics](https://rudderstack.com/docs/destinations/analytics/) and [marketing](https://rudderstack.com/docs/destinations/marketing/) platforms, and more.

The **Destinations** option is povided in the left navigation bar in the RudderStack dashboard. It lets you view all your configured destinations, as shown:

![RudderStack destinations](/files/M8hVEn1w5YzvI2wsT5Cm)

## Adding a destination

Follow these steps to add a destination in RudderStack:

1. Log into the [RudderStack dashboard](https://app.rudderstack.com/).
2. Click on **Add Destination** and select the destination you want to set up in RudderStack.
3. Assign a name to the destination and click on **Continue**.
4. Click on **Add Source** to connect a source with this destination. Refer to the detailed steps for [Adding a source](https://www.rudderstack.com/docs/rudderstack-cloud/sources/#adding-a-source).

![RudderStack destinations](/files/Lb7gHGlntra2goN2CPhd)

Alternatively, you can select an existing source (if any) for this destination and click on **Next**.

![Select the data source](/files/cO6ac6EDXe1e8ftyDUA8)

1. Configure the destination with the relevant connection settings. Refer to the [destination documentation](https://rudderstack.com/docs/destinations/) for more details on these settings.
2. Click on **Create New Transformation** if you want to add a [transformation](https://rudderstack.com/docs/transformations/). Otherwise, click on **Continue** to configure the destination successfully.

![Configuration successful](/files/myJmZP0EzRJ7ZBlxIaYr)

### Destination details

To get details about a configured destination, click on it to see the following options:

* **Rename**: Lets you rename the destination by clicking the edit icon next to the destination's name.

![Rename a destination](/files/TtrMJ5wn9x33iJBweFZu)

* **Live Events**: Lets you view the real-time event data flowing through RudderStack. Refer to [Live Events](https://www.rudderstack.com/docs/rudderstack-cloud/live-events/) for more information.
* **Sources**: Displays all the sources connected to a destination and their status (enabled/disabled). You can also connect a new source by clicking on the **Add source** button.
* **Transformation**: Lets you connect an existing user transformation to your destination.

To add a new transformation, go to the **Transformations** option in the left navigation bar and click on **New Transformation**.

* **Events**: Displays all the latest metrics related to the event delivery such as number of events successfully delivered, failed events, etc. You can also filter these by the source and the time period.
* **Configuration**: Lets you edit the connection settings of the destination.
* **Settings**: Provides additional destination-related details, such as:
  * **Enabled**: Lets you enable or disable sending data to the destination.
  * **Destination ID**: Unique identifier associated with your destination.
  * **Permanently delete destination**: Lets you delete the destination by clicking on the **Delete** button.

Before you delete a destination, make sure there are no sources connected to it.

### Cloning a destination

You can duplicate an existing destination by following these steps:

1. Click on the **Duplicate Destination** option in the **Destination Details** page.

![Duplicate a destination](/files/S1eGrpSTDDCzGk4pQZGi)

1. Assign a name to the new destination and click on **Continue**.
2. Connect the destination to a source to successfully configure it.

## Contact us

For more information on any of the sections covered in this guide, you can [contact us](mailto:%20docs@rudderstack.com) or start a conversation in our [Slack](https://rudderstack.com/join-rudderstack-slack-community) community.


---

# 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://rudderlabs.gitbook.io/rudderlabs-1/docs/rudderstack-cloud/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.
