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

# Gmail Connector

> Connect your Gmail to search emails and compose contextual responses

## Overview

The Gmail connector enables AIDE to access your email conversations, search through your inbox, and help compose contextual responses. This powerful integration allows the AI to understand your communication history and provide intelligent email assistance.

## Key Benefits

<CardGroup cols={2}>
  <Card title="Email Search" icon="search">
    Find specific emails and conversations using natural language
  </Card>

  <Card title="Contextual Responses" icon="message-square">
    Compose emails that reference previous conversations and context
  </Card>

  <Card title="Conversation History" icon="history">
    Access your complete email history for better understanding
  </Card>

  <Card title="Smart Drafting" icon="edit">
    Get AI assistance in drafting professional email responses
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Access Connectors">
    Navigate to the Connectors section in your AIDE dashboard
  </Step>

  <Step title="Choose Gmail">
    Select the Gmail connector from the available options
  </Step>

  <Step title="Google Authentication">
    Sign in with your Google account and authorize Gmail access
  </Step>

  <Step title="Configure Settings">
    Set up email access preferences and security settings
  </Step>
</Steps>

## Video Tutorial

<div className="relative aspect-video my-8">
  <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintlify.s3.us-west-1.amazonaws.com/stepsai/Connecting_to_Gmail.mp4">
    Your browser does not support the video tag.
  </video>

  <div className="rounded-lg w-full bg-gradient-to-br from-red-50 to-pink-100 dark:from-gray-800 dark:to-gray-900 flex items-center justify-center p-8 min-h-[300px] border-2 border-dashed border-red-200 dark:border-gray-600" style={{display: 'none'}}>
    <div className="text-center max-w-md">
      <div className="text-6xl mb-4" />

      <h3 className="text-xl font-semibold mb-3 text-gray-800 dark:text-gray-200">
        Gmail Integration Tutorial
      </h3>

      <p className="text-gray-600 dark:text-gray-400 mb-4 leading-relaxed">
        Video tutorial is temporarily unavailable. Follow the detailed step-by-step guide below to learn about connecting Gmail.
      </p>

      <div className="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-red-100 text-red-800 dark:bg-red-900 dark:text-red-200">
        Written Guide Available Below
      </div>
    </div>
  </div>
</div>

<Tip>
  **Use Specific Queries**: Ask for emails about specific topics, people, or time periods for better results
</Tip>

## FAQ

<AccordionGroup>
  <Accordion title="Can AIDE read all my emails?">
    AIDE can only access emails when you specifically ask it to search or reference them. It doesn't scan your entire inbox automatically.
  </Accordion>

  <Accordion title="Can AIDE send emails on my behalf?">
    No, AIDE can only help draft emails. You'll always review and send emails yourself through Gmail.
  </Accordion>

  <Accordion title="How secure is my email data?">
    Your email data is protected with enterprise-grade security and is only accessed when you make specific requests.
  </Accordion>

  <Accordion title="Can I connect multiple Gmail accounts?">
    Yes! You can connect multiple Gmail accounts, including personal and work accounts.
  </Accordion>
</AccordionGroup>

<Info>
  **Be Specific**: Use detailed queries to find the exact emails you're looking for
</Info>
