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

# Google Sheets

> Connect Google Sheets to AstroBee

Sync data from Google Sheets to AstroBee for analysis and data layer building.

## Overview

| Feature            | Details                     |
| ------------------ | --------------------------- |
| **Sync Type**      | Live sync via Fivetran      |
| **Authentication** | Google OAuth                |
| **Data Available** | Specified sheets and ranges |

## Connecting

1. Navigate to **Data Sources** → **Add New**
2. Click **Google Sheets**
3. Authorize AstroBee to access your Google account
4. Select the spreadsheets to sync
5. Configure sync settings

## What Gets Synced

* Sheet data as tables
* Column headers as field names
* Automatic type detection

## Sync Frequency

Data syncs automatically based on your Fivetran configuration. Default is every 6 hours.

## Next Steps

<CardGroup cols={2}>
  <Card title="Build a Data Layer" icon="sitemap" href="/features/data-layer">
    Create entities from your Google Sheets data
  </Card>

  <Card title="Other Connectors" icon="plug" href="/data/overview">
    Explore more data source options
  </Card>
</CardGroup>
