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

# Developer Guides Overview

<CardGroup cols={3}>
  <Card title="Start Here" href="/guides/getting-started/index" icon="rocket">
    Get started with Box API basics and create your first application
  </Card>

  <Card title="Box Archive" href="/guides/archives/index" icon="archive">
    Learn about Box Archive capabilities
  </Card>

  <Card title="Box AI" href="/guides/box-ai/index" icon="sparkles">
    Explore AI-powered features in Box
  </Card>

  <Card title="Box AI Studio" href="/guides/ai-studio/index" icon="star">
    Build and manage AI agents with Box AI Studio
  </Card>

  <Card title="Box MCP Server" href="/guides/box-mcp/index" icon="server">
    Integrate Box with Model Context Protocol
  </Card>

  <Card title="Box Doc Gen" href="/guides/docgen/index" icon="file-lines">
    Generate documents programmatically
  </Card>

  <Card title="Applications" href="/guides/applications/index" icon="puzzle">
    Build and manage Box applications
  </Card>

  <Card title="Authentication" href="/guides/authentication/index" icon="fingerprint">
    Secure your applications with Box authentication
  </Card>

  <Card title="Authorization" href="/guides/authorization/index" icon="shield-check">
    Control access and permissions
  </Card>

  <Card title="API Calls" href="/guides/api-calls/index" icon="network-wired">
    Master API fundamentals and best practices
  </Card>

  <Card title="CLI" href="/guides/cli/index" icon="terminal">
    Use Box command line interface
  </Card>

  <Card title="Embed Box" href="/guides/embed/index" icon="square-arrow-up-right">
    Embed Box experiences in your applications
  </Card>

  <Card title="Tooling" href="/guides/tooling/index" icon="wrench">
    Explore tools and SDKs for Box development
  </Card>

  <Card title="Security" href="/guides/security/index" icon="camera-cctv">
    Implement security best practices
  </Card>

  <Card title="SSO & App Users" href="/guides/sso-identities-and-app-users/index" icon="users">
    Set up single sign-on and app users
  </Card>

  <Card title="Collaborations" href="/guides/collaborations/index" icon="handshake">
    Enable team collaboration features
  </Card>

  <Card title="Collections" href="/guides/collections/index" icon="folder-open">
    Organize content with collections
  </Card>

  <Card title="Comments" href="/guides/comments/index" icon="message">
    Add commenting features to your app
  </Card>

  <Card title="Downloads" href="/guides/downloads/index" icon="download">
    Implement file download functionality
  </Card>

  <Card title="Events" href="/guides/events/index" icon="bell">
    Monitor and react to Box events
  </Card>

  <Card title="Files" href="/guides/files/index" icon="file">
    Work with files in Box
  </Card>

  <Card title="File Requests" href="/guides/file-requests/index" icon="inbox">
    Create and manage file requests
  </Card>

  <Card title="Folders" href="/guides/folders/index" icon="folder">
    Manage folder operations
  </Card>

  <Card title="Integration Mappings" href="/guides/integration-mappings/index" icon="link">
    Map users across integrations
  </Card>

  <Card title="Legal Holds" href="/guides/legal-holds/index" icon="scale-balanced">
    Manage legal hold requirements
  </Card>

  <Card title="Metadata" href="/guides/metadata/index" icon="tag">
    Add custom metadata to content
  </Card>

  <Card title="Mobile" href="/guides/mobile/index" icon="mobile">
    Build mobile Box applications
  </Card>

  <Card title="Representations" href="/guides/representations/index" icon="image">
    Work with file representations
  </Card>

  <Card title="Retention Policies" href="/guides/retention-policies/index" icon="hourglass-end">
    Set up content retention policies
  </Card>

  <Card title="Search" href="/guides/search/index" icon="magnifying-glass">
    Implement powerful search functionality
  </Card>

  <Card title="Shared Links" href="/guides/shared-links/index" icon="share-nodes">
    Create and manage shared links
  </Card>

  <Card title="Box Relay" href="/guides/box-relay/index" icon="zap">
    Automate workflows with Box Relay
  </Card>

  <Card title="Box Sign" href="/guides/box-sign/index" icon="pen-fancy">
    Add e-signature capabilities
  </Card>

  <Card title="Tasks" href="/guides/tasks/index" icon="list-check">
    Create and manage tasks
  </Card>

  <Card title="Trash" href="/guides/trash/index" icon="trash">
    Handle deleted content
  </Card>

  <Card title="Uploads" href="/guides/uploads/index" icon="cloud-arrow-up">
    Implement file upload functionality
  </Card>

  <Card title="Users" href="/guides/users/index" icon="person">
    Manage Box users
  </Card>

  <Card title="Webhooks" href="/guides/webhooks/index" icon="webhook">
    Handle real-time events with webhooks
  </Card>

  <Card title="Web Links" href="/guides/web-links/index" icon="globe">
    Create and manage web links
  </Card>
</CardGroup>
