# What is Kuwala?

## Consolidating the Modern Data Stack

![](https://github.com/kuwala-io/kuwala/raw/master/docs/images/tool_description_github.png)

Kuwala is leveraging the prominent existing tools of the modern data stack that you know and love and brings them together in one intuitive interface.

### Running on top of your data warehouse

The Kuwala Canvas is connecting to your data warehouse and lets you build data pipelines with all the data you have in them.

Currently, we are supporting the following data warehouses:

<div align="left"><img src="https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg" alt="Postgres"> <img src="https://kuwala-public.s3.amazonaws.com/logos/google-bigquery-logo.svg" alt="BigQuery"> <img src="https://kuwala-public.s3.amazonaws.com/logos/snowflake-logo.svg" alt="Snowflake"></div>

### Airbyte for data sources

To get all your data into your data warehouse, we will build on top of Airbyte with its wide variety of connectors to SaaS tools.

### dbt for transformations

We are using dbt to build transformation blocks. Due to the nature of dbt Kuwala is running entirely on top of your data warehouse and saves all the data models you create directly there.


---

# 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.kuwala.io/what-is-kuwala.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.
