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

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

<Frame caption="Connect Graphext to Google Sheets">
  <iframe width="640" height="449" src="https://www.youtube.com/embed/CDhAXPlgcqg?si=w491OrCol0k-ck89" title="Connect Graphext to Google Sheets" 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 Sheets">
  <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 Google Sheets from the integrations list." />

    <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="Navigate to the desired file in Google Sheets" />

    <Step title="Browser URL of the desired sheet">
      Copy the URL from the browser (not the shareable link) and paste it into the field labeled **Browser URL of the desired sheet**. Note we can only retrieve the data from the sheet you select, not all the sheets in your file.
    </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>
