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

# Getting Started

<CardGroup cols={2}>
  <Card title="Basic Functionality Guide" icon="play" href="/new/getting-started/pay-gas-erc20-token">
    Learn how to execute single-chain (or multi-chain) batch transactions while paying for gas in ERC-20 tokens.
  </Card>

  <Card title="Composable Orchestration Guide" icon="puzzle-piece" href="/new/getting-started/composable-batch-execute">
    Execute composable batch calls where the input of one function depends on the output of the previous one.
  </Card>

  <Card title="Sponsorships Guide" icon="gift" href="/new/getting-started/sponsor-gas-for-users">
    Sponsor gas for your users using a single gas tank across all chains.
  </Card>

  <Card title="Integration Guides" icon="plug" href="#integration-guides">
    Connect with popular signers, bridges, and solvers.
  </Card>
</CardGroup>

## Composable Orchestration

Composable orchestration allows you to combine function calls, bridges and solvers into a single-signature cross-chain flow.

<CardGroup cols={2}>
  <Card title="Single-Chain Composability" icon="link" href="/new/getting-started/composable-batch-execute">
    Execute composable batch calls on a single chain
  </Card>

  <Card title="Cross-Chain Composability" icon="globe" href="/new/getting-started/orchestrate-transactions-across-chains">
    Orchestrate transactions across multiple chains
  </Card>
</CardGroup>

## Integration Guides

### Signers

<CardGroup cols={3}>
  <Card title="Privy" icon="key" href="/new/integration-guides/wallets-and-signers/privy">
    Integrate with Privy wallets
  </Card>

  <Card title="Turnkey" icon="key" href="/new/integration-guides/wallets-and-signers/turnkey">
    Integrate with Turnkey infrastructure
  </Card>

  <Card title="Para" icon="key" href="/new/integration-guides/wallets-and-signers/para">
    Integrate with Turnkey infrastructure
  </Card>
</CardGroup>

### Bridges & Solvers

<CardGroup cols={2}>
  <Card title="Across" icon="arrows-rotate" href="/new/integration-guides/bridges-and-solvers/integrate-across">
    Across
  </Card>

  <Card title="LiFi" icon="bridge" href="/new/integration-guides/bridges-and-solvers/integrate-lifi">
    LiFi
  </Card>

  <Card title="Relay" icon="arrows-rotate" href="/new/integration-guides/bridges-and-solvers/integrate-relay">
    Relay
  </Card>
</CardGroup>
