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

# Integrations Overview

> Pre-built connectors to external services like Shopify, Amazon, FedEx, ShipHero, and 150+ other platforms

## What Are Integrations?

Integrations are pre-built connectors to external services. Each integration handles authentication, API communication, and data formatting for that service.

## Browse Available Integrations

View all available integrations in the Catalog:

```
https://ipaas.usehandled.io/catalog/integrations
```

### Categories

| Category      | Examples                         |
| ------------- | -------------------------------- |
| **WMS**       | ShipHero, Deposco, Logiwa        |
| **Ecommerce** | Shopify, Amazon, Walmart, TikTok |
| **Carriers**  | FedEx, UPS, DHL, USPS            |
| **Billing**   | Stripe, payment processors       |
| **Finance**   | Accounting and ERP systems       |

## Install an Integration

<Steps>
  <Step title="Browse Catalog">
    Go to **Catalog > Integrations**
  </Step>

  <Step title="Find Integration">
    Find the integration you need
  </Step>

  <Step title="Install">
    Click **Install**
  </Step>

  <Step title="Select Environment">
    Select an environment (Development, Staging, or Production)
  </Step>

  <Step title="Confirm">
    Confirm installation
  </Step>
</Steps>

Installed integrations appear at:

```
https://ipaas.usehandled.io/integrations/installed
```

## What's Included

Each installed integration provides:

| Feature                     | Description                        |
| --------------------------- | ---------------------------------- |
| **Authentication handling** | OAuth flows, API key management    |
| **Pre-built resources**     | Orders, inventory, shipments, etc. |
| **Rate limit management**   | Automatic throttling               |
| **Error handling**          | Standardized error responses       |

## Next Steps

After installing an integration:

<CardGroup cols={2}>
  <Card title="Connect an Account" icon="link" href="/integrated-accounts/overview">
    Your own or your customer's
  </Card>

  <Card title="Use Unified APIs" icon="layer-group" href="/unified-apis/overview">
    Standardized data access
  </Card>

  <Card title="Use Proxy APIs" icon="arrow-right-arrow-left">
    Platform-specific features
  </Card>

  <Card title="Set Up Sync Jobs" icon="rotate" href="/rapid-bridge/overview">
    Automated data flow
  </Card>
</CardGroup>
