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

# Overview

> Integrate with Cargado using APIs

## Load Sync

Sync loads from your TMS to Cargado.

<CardGroup cols={2}>
  <Card title="Load Sync Guide" icon="pen-to-square" href="/guides/load-sync/load-sync">
    Get started with load sync
  </Card>

  <Card title="Load Sync API" icon="image" href="/api-reference/loads/post-loadssync">
    API reference
  </Card>
</CardGroup>

## Market Rates

Look up the rate for freight.

<CardGroup cols={2}>
  <Card title="Market Rates Guide" icon="pen-to-square" href="/guides/rates/rate-lookup">
    Get started with market rates
  </Card>

  <Card title="Market Rates API" icon="image" href="/api-reference/rates/post-rateshistory">
    API reference
  </Card>
</CardGroup>

## Manage Carrier Relationships

Prevent "do not dispatch" carriers from being assigned to freight and manage carrier onboarding statuses.

<CardGroup cols={2}>
  <Card title="Manage Carrier Relationships Guide" icon="pen-to-square" href="/guides/carrier-relationships/manage-carrier-relationships">
    Get started with managing carrier relationships
  </Card>

  <Card title="Carrier Relationship API" icon="image" href="/api-reference/carrierrelationship/post-carrier-relationshipsupsert">
    API reference
  </Card>
</CardGroup>
