> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebracket.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connecting Snowflake

> Follow these steps to sync an existing Snowflake table

<Warning>Snowflake is currently only available on Bracket's [legacy app](https://legacy.app.usebracket.com/)</Warning>

## Creating your connection URI

1. Gather the following details for a user on your Snowflake warehouse:

   1. user
   2. account (see below)
   3. password
   4. warehouse
   5. database
   6. schema
   7. table name
   8. primary key

<Tip>If you are starting with a full connection URI string, it should follow the format below:</Tip>

```shell Snowflake Connection URI theme={null}
jdbc:snowflake://<account_identifier>.snowflakecomputing.com/?<connection_params>
```

2. Enter the details above to the web app at app.usebracket.com

## Finding your account details

<Note>Bracket does not need your locator.</Note>

1. Log into your snowflake at [https://www.snowflake.com/](https://www.snowflake.com/)

2. Click on the account information in the bottom left corner of the UI

<Example>
  <img class="rounded-md w-full" src="https://mintcdn.com/bracket/bx6DzcifAPUE0Au7/img/snowflake-1.png?fit=max&auto=format&n=bx6DzcifAPUE0Au7&q=85&s=d95fd528c795a72c57a00b638c8d9b1a" width="3454" height="1932" data-path="img/snowflake-1.png" />
</Example>

3. Copy the account identifier as seen in this image

<Example>
  <img class="rounded-md w-full" src="https://mintcdn.com/bracket/bx6DzcifAPUE0Au7/img/snowflake-2.png?fit=max&auto=format&n=bx6DzcifAPUE0Au7&q=85&s=ac1c5a971b38b42a3cc45fff9ec555ab" width="1560" height="874" data-path="img/snowflake-2.png" />
</Example>
