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

# Adding Data Sources

> Learn how to connect your data sources to Steps AI for intelligent insights

## What Are Data Sources?

Data sources are the connections between Steps AI and your existing tools and platforms. They allow your AI assistant to access, search, and analyze information from your emails, documents, conversations, and files to provide intelligent, contextual responses.

<Info>
  **Why Connect Data Sources?** Data sources enable your AI to understand your work context, find relevant information across platforms, and provide more accurate and helpful responses.
</Info>

## How to Add Data Sources

<Steps>
  <Step title="Navigate to Connectors" icon="settings">
    Go to the **Connectors** section in the left sidebar of your Steps AI interface
  </Step>

  <Step title="Choose Your Source" icon="plus">
    Click on the data source you want to connect (Google Drive, Slack, Gmail, etc.)
  </Step>

  <Step title="Authenticate" icon="shield">
    Follow the authentication process and grant necessary permissions when prompted
  </Step>

  <Step title="Verify Connection" icon="check">
    Wait for the status to show "Connected" and test the connection
  </Step>
</Steps>

## Available Data Sources

<CardGroup cols={2}>
  <Card title="Google Drive" icon="folder">
    Access your documents, spreadsheets, and presentations stored in Google Drive
  </Card>

  <Card title="Slack" icon="message-circle">
    Search through team conversations, channels, and shared files in your Slack workspace
  </Card>

  <Card title="Gmail" icon="mail">
    Find information from your emails and compose professional responses
  </Card>

  <Card title="Notion" icon="notion">
    Access your Notion pages, databases, and knowledge base content
  </Card>
</CardGroup>

<Tip>
  **Start with One Source**: Begin by connecting your most important data source first, then gradually add others as needed.
</Tip>

## Connection Troubleshooting

| Issue                    | Solution                                                   |
| ------------------------ | ---------------------------------------------------------- |
| **Authentication Fails** | Check your login credentials and try re-authenticating     |
| **Permission Denied**    | Ensure you have proper access rights to the platform       |
| **Connection Timeout**   | Check your internet connection and try again               |
| **Data Not Syncing**     | Allow time for initial indexing (can take several minutes) |

## FAQ

<AccordionGroup>
  <Accordion title="How many data sources can I connect?">
    You can connect multiple data sources simultaneously. There's no limit on the number of sources you can add to your Steps AI workspace.
  </Accordion>

  <Accordion title="Is my data secure when connected?">
    Yes! Your data remains in your original accounts. Steps AI only accesses what it needs for your specific requests and never stores your data permanently.
  </Accordion>

  <Accordion title="Can I disconnect a data source later?">
    Absolutely! You can disconnect any data source at any time through the Connectors section. This will immediately stop access to that platform.
  </Accordion>

  <Accordion title="What if I don't see my data source listed?">
    Contact support at [connect@stepsai.co](mailto:connect@stepsai.co) to request additional integrations. We're constantly adding new data sources based on user needs.
  </Accordion>

  <Accordion title="How long does it take to sync my data?">
    Initial indexing typically takes 5-15 minutes depending on the amount of data. You'll see a "Connected" status when the sync is complete.
  </Accordion>

  <Accordion title="Can I connect to multiple accounts of the same platform?">
    Yes! You can connect multiple accounts (e.g., multiple Gmail accounts or Slack workspaces) to access information from all of them.
  </Accordion>
</AccordionGroup>

## Next Steps

<Warning>
  **Important**: After connecting your data sources, create a knowledge base to start organizing and accessing your information effectively.
</Warning>

<CardGroup cols={1}>
  <Card title="Create Your Knowledge Base" icon="database" href="/knowledge-base/create-knowledgebase">
    Set up your first knowledge base to start using your connected data sources
  </Card>
</CardGroup>
