> For the complete documentation index, see [llms.txt](https://developer.mediarithmics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.mediarithmics.io/advanced-usages/data-warehouse-management.md).

# Data warehouse management

{% hint style="info" %}
This feature is in Alpha, please contact your Account Manager to learn more.
{% endhint %}

If you wish to leverage data stored in your data warehouse, you can declare you own data warehouse in mediarithmics as a data source.&#x20;

We currently support the following warehouses :&#x20;

* [Google BigQuery](/advanced-usages/data-warehouse-management/bigquery.md)
* [Snowflake](/advanced-usages/data-warehouse-management/snowflake.md)

Learn more :&#x20;

* [How to set up a connection to your data warehouse ](/advanced-usages/data-warehouse-management/create-a-data-warehouse.md)
* [Ingest data coming from your warehouse](/data-ingestion/data-warehouse-ingestion.md)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.mediarithmics.io/advanced-usages/data-warehouse-management.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.
