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

# Dropbox Integration

> Connect Dropbox to ZeroTwo for AI-powered file storage and collaboration

The Dropbox integration connects ZeroTwo to your Dropbox account, enabling file management, search, and collaboration through natural language.

## What you can do

<CardGroup cols={2}>
  <Card title="File search" icon="magnifying-glass">
    Find files across your entire Dropbox
  </Card>

  <Card title="File management" icon="folder">
    Upload, organize, and share files
  </Card>

  <Card title="Collaboration" icon="share-nodes">
    Share files and manage access permissions
  </Card>

  <Card title="Content access" icon="file-lines">
    Read and analyze file contents
  </Card>
</CardGroup>

## Connecting Dropbox

<Steps>
  <Step title="Open integrations">
    Settings → Integrations → Dropbox
  </Step>

  <Step title="Authorize">
    Sign in to Dropbox and grant permissions.
  </Step>

  <Step title="Confirm">
    <Check>
      Dropbox integration is ready.
    </Check>
  </Step>
</Steps>

## Using Dropbox

### File operations

```text theme={null}
"Find all spreadsheets in my Dropbox from last quarter"
"Upload this report to Dropbox in the Reports folder"
"Share the presentation with team members"
```

### Organization

```text theme={null}
"Create a folder structure for the new project"
"Move completed projects to the Archive folder"
"Show my most recent file uploads"
```

## Related integrations

<CardGroup cols={3}>
  <Card title="Google Drive" icon="google-drive" href="/integrations/google-drive">
    Google Drive
  </Card>

  <Card title="Box" icon="box" href="/integrations/box">
    Box integration
  </Card>

  <Card title="All integrations" icon="grid" href="/integrations">
    Browse all
  </Card>
</CardGroup>
