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

# Google Sheets

> Connect Google Sheets to your UltraClaw AI assistant. Read, analyze, and update your spreadsheets.

# Google Sheets

Connect Google Sheets to your UltraClaw AI agent and work with your spreadsheets through conversation. Read data, run analyses, update cells, and get summaries — all without opening a spreadsheet.

## What You Can Do

<CardGroup cols={2}>
  <Card title="Read & Analyze" icon="chart-line">
    *"What's the total in column D of my sales tracker?"*
    *"Summarize the data in my budget spreadsheet"*
    *"What's the average order value in my CRM sheet?"*
  </Card>

  <Card title="Search & Find" icon="magnifying-glass">
    *"Find the row with Acme Corp in my clients sheet"*
    *"Which cells contain 'overdue'?"*
    *"Show me all rows where revenue is over \$10k"*
  </Card>

  <Card title="Update & Edit" icon="pen-to-square">
    *"Update the status column for row 15 to 'Complete'"*
    *"Add a new row to my expense tracker"*
    *"Set cell B3 to today's date"*
  </Card>

  <Card title="Summarize & Report" icon="clipboard-list">
    *"Give me a summary of this month's expenses"*
    *"How many entries are in my inventory sheet?"*
    *"What are the top 5 items by quantity?"*
  </Card>
</CardGroup>

## Example Questions

* *"Open my 'Sales Pipeline' spreadsheet and tell me how many deals are in progress"*
* *"What's the sum of column C in my budget sheet?"*
* *"Add a row: 'New Client', 'March 2026', '\$5,000'"*
* *"How many rows are in my inventory spreadsheet?"*
* *"Compare this month's numbers to last month in my tracker"*

## How to Connect

<Steps>
  <Step title="Open Integrations">
    Go to **Integrations** in your [dashboard](https://ultraclaw.ai/dashboard), or tell your agent *"connect my Google Sheets."*
  </Step>

  <Step title="Sign in with Google">
    You'll be redirected to Google's authorization page. Sign in and select the account with the spreadsheets you want to access.
  </Step>

  <Step title="Grant permissions">
    Review the permissions and click **Allow**. Your agent needs access to read and edit your spreadsheets.
  </Step>

  <Step title="Start working">
    Your agent can immediately read, analyze, and update your Google Sheets.
  </Step>
</Steps>

## Permissions

| Permission              | What It Does                                            |
| ----------------------- | ------------------------------------------------------- |
| **Read spreadsheets**   | Your agent can view data, formulas, and formatting      |
| **Edit spreadsheets**   | Your agent can update cells, add rows, and modify data  |
| **Search spreadsheets** | Your agent can find specific spreadsheets in your Drive |

<Tip>
  Google Sheets is great for tracking recurring data. Set up a [cron job](/assistant/cron-jobs) to have your agent update a spreadsheet on a schedule — like logging daily metrics or pulling weekly reports.
</Tip>

<Info>
  Revoke access anytime from your UltraClaw dashboard or from [Google Account Settings](https://myaccount.google.com/permissions).
</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="Google Drive" icon="hard-drive" href="/integrations/google-drive">
    Access all your files, not just spreadsheets.
  </Card>

  <Card title="All Integrations" icon="plug" href="/integrations/overview">
    See every integration available.
  </Card>
</CardGroup>
