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

# Google Contacts Integration

> Connect Google Contacts to ZeroTwo for AI-powered contact management and relationship tracking

The Google Contacts integration allows ZeroTwo to access and manage your contacts through natural language, helping you find contact information, update details, and organize your network.

## What you can do

<CardGroup cols={2}>
  <Card title="Search contacts" icon="magnifying-glass">
    Find people and their information using natural queries
  </Card>

  <Card title="View details" icon="address-card">
    Access phone numbers, emails, addresses, and notes
  </Card>

  <Card title="Add contacts" icon="user-plus">
    Create new contact entries with complete information
  </Card>

  <Card title="Update information" icon="pen-to-square">
    Modify contact details and add notes
  </Card>
</CardGroup>

## Connecting Google Contacts

<Steps>
  <Step title="Open integrations">
    Settings → Integrations → Google Contacts
  </Step>

  <Step title="Authorize">
    Click "Connect" and sign in with your Google account.

    **Permissions requested:**

    * View your contacts
    * Create and update contacts
    * Access contact groups/labels
  </Step>

  <Step title="Confirm">
    <Check>
      Google Contacts integration is active.
    </Check>
  </Step>
</Steps>

## Using Google Contacts

### Finding contacts

```text theme={null}
"Find contact information for John Smith"
"Show me all contacts at Company ABC"
"What's Sarah's email address?"
"Find contacts added this month"
```

### Adding contacts

```text theme={null}
"Add a new contact: Alice Johnson, email alice@company.com, phone 555-0123"
"Create a contact for my dentist with phone 555-TEETH"
"Save this person: Bob Lee, Software Engineer at Tech Corp"
```

### Updating contacts

```text theme={null}
"Update John Smith's email to john.smith@newcompany.com"
"Add note to Sarah's contact: Met at tech conference 2024"
"Change Mike's phone number to 555-9876"
```

## Privacy and data handling

<Info>
  Contact data is accessed only when you make specific requests and is not stored permanently on ZeroTwo servers.
</Info>

## Next steps

<CardGroup cols={3}>
  <Card title="Gmail" icon="envelope" href="/integrations/gmail">
    Email integration
  </Card>

  <Card title="Google Calendar" icon="calendar" href="/integrations/google-calendar">
    Calendar integration
  </Card>

  <Card title="All integrations" icon="grid" href="/integrations">
    Browse integrations
  </Card>
</CardGroup>
