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

# Connect Gmail Individual

> Connect one Google user's Gmail account through Google's hosted integration endpoint.

Gmail Individual is a **Dev Testing** integration. Use it when one signed-in Google user should grant daoco access only to Gmail data available to that user during provider approval or testing. Google hosts the [MCP](/connections/integrations#what-is-mcp) endpoint for this connection.

## Connect Gmail Individual

<Steps>
  <Step title="Enable Dev Testing">
    A workspace owner or admin must enable **Dev Testing** integrations in **Settings** -> **Preview features**.
  </Step>

  <Step title="Open the Gmail Individual card">
    Open **Connections** -> **Integrations** -> **Dev Testing** and choose **Gmail Individual**.
  </Step>

  <Step title="Approve Google OAuth">
    Choose **Connect**, sign in with the Google user, and approve Gmail read and compose scopes.
  </Step>

  <Step title="Verify safely">
    Confirm the row is healthy, then run a minimal read-only [`/integration`](/connections/integrations#what-is-mcp) proof such as listing labels. Do not prove access by reading message bodies, subjects, snippets, or recipients.
  </Step>
</Steps>

## Workspace restrictions

If the Google account belongs to a restricted Workspace, a Google Workspace admin may need to trust the daoco OAuth app or allow these scopes:

```text theme={null}
https://www.googleapis.com/auth/gmail.readonly
https://www.googleapis.com/auth/gmail.compose
```

daoco Google OAuth client ID:

```text theme={null}
96740286304-9cfdidtfpagihnu2i2dmkk9is3ann2mr.apps.googleusercontent.com
```

<Warning>
  This guide remains available for testing, but Gmail Individual is not part of the normal Mail & Calendar production category.
</Warning>
