# Connect Rasgo to your Data

Rasgo allows you to bring your own Cloud Data Warehouse. When selecting this option, all compute runs inside your warehouse so that data never leaves your account.

### Enter your connection details

If you are the first user in a Rasgo account, you will be prompted to enter connection information for your Data Warehouse.

After the initial connection, you can change your Data Warehouse connection or set up OAuth in the [Admin Settings](/rasgo-docs/using-rasgo/admin-settings.md) page

### Provision credentials in your Data Warehouse

Click below for configuration instructions and sample SQL scripts:

{% content-ref url="/pages/JPXbIUILe89vjQ5CkP2L" %}
[Snowflake](/rasgo-docs/integrations/snowflake.md)
{% endcontent-ref %}

{% content-ref url="/pages/LS6D70sU2maZsNfJylgv" %}
[BigQuery](/rasgo-docs/integrations/bigquery.md)
{% endcontent-ref %}

{% content-ref url="/pages/B8yXwRYfABQl3F4kQqS8" %}
[Redshift](/rasgo-docs/integrations/redshift.md)
{% endcontent-ref %}

{% content-ref url="/pages/q31JQngXr8pQyfybWcYr" %}
[DeltaLake (via Databricks)](/rasgo-docs/integrations/deltalake-via-databricks.md)
{% endcontent-ref %}


---

# 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.rasgoml.com/rasgo-docs/set-up-rasgo/connecting-your-database.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.
