# Snowflake

## Set up a Snowflake connection

When inside a workbook, click **View** > **Databases**, then click the **+** icon and follow the on-screen instructions.

To find your account name, follow [these instructions](https://docs.snowflake.com/en/user-guide/admin-account-identifier). Note that in some cases, it's necessary to [include your cloud region in the identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier#format-2-legacy-account-locator-in-a-region).

<figure><img src="/files/WkU4JPm7Ea30YF9aOj71" alt=""><figcaption><p>Create a Snowflake connection</p></figcaption></figure>

For detailed instructions, see [Connect your data to DataLab](/connect-to-data/connect-your-data-to-workspace.md).

If you want to experiment with Snowflake without setting up a connection, you can use our sample data warehouse with London Public Transit data.

## Query the database

You can now query the Snowflake data warehouse with a [SQL cell](/work/sql-cell.md). Select it in the **Select source** dropdown in the top left corner of a SQL cell, or select the sample Snowflake database.

<figure><img src="/files/08xAAvBAaQc3zGAmmqJ0" alt=""><figcaption><p>Example of a SQL cell using the <code>London Public Transport</code> connection. The query result is available as <code>TFL_JOURNEYS</code>.</p></figcaption></figure>


---

# 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://datalab-docs.datacamp.com/connect-to-data/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.
