# Connect your Warehouse

## **Why connecting your warehouse to** [**Whaly**](https://whaly.io)**?**

In order to use Whaly you have to connect a database that is commonly called a data warehouse. A data warehouse is **a central repository of information that can be analyzed to make more informed decisions**. Data flows into a data warehouse from transactional systems, relational databases, and other sources, typically on a regular cadence.

Connecting a Whaly to a warehouse ensures:

* Your data is stored on your own premise and that you control what Whaly has access to
* Your data is centralized in one database allowing you to "join" multiple sources
* Your data is observable so you can connect to your own warehouse and see exactly how it is stored

## How is the warehouse connection working?

When connecting Whaly to your warehouse, we ensure that the connection to your warehouse is the most secured based on the driver you are using. As of today Whaly supports two drivers, [BigQuery](/warehouse/google-bigquery.md) and [Snowflake](/warehouse/snowflake.md).&#x20;


---

# 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.whaly.io/warehouse/connect-your-warehouse.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.
