> ## 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={localizeLink("/guides/getting-started/index")} icon="rocket">
    Get started with Box API basics and create your first application
  </Card>

  <Card title="Box Archive" href={localizeLink("/guides/archives/index")} icon="archive">
    Learn about Box Archive capabilities
  </Card>

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

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

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

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

  <Card title="Applications" href={localizeLink("/guides/applications/index")} icon="puzzle">
    Build and manage Box applications
  </Card>

  <Card title="Authentication" href={localizeLink("/guides/authentication/index")} icon="fingerprint">
    Secure your applications with Box authentication
  </Card>

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

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

  <Card title="CLI" href={localizeLink("/guides/cli/index")} icon="terminal">
    Use Box command line interface
  </Card>

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

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

  <Card title="Security" href={localizeLink("/guides/security/index")} icon="camera-cctv">
    Implement security best practices
  </Card>

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

  <Card title="Collaborations" href={localizeLink("/guides/collaborations/index")} icon="handshake">
    Enable team collaboration features
  </Card>

  <Card title="Collections" href={localizeLink("/guides/collections/index")} icon="folder-open">
    Organize content with collections
  </Card>

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

  <Card title="Downloads" href={localizeLink("/guides/downloads/index")} icon="download">
    Implement file download functionality
  </Card>

  <Card title="Events" href={localizeLink("/guides/events/index")} icon="bell">
    Monitor and react to Box events
  </Card>

  <Card title="Files" href={localizeLink("/guides/files/index")} icon="file">
    Work with files in Box
  </Card>

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

  <Card title="Folders" href={localizeLink("/guides/folders/index")} icon="folder">
    Manage folder operations
  </Card>

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

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

  <Card title="Metadata" href={localizeLink("/guides/metadata/index")} icon="tag">
    Add custom metadata to content
  </Card>

  <Card title="Mobile" href={localizeLink("/guides/mobile/index")} icon="mobile">
    Build mobile Box applications
  </Card>

  <Card title="Representations" href={localizeLink("/guides/representations/index")} icon="image">
    Work with file representations
  </Card>

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

  <Card title="Search" href={localizeLink("/guides/search/index")} icon="magnifying-glass">
    Implement powerful search functionality
  </Card>

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

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

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

  <Card title="Tasks" href={localizeLink("/guides/tasks/index")} icon="list-check">
    Create and manage tasks
  </Card>

  <Card title="Trash" href={localizeLink("/guides/trash/index")} icon="trash">
    Handle deleted content
  </Card>

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

  <Card title="Users" href={localizeLink("/guides/users/index")} icon="person">
    Manage Box users
  </Card>

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

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