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

# Request Network Docs

> Request Network protocol allows you to be paid and pay at scale without intermediaries across EVM and Tron. Our protocol offers the instant payment reconciliation, click-to-pay payment links, and cross-chain routing that Web3 payments need.

<div style={{ padding: '2rem 2rem 0', maxWidth: '1400px', margin: '0 auto' }}>
  <div style={{ marginBottom: '2rem' }}>
    <h1 className="text-zinc-950 dark:text-white" style={{ fontSize: '2.5rem', fontWeight: 'bold', marginBottom: '1rem' }}>Request Network Docs</h1>

    <p style={{ fontSize: '1.125rem', color: 'var(--text-secondary)', lineHeight: '1.75' }}>
      Request Network protocol allows you to be paid and pay at scale without intermediaries across <strong className="text-zinc-950 dark:text-white">EVM and Tron</strong>. Our protocol offers the instant payment reconciliation, click-to-pay payment links, and cross-chain routing that Web3 payments need.
    </p>
  </div>

  <h2 className="text-zinc-950 dark:text-white" style={{ fontSize: '1.75rem', fontWeight: 'bold', marginTop: '3rem', marginBottom: '2rem' }}>
    Three Products
  </h2>

  <p style={{ fontSize: '1.125rem', color: 'var(--text-secondary)', lineHeight: '1.75', marginBottom: '2rem' }}>
    Request Network is available through three products: the Dashboard, the Secure Payment Page, and the API.
  </p>

  <div style={{ marginBottom: '3rem' }}>
    <CardGroup cols={3}>
      <Card title="Dashboard" href="/tools/dashboard" icon="gauge">
        No-code home for payment destinations, Client IDs, and incoming/outgoing payment links. EVM and Tron sign-in.
      </Card>

      <Card title="Secure Payment Page" href="/tools/secure-payments" icon="lock">
        Hosted payment links at <code>pay.request.network</code>. Cross-chain swap-to-pay. Tron and EVM payer wallets.
      </Card>

      <Card title="API" href="/api-setup/getting-started" icon="code">
        Programmatic creation of payment destinations, Client IDs, secure payments, payouts, and webhooks.
      </Card>
    </CardGroup>
  </div>

  <h2 className="text-zinc-950 dark:text-white" style={{ fontSize: '1.75rem', fontWeight: 'bold', marginTop: '3rem', marginBottom: '2rem' }}>
    Get Started
  </h2>

  <div style={{ marginBottom: '0.5rem' }}>
    <CardGroup cols={3}>
      <Card title="🚀 Quickstart" href="/use-cases/quickstart" icon="rocket">
        End-to-end: sign in to the Dashboard, create a payment destination, register a webhook, ship a payment link.
      </Card>

      <Card title="Use Cases" href="/use-cases/no-code-payment-links" icon="briefcase">
        No-code links, programmatic links, multi-chain checkout, batch payouts, webhook reconciliation, KYT-screened payments.
      </Card>

      <Card title="API Features" href="/api-features/payment-types-overview" icon="code">
        Payment types, secure payment pages, payouts, webhooks, fees, and more.
      </Card>
    </CardGroup>
  </div>

  <div style={{ marginBottom: '3rem' }}>
    <CardGroup cols={1}>
      <Card title="🌐 Resources" href="/resources/supported-chains-and-currencies" icon="globe">
        Supported chains (8 networks including Tron), currencies, smart contracts, and feature matrix.
      </Card>
    </CardGroup>
  </div>
</div>
