> ## 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.

# Google BigQuery

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

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

### Guided steps

<Accordion title="Connect to Google Big Query">
  <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 “Big Query”" />

    <Step title="Click on “Continue with Google.”" />

    <Step title="Allow permisions”">
      Select your Google account and ”Allow” from the Google sign-in permissions window
    </Step>

    <Step title="Copy your ”Project ID”">
      Head to the Big Query webpage and copy your Project ID by clicking on the dropdown to the right of the Google Cloud logo. Paste it in the field labeled “Project ID.”
    </Step>

    <Step title="Create your SQL query">
      Create your SQL query using the Big Query editor or your favorite editor, and paste it in the field labeled “Query”.
    </Step>

    <Step title="Allow write output to export data">
      If you want Graphext to write back the project's output to Big Query. Select “Allow write output.” View more documentation about this step in [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>
