> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiple Accounts

> Manage and switch between multiple Craft accounts on the same device.

While merging two accounts isn't currently possible, you can add and switch between multiple accounts in the Craft app. This is useful if you have separate personal and work accounts, or manage content for multiple organizations.

<Info title="Platform Availability">
  Adding multiple accounts is currently available on iOS and macOS only.
</Info>

## Add Another Account

You can sign in to multiple Craft accounts on the same device and switch between them instantly.

<Tabs>
  <Tab title="macOS">
    <Steps>
      <Step>
        Click your profile picture in the top-right corner (next to the bell icon)
      </Step>

      <Step>
        Click the **Add Account** icon (plus sign)
      </Step>

      <Step>
        Sign in with your additional account credentials
      </Step>
    </Steps>

    <img src="https://mintcdn.com/craft-support/bXGV3J9qfsAQZqJz/images/account-and-subscription/multiple-accounts/en/content/add-account.png?fit=max&auto=format&n=bXGV3J9qfsAQZqJz&q=85&s=68fac536c66b7af480f4cafb66965cae" alt="Add account option in profile menu" width="728" height="692" data-path="images/account-and-subscription/multiple-accounts/en/content/add-account.png" />
  </Tab>

  <Tab title="iOS">
    <Steps>
      <Step>
        Tap your profile picture in the top-right corner
      </Step>

      <Step>
        Tap the **Add Account** icon (plus sign)
      </Step>

      <Step>
        Sign in with your additional account credentials
      </Step>
    </Steps>
  </Tab>
</Tabs>

After adding an account, all its spaces and documents will be accessible alongside your primary account.

## Switch Between Accounts

Once you've added multiple accounts, you can quickly switch between them from the profile menu.

<Steps>
  <Step>
    Click or tap your profile picture in the top-right corner
  </Step>

  <Step>
    Select the account you want to switch to from the account list
  </Step>
</Steps>

The app will immediately switch to the selected account, showing all its spaces and documents.

## Move Documents Between Accounts

You can transfer individual documents from one account to another while preserving the document content.

<Tabs>
  <Tab title="macOS">
    <Steps>
      <Step>
        Right-click on the document you want to move
      </Step>

      <Step>
        Select **Move to...** from the context menu
      </Step>

      <Step>
        Choose **To Another Space**
      </Step>

      <Step>
        Select the destination space in your other account
      </Step>
    </Steps>

    **To move multiple documents**: Hold **Shift** while selecting documents, then follow the same steps.
  </Tab>

  <Tab title="iOS">
    <Steps>
      <Step>
        Long-press on the document you want to move
      </Step>

      <Step>
        Tap **Move to...** from the menu
      </Step>

      <Step>
        Choose **To Another Space**
      </Step>

      <Step>
        Select the destination space in your other account
      </Step>
    </Steps>

    **To move multiple documents**: Tap and hold to select the first document, then tap additional documents before choosing **Move to...**.
  </Tab>
</Tabs>

<Warning title="Important Limitations">
  When moving documents between accounts:

  * **Folders cannot be moved** – only individual documents
  * **Block links will break** – internal links to other documents won't transfer
  * **Published page URLs will change** – you'll need to republish and update links
  * **Comments are not transferred** – document comments will be lost
</Warning>

## Best Practices

* **Use descriptive profile photos**: Set different profile pictures for each account to make them easy to identify at a glance
* **Organize by workspace type**: Consider using separate accounts for fundamentally different types of work rather than just for different projects
* **Export before major moves**: If you're planning to move many documents between accounts, consider exporting them first as a backup

## Related Articles

<CardGroup cols={2}>
  <Card title="Spaces" href="/en/organize-and-find/spaces">
    Learn about organizing content within spaces
  </Card>

  <Card title="Account Setup" href="/en/introduction/account-setup">
    Get started with your Craft account
  </Card>
</CardGroup>
