--- id: snowflake title: Snowflake --- # Snowflake ToolJet can connect to Snowflake databases to read and write data. - [Connection](#connection) - [Getting Started](#querying-snowflake) ## Connection Please make sure the host/ip of the database is accessible from your VPC if you have self-hosted ToolJet. If you are using ToolJet cloud, please whitelist our IP. You can find snowflake docs on network policies **[here](https://docs.snowflake.com/en/user-guide/network-policies.html)**. To add a new Snowflake database, click on the `+` button on data sources panel at the left-bottom corner of the app editor. Select Snowflake from the modal that pops up. ToolJet requires the following to connect to your Snowflake database. - **Account** - **Username** - **Password** :::info You can also configure for **[additional optional parameters](https://docs.snowflake.com/en/user-guide/nodejs-driver-use.html#additional-connection-options)**. :::