# Quickstart

There are two main actions required to configure the Erathos platform effectively:

{% stepper %}
{% step %}

### Connect your data sources

Erathos can seamlessly connect to various data sources, including **SaaS platforms** (via APIs) and **databases**.

Pipelines define how the Extract and Load (EL) process is executed. You can configure the frequency and method of updates, as well as select the specific tables or endpoints to sync.
{% endstep %}

{% step %}

### Connect to your Data warehouse

Connect to the Data Warehouse that will serve as the destination for Erathos integrations.
{% endstep %}
{% endstepper %}

## 1. Connect your data sources

To connect to a data source, navigate to **Connections** and select **+ New connection**.

Choose the relevant connector (if you're unsure, refer to the [connector's documentation page](/connectors/apis.md) for guidance) and enter your credentials.

Finally, create the jobs that will define the data movement routines, setting up the frequency and method of synchronization.

{% embed url="<https://www.tella.tv/video/cm42pyrs6002103l712r7a6bo/embed?a=0&b=0&loop=0&muted=0&t=0&title=0&wt=0>" %}

## 2. Connect to your Data warehouse

To connect to your Data Warehouse, navigate to **Settings > Data Warehouse** in Erathos and select your desired option.

Erathos supports integration with several major Data Warehouses, including:

* [**BigQuery**](/destinations/bigquery.md)
* [**PostgreSQL**](/destinations/postgresql.md)
* [**Redshift**](/destinations/redshift.md)
* [**Databricks**](/destinations/databricks.md)

{% embed url="<https://www.tella.tv/video/cm3ehotcm000q03m8gpdngypw/embed?a=0&b=0&loop=0&muted=0&t=0&title=0&wt=0>" %}

{% hint style="info" %}
If you dont have a Google BigQuery, we can host for you. Referer to [Hosted by Erathos](/destinations/bigquery/hosted-by-erathos.md)
{% endhint %}


---

# 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.erathos.com/introduction/quickstart.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.
