# 1. Set up a connection

Before you can begin transforming your data, you'll need to establish connections to your data destinations - the "L" (Load) in the ELT (Extract, Load, Transform) pipeline. These destinations are where your ingested data will ultimately reside, whether it's a database, data warehouse, or data lake.

The **Destinations** section in Recurve serves as your centralized hub for managing these crucial connection points. Here you can configure and maintain connections to various data storage systems.

For a simple, first-time connection, we recommend you set up connection to a relational database or a data warehouse, so that the raw tables are ready for data modeling without extra transformation.

To access **Destinations**, from Recurve left sidebar, select **Connections** -> **Destinations**.

<figure><img src="/files/3JDOeRgkUK98Le9XPKf0" alt=""><figcaption></figcaption></figure>

In the **Destinations** page, click **+ Create Connection**.

<figure><img src="/files/sDzwT63LOrGaQ3SWeOuh" alt=""><figcaption></figcaption></figure>

Select the connector to your data source and click **Set up**.

Each connector has its own set of authentication fields and configuration parameters. You can check out the list of available data sources here: [Destinations](/connections/destinations.md).

<figure><img src="/files/FHvxH190qvRxnzSUrl5E" alt=""><figcaption></figcaption></figure>

For a practical demo, you can follow the setup guide for specific data warehouse:

* [BigQuery setup](/getting-started/1.-set-up-a-connection/bigquery-setup.md)
* [Snowflake setup](/getting-started/1.-set-up-a-connection/snowflake-setup.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.reorc.com/getting-started/1.-set-up-a-connection.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.
