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

# How to integrate Socket

> Choose the Socket integration surface that matches your product and workflow.

Socket offers multiple integration methods to suit different products and technical requirements.

<CardGroup cols={2}>
  <Card title="Socket API" icon="square-terminal" href="/integrate/get-api-access">
    For apps that need full control over routing, execution, and settlement flows
  </Card>

  <Card title="Socket Widget" icon="puzzle-piece" href="/integrate/socket-widget">
    For apps that want to offer swaps and bridging without building custom UI
  </Card>

  <Card title="Deposit Addresses" icon="wallet" href="/integrate/integration-guides/deposit-addresses">
    For apps that need chain-specific deposit flows across EVM and non-EVM networks
  </Card>

  <Card title="For Agents" icon="tools" href="/for-agents/intro">
    For coding agents and LLM-powered workflows that need to quote, fund, and track transactions
  </Card>
</CardGroup>

<Card title="Try our first-party app, Bungee" icon="arrow-up-right" href="https://bungee.exchange">
  Bungee exchange is the SOCKET team's first-party app for seamless swaps across supported networks.
</Card>
