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

# Snowflake

> Connect Graphext to Snowflake and be able to bring your data and write back to your data warehouse recurrently

<Frame caption="Connect Graphext to Snowflake">
  <iframe width="640" height="449" src="https://www.youtube.com/embed/vSJW71Jw7_4?si=-oy2ZW2ga1Ibpw5-" title="Connect Graphext to Snowflake" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen="True" />
</Frame>

### Guided steps

<Accordion title="Connect to Snowflake">
  <Steps>
    <Step title="Create a project">
      Click on “New Project” (this will add the integration to your personal team) or the “Integrations” button inside the team you want to work on.
    </Step>

    <Step title="Select Snowflake from the integrations list." />

    <Step title="Introduce your account Username and Password." />

    <Step title="Head to the Snowflake webpage">
      Open the **Admin** page and click on **Accounts**.
    </Step>

    <Step title="Hover directly to the right of the Account label">
      Click the icon to copy the URL. Paste it in the field labeled **Account ID / URL**.
    </Step>

    <Step title="Create your SQL query">
      Using the Snowflake Worksheets or your favorite editor, and paste it in the field labeled **Query**. Make sure to access the full path.
    </Step>

    <Step title="Allow write output to export data">
      If you want Graphext to write back the project's output to Snowflake. Select “Allow write output.” View more documentation about this step in our [API Docs](/api-docs).
    </Step>

    <Step title="Save">
      Click on “Save and create project” to retrieve your data and begin exploring or “Save” the integration for later use.
    </Step>
  </Steps>
</Accordion>
