# Snowflake

1\. Go to **Workflows** and click **Create Workflow** (Before creating a new workflow, you have to [create a resource](/acho-studio/resources/add-a-resource.md) first and then [import the resource to a project](/acho-studio/data-prep-projects/create-a-project.md)).

<figure><img src="/files/oLq8xBqR5KKZSSxxltXm" alt=""><figcaption></figcaption></figure>

3\. In Workflow, drag **Snowflake** from the right sidebar to the canvas.&#x20;

<figure><img src="/files/LPlNWkIXKEC19FxpuBCW" alt=""><figcaption></figcaption></figure>

4\. Configure your Snowflake destination. (Remember to white list Acho's IP address: **`35.188.101.104`**)

![](/files/16cn92Z1olu3b7V6eiyN)

5\. Once your Snowflake is set up successfully, the status will become <img src="/files/XUVjABlrtvBATkg8s3Nq" alt="" data-size="line"> . Your Snowflake database will be stored in **Existing Database**, so next time you can drag it to the Workflow directly without filling out credentials.

<figure><img src="/files/Qp0jkpd2myaQL0j7dT9t" alt=""><figcaption></figcaption></figure>

6\. Connect the table to your Snowflake database.

<figure><img src="/files/BL8TdEm2jU34UT3sR7yE" alt=""><figcaption></figcaption></figure>

7\. Choose the **replication method** and click **Save.** When you export data to Snowflake, Acho will create a new table in your Snowflake. When your project table is updated, your table in Snowflake will be updated as well. The replication method is to determine how to update your table in Snowflake.

* **Full Refresh:** Replace your Snowflake table with the new table.

<figure><img src="/files/o4z1S4M20YiW3x8G8Bod" alt=""><figcaption></figcaption></figure>

8\. You can set up the **Data Sync** for your project table. Once your project table is updated, new data will be exported to your database automatically.&#x20;

![](/files/Sm8cNXq4QUjr7Md4fQJk)


---

# 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.acho.io/acho-studio/data-flow/export-data/connect-snowflake-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.
