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

# Every Use Case Quickstart

> Integration guides and quickstarts for all deBridge products

## deBridge Liquidity Network (DLN)

<CardGroup cols={2}>
  <Card title="DLN API Quickstart (TypeScript)" icon="code" href="/dln-details/integration-guidelines/order-creation/creating-order/quick-start">
    Build a cross-chain swap from Polygon to Arbitrum
  </Card>

  <Card title="API Quick Start" icon="bolt" href="/dln-details/integration-guidelines/order-creation/creating-order/quick-start">
    Minimal steps to create your first order
  </Card>

  <Card title="Creating Orders" icon="plus" href="/dln-details/integration-guidelines/order-creation/creating-order/creating-order">
    Full order creation walkthrough
  </Card>

  <Card title="API Parameters" icon="sliders" href="/dln-details/integration-guidelines/order-creation/creating-order/api-parameters/api-parameters">
    All available parameters and options
  </Card>

  <Card title="Widget Integration" icon="window" href="/dln-details/widget/deBridge-widget">
    Drop-in UI component for cross-chain swaps
  </Card>

  <Card title="Same-Chain Swaps" icon="arrows-repeat" href="/dln-details/integration-guidelines/same-chain-swaps/executive">
    Single-chain swaps using DLN
  </Card>

  <Card title="Hooks" icon="webhook" href="/dln-details/integration-guidelines/order-creation/hooks/integrating-hooks">
    Add PostHook contract calls to orders
  </Card>

  <Card title="Order Tracking" icon="radar" href="/dln-details/integration-guidelines/order-creation/order-tracking-api/tracking-orders">
    Monitor order status and lifecycle
  </Card>

  <Card title="Authentication" icon="key" href="/dln-details/integration-guidelines/order-creation/authentication">
    Get an API key for higher rate limits
  </Card>

  <Card title="Smart Contract Integration" icon="file-contract" href="/dln-details/integration-guidelines/smart-contracts/introduction">
    On-chain integration (advanced)
  </Card>
</CardGroup>

## deBridge Messaging Protocol (DMP)

<CardGroup cols={2}>
  <Card title="Protocol Overview" icon="book" href="/dmp-details/dmp/protocol-overview">
    How cross-chain messaging works
  </Card>

  <Card title="Cross-Chain Call Lifecycle" icon="circle-nodes" href="/dmp-details/dev-guides/cross-chain-call-lifecycle">
    End-to-end message flow
  </Card>

  <Card title="Building an EVM dApp" icon="ethereum" href="/dmp-details/dev-guides/evm/building-evm-dapp">
    Build a cross-chain EVM application
  </Card>

  <Card title="Solana Messaging" icon="sun" href="/dmp-details/dev-guides/solana/sending-cross-chain-messages">
    Send messages from Solana
  </Card>

  <Card title="Development Tools" icon="wrench" href="/dmp-details/dev-guides/development-tools">
    Tools for building and testing
  </Card>

  <Card title="dePort" icon="share-nodes" href="/dmp-details/dePort/getting-started">
    Multi-chain asset deployment
  </Card>
</CardGroup>
