# Snowflake (Beta)

To export your datasets to Snowflake, you'll click on the Export button in either the sidebar or on your data tile. Once you get to the Export screen, select Snowflake from the dropdown.

![Select Snowflake](/files/-MjA2zLpBzhKnqZeKYaV)

You'll then select the connection and database that you would like to export to.

If the table name that you are exporting is unique within the Snowflake database, it will create a new table. However, if the table name already exists (say it's on a regular schedule, etc), you have one of two options.

The first is to drop (remove) the original table in Snowflake to replace it with your new data from Phiona. This might be good for a daily report, or a situation where your data needs to be updated regularly.

The second option is to keep the existing table, and rename your dataset as it leaves Phiona to something different.


---

# 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.phiona.com/export-destinations/snowflake-beta.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.
