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

# Connect multiple accounts

> Connect more than one account from the same integration for different teams or data sources.

You can connect multiple accounts from the same platform — for example, two Google Drive accounts or separate Notion workspaces — to import data from each into your [Knowledge Base](/knowledge-base/overview).

<Info>Cassidy allows one active connection per integration at a time. To import from a second account, disconnect the first, connect the new one, import its content, then reconnect the original if needed.</Info>

## Import from multiple accounts

<Steps>
  <Step title="Connect the first account">
    Follow the integration's setup guide to connect your first account. For example, see the [Google Drive](/integrations/google-workspace/google-drive/overview) or [Notion](/integrations/notion/overview) integration pages.
  </Step>

  <Step title="Import the documents you need">
    Go to your [Knowledge Base](/knowledge-base/overview), click **Add**, select the integration, and import the files or folders you need from this account.
  </Step>

  <Step title="Disconnect the first account">
    Go to **Settings** > **Connected Apps**, find the integration, and click **Disconnect**.

    <Warning>Disconnect the current account before connecting a new one to avoid conflicts. All previously imported documents remain in your Knowledge Base after disconnecting.</Warning>
  </Step>

  <Step title="Connect the next account">
    Return to **Settings** > **Connected Apps** and click **Connect** for the same integration. Sign in with the second account credentials and authorize access.
  </Step>

  <Step title="Import from the new account">
    Go back to your Knowledge Base, click **Add**, and import the documents you need from the second account.
  </Step>

  <Step title="Repeat for additional accounts">
    Repeat the disconnect-and-reconnect process for any additional accounts you need to import from.
  </Step>
</Steps>

<Tip>All previously imported documents remain in your Knowledge Base even after you disconnect the account they came from. You only need the connection active to import new content or sync updates.</Tip>

## Next steps

<CardGroup cols={2}>
  <Card title="Integrations overview" icon="grid-2" href="/integrations/overview">
    See all available integrations and how to connect them.
  </Card>

  <Card title="Knowledge Base overview" icon="book" href="/knowledge-base/overview">
    Learn how to organize and manage your imported content.
  </Card>
</CardGroup>
