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

# Box Integration

> Connect Box to ZeroTwo for enterprise cloud storage management with AI

The Box integration enables ZeroTwo to access and manage your Box files and folders through natural language, providing enterprise-grade file management capabilities.

## What you can do

<CardGroup cols={2}>
  <Card title="Search files" icon="magnifying-glass">
    Find files and folders across your Box account
  </Card>

  <Card title="Manage content" icon="folder-tree">
    Organize, share, and update files
  </Card>

  <Card title="Collaboration" icon="users">
    Share files and manage permissions
  </Card>

  <Card title="Read files" icon="file-lines">
    Access and analyze document contents
  </Card>
</CardGroup>

## Connecting Box

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

  <Step title="Authorize">
    Connect your Box account with OAuth authentication.
  </Step>

  <Step title="Confirm">
    <Check>
      Box integration is active.
    </Check>
  </Step>
</Steps>

## Using Box

### File operations

```text theme={null}
"Find PDFs in my Box account from this month"
"Upload this document to Box in the Projects folder"
"Share the Q4 report with team@company.com"
```

### Content management

```text theme={null}
"Create a new folder called '2024 Planning'"
"Move all draft documents to the Archive folder"
"Show me recently modified files"
```

## Related integrations

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

  <Card title="Dropbox" icon="dropbox" href="/integrations/dropbox">
    Dropbox integration
  </Card>

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