# Google
URL: /reference/integrations/google
Type: reference
Description: Access Sheets, Docs, and Drive for data and content.
Keywords: google, integration, oauth, connect
Access Sheets, Docs, and Drive for data and content.

Connect [#connect]

Connect Google in **Settings → Integrations**. Open the Google card, click **Connect**, and authorize Stylo to access your Google account in the window that opens. The connection shows as **Connected** when authorization succeeds.

{/* TODO(docs): document the exact Google scopes/permissions Stylo requests — not encoded in the provider definition. */}

Supported actions and triggers [#supported-actions-and-triggers]

Triggers [#triggers]

| Block                                                    | What it does                                           |
| -------------------------------------------------------- | ------------------------------------------------------ |
| [Gmail](/reference/blocks/trigger-gmail)                 | Trigger workflow when new emails are received in Gmail |
| [Google Sheets](/reference/blocks/trigger-google-sheets) | Trigger workflow when Google Sheets data changes       |

Actions [#actions]

| Block                              | What it does                                        |
| ---------------------------------- | --------------------------------------------------- |
| [Google](/reference/blocks/google) | Read and write Google Sheets, Docs, and Drive files |

Limits and failure modes [#limits-and-failure-modes]

* The connection can expire or be revoked. When it does, Google blocks fail with an authorization error until you reconnect in **Settings → Integrations**.
* A disconnected or unconfigured integration makes its blocks unavailable in the Workflow Builder.

{/* TODO(docs): document Google-specific rate limits and permission errors — not encoded in @stylo/core. */}

Related [#related]

* [Integrations overview](/integrations)
* [All workflow blocks](/reference/blocks)
* [Troubleshooting](/troubleshooting)