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

# Dropbox

> Train your chatbot on files from Dropbox.

Connect Dropbox to train your chatbot on documents stored in your personal or
team folders.

## Connect and sync

<Steps>
  <Step title="Open the connector">
    In your chatbot's sidebar, open **Files & Data Sources** → **Add Files**
    and choose **Dropbox**.
  </Step>

  <Step title="Authorize SiteGPT">
    Select **Connect Account** and sign in with Dropbox. Any Dropbox plan
    works, including Business accounts with team folders.
  </Step>

  <Step title="Pick files and sync">
    Select files and confirm with **Sync Selected Files**. Training status
    appears live in the list.
  </Step>
</Steps>

## What syncs from Dropbox

* Documents in supported formats: PDF, DOC/DOCX, TXT, CSV, Markdown
  (`.md`, `.markdown`), and similar text-based formats.
* Images, audio, and video are skipped.
* Dropbox Business team folders are supported when your account can open
  them.

## Keeping it in sync

Dropbox files do not update in SiteGPT automatically. When a file changes,
select it in **Files & Data Sources** and use **Resync**, or resync in bulk.

To refresh from the command line or a cron job of your own, use the
[CLI](/docs/cli/knowledge): `sitegpt knowledge documents resync --chatbot <chatbot-id> <document-id>`.

## Disconnecting

Remove SiteGPT from your Dropbox account's connected apps
(**Settings** → **Apps**). Trained content stays in your chatbot until you
delete it from the list.
