# Snowflake

You can connect to your Snowflake warehouse to explore data, combine them with other data sources and build apps on top of them as a data foundation.

## Connecting to your Snowflake data warehouse

To connect your Snowflake data warehouse, follow the steps below:

1. Go to **Data Management** and click on "**New source**" to create a new data source.&#x20;
2. Select **Snowflake** from the list of available data sources.
3. Name your data source connection and provide the connection details:

<table><thead><tr><th width="201">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Account identifier</strong></td><td>Unique identifier of your account.</td></tr><tr><td><strong>Warehouse</strong></td><td>Identifier of the warehouse (i.e. the compute engine).</td></tr><tr><td><strong>Database name</strong></td><td>Identifier of the database (i.e. the data storage).</td></tr><tr><td><strong>Schema</strong></td><td>Identifier of the target schema. Defaults to PUBLIC.</td></tr><tr><td><strong>Role</strong></td><td>Role of the user containing the required access privileges. Defaults to PUBLIC.</td></tr><tr><td><strong>Username &#x26; Password</strong></td><td>These are the credentials of the user account that has the required access permissions for (parts of) the data warehouse.</td></tr></tbody></table>

4. Click on "**Test connection"** to ensure that your connection works reliably and save your data source connection with "**Connect**".

Note: You can configure the data source for two different environments, Staging and Production. You can find more information about it [here](broken://pages/FM88Izx8RDNtGtuF6cvH).&#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.uify.io/integrations/snowflake.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.
