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

# Overview

> Overview of the Google Sheets integration in Refold.

## Basic Overview

<CardGroup cols={2}>
  <Card title="Slug">
    google\_sheets
  </Card>

  <Card title="Authentication Method">
    OAuth 2.0
  </Card>

  <Card title="Website">
    [https://www.google.com/sheets/about/](https://www.google.com/sheets/about/)
  </Card>

  <Card title="Developer Portal">
    [https://console.cloud.google.com/welcome/](https://console.cloud.google.com/welcome/)
  </Card>

  <Card title="API Reference">
    [https://developers.google.com/sheets/api/reference/rest](https://developers.google.com/sheets/api/reference/rest)
  </Card>

  <Card title="Supported Resources">
    Uni-directional, Syncs
  </Card>
</CardGroup>

## Required Settings

* **Credentials required**
  * Client ID
  * Client Secret
  * Scopes

<Info>Learn how to create an OAuth app in Google Sheets [here](https://docs.gocobalt.io/resources/integration-providers/google_sheets).</Info>

* **Mandatory Scopes**

1. [https://www.googleapis.com/auth/userinfo.email](https://www.googleapis.com/auth/userinfo.email)
2. [https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)
3. [https://www.googleapis.com/auth/drive.readonly](https://www.googleapis.com/auth/drive.readonly)

## Configurable Resources

<CardGroup cols={2}>
  <Card title="Spreadsheet">
    Refold allows you to work with actions related to Spreadsheets.
  </Card>

  <Card title="Worksheet">
    Refold allows you to work with actions related to Worksheets.
  </Card>
</CardGroup>
