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

# Introduction

> The world's most advanced integration and automation platform for commerce. Connect to 150+ ecommerce, WMS, carrier, and logistics services through a single unified API.

## What is Handled?

Handled is the world's most advanced integration and automation platform for commerce. Instead of building separate integrations for Shopify, Amazon, FedEx, ShipHero, and every other service, you connect to Handled once. We handle the complexity.

## Core Features

<CardGroup cols={2}>
  <Card title="Unified APIs" icon="layer-group" href="/unified-apis/overview">
    Standardized endpoints that work the same across all integrations. A `GET /unified/wms/orders` call returns consistent data whether the source is ShipHero, Deposco, or Logiwa.
  </Card>

  <Card title="Real-Time Data" icon="bolt" href="/how-handled-works/overview">
    Handled connects directly to each service. Your data is always current - no stale caches or sync delays.
  </Card>

  <Card title="150+ Connectors" icon="plug" href="/integrations/overview">
    Pre-built integrations across WMS, ecommerce, carriers, billing, and more. Each connector handles authentication, pagination, and rate limits automatically.
  </Card>

  <Card title="Embedded Connector" icon="window" href="/link-sdk/overview">
    A drop-in UI component that lets your customers connect their own accounts directly from your application.
  </Card>
</CardGroup>

## How It Works

```mermaid theme={null}
graph LR
    A[Your Application] --> B[Handled API]
    B --> C[Shopify]
    B --> D[Amazon]
    B --> E[ShipHero]
    B --> F[FedEx]
    B --> G[150+ More]
```

1. **Connect** - Install an integration from our catalog
2. **Authenticate** - Your customers connect their accounts via the embedded connector
3. **Access Data** - Use Unified or Proxy APIs to read and write data
4. **Sync** - Set up automated sync jobs to keep data flowing

## Quick Links

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete API documentation
  </Card>

  <Card title="Integrations" icon="grid" href="/integrations/overview">
    Browse available connectors
  </Card>
</CardGroup>
