> ## 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.

# Connectors Overview

> Connect ZeroTwo to your external apps and services with OAuth-based integrations.

Connectors are OAuth-based integrations that link ZeroTwo to the apps you already use — Google Drive, GitHub, Notion, Salesforce, and 40+ more. Once connected, those apps become available throughout ZeroTwo: in Agent Mode, Deep Research, Skills, Custom Agents, Tasks, and via @ mentions in chat.

## What connectors unlock

When you connect an app, ZeroTwo can read from and act within that app on your behalf. Here's where connected apps are usable:

| Feature                            | How connected apps are used                                                          |
| ---------------------------------- | ------------------------------------------------------------------------------------ |
| **Agent Mode**                     | Agents can read, write, and act across connected apps to complete multi-step tasks   |
| **Deep Research (Personal focus)** | Research draws on your personal data sources (Drive, Notion, etc.) alongside the web |
| **Skills**                         | Skills can be scoped to specific connected apps                                      |
| **Custom Agents**                  | Builder agents are configured with specific connectors                               |
| **Tasks**                          | Scheduled and triggered tasks can interact with connected apps                       |
| **@ mentions**                     | Type `@` in any chat to call on a connected app in context                           |

## How connections work

All ZeroTwo connectors use **OAuth 2.0** — the industry-standard authorization protocol. You never share your password with ZeroTwo. Instead, you authorize ZeroTwo to act on your behalf through the app's own authentication flow.

<Info>
  ZeroTwo stores only OAuth access tokens and refresh tokens, encrypted at rest. Your credentials are never stored or transmitted in plaintext.
</Info>

## Access connectors

Navigate to **Settings → Connectors** to view your connected apps, browse available integrations, and manage existing connections.

## Integration categories

ZeroTwo supports 45+ integrations across a wide range of categories:

| Category                | Examples                                                        |
| ----------------------- | --------------------------------------------------------------- |
| **Productivity & Docs** | Google Drive, Notion, Dropbox, Box, SharePoint, Apple iWork     |
| **Communication**       | Gmail, Outlook, Microsoft Teams                                 |
| **Calendar**            | Google Calendar, Outlook Calendar                               |
| **Development**         | GitHub, Sentry, CloudFlare, Supabase, Neon, PostgreSQL          |
| **Project Management**  | Linear, Jira, Asana, Monday.com, ClickUp, Airtable              |
| **CRM & Sales**         | Salesforce, HubSpot, Intercom                                   |
| **Design**              | Figma, Canva                                                    |
| **Automation**          | Zapier, Make (Integromat), Dify                                 |
| **Data & Analytics**    | PostHog, Explorium, HuggingFace, Firecrawl                      |
| **Meetings**            | Fireflies, TLDV                                                 |
| **Commerce & Payments** | Stripe, Square, PayPal                                          |
| **Other**               | Spotify, Expedia, Booking.com, DeepWiki, Hume, Zillow, Coursera |

## Getting started

<CardGroup cols={2}>
  <Card title="Connect an App" icon="plug" href="/connectors/connect-an-app">
    Step-by-step guide to connecting your first integration
  </Card>

  <Card title="OAuth & Authentication" icon="shield" href="/connectors/oauth-and-authentication">
    How OAuth 2.0 works and what ZeroTwo stores
  </Card>

  <Card title="Manage Connectors" icon="settings" href="/connectors/manage-connectors">
    View, reconnect, and disconnect your integrations
  </Card>

  <Card title="Troubleshooting" icon="zap" href="/connectors/troubleshooting">
    Fix common connection issues
  </Card>
</CardGroup>

## Integration-specific guides

<CardGroup cols={2}>
  <Card title="Google Drive" icon="folder" href="/integrations/google-drive">
    Connect and use Google Drive
  </Card>

  <Card title="Gmail" icon="message-square" href="/integrations/gmail">
    Connect and use Gmail
  </Card>

  <Card title="GitHub" icon="github" href="/integrations/github">
    Connect and use GitHub
  </Card>

  <Card title="Notion" icon="list-checks" href="/integrations/notion">
    Connect and use Notion
  </Card>

  <Card title="Linear" icon="zap" href="/integrations/linear">
    Connect and use Linear
  </Card>

  <Card title="Google Calendar" icon="star" href="/integrations/google-calendar">
    Connect and use Google Calendar
  </Card>

  <Card title="Google Contacts" icon="users" href="/integrations/google-contacts">
    Connect and use Google Contacts
  </Card>

  <Card title="Dropbox" icon="folder" href="/integrations/dropbox">
    Connect and use Dropbox
  </Card>

  <Card title="Box" icon="folder" href="/integrations/box">
    Connect and use Box
  </Card>

  <Card title="Canva" icon="palette" href="/integrations/canva">
    Connect and use Canva
  </Card>

  <Card title="Supabase" icon="zap" href="/integrations/supabase">
    Connect and use Supabase
  </Card>

  <Card title="More Integrations" icon="globe" href="/connectors/integrations/more-integrations">
    View all 45+ supported integrations
  </Card>
</CardGroup>
