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

# Google Sheets tool

> Read data from and write data to a Google Sheet.

![Google Sheets](/docs/images/tools/integrations/GoogleSheetscover\(1\).png)

The Google Sheets tool lets your agent interact with your spreadsheets during a conversation. Use it to log form submissions, pull dynamic data like product lists or pricing, track support cases, or maintain customer records.

## Using the Google Sheets tool

Add the Google Sheets tool to your agent from **Tools** → **Add tool** → **Google Sheets**. You can also add tools directly from inside a [Playbook](/docs/documentation/build/steps/playbook) or [Integration step](/docs/documentation/build/steps/integration). Once added, you can call the Google Sheets tool from inside a [Playbook](/docs/documentation/build/playbooks) or [Workflow](/docs/documentation/build/workflows).

### Actions

| Action                     | Description                                         |
| -------------------------- | --------------------------------------------------- |
| **Add to sheet**           | Append a new row of data to an existing sheet.      |
| **Create new spreadsheet** | Create a new spreadsheet in your Google account.    |
| **Get rows**               | Retrieve one or more rows from a sheet.             |
| **Get sheet**              | Retrieve details and structure of a specific sheet. |
| **Update sheet**           | Update data in existing cells or rows.              |

## Learn more about integrations

<Card title="Integrate with third-party tools" icon="/docs/images/icons/integration.svg" href="/docs/courses/integrate-with-third-party-tools" cta="Learn now (5 mins)">
  The best agents use tools to interact with the outside world. Learn how to get started with our bitesized course.
</Card>
