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

# Introduction

<div
  style={{
border: '2px solid #f5c518',
borderRadius: '12px',
padding: '16px',
display: 'flex',
alignItems: 'center',
gap: '12px',
background: '#fffbe6'
}}
>
  <span style={{ fontSize: '28px' }}>💡</span>

  <div>
    <strong>Disclaimer:</strong> The Next Gen documentation is a work in progress; more content and APIs will be added to this section.
  </div>
</div>

Enfuce has introduced an enhanced version of its platform. Explore the Next Gen capabilities to build the right payment solution.

<Columns cols={3}>
  <Card title="Cards">
    Our card programs enable you to create customised card solutions for your cardholders.

    <div style={{ display: "flex", gap: "16px" }}>
      <a href="https://nextgen-docs.enfuce.com/guides/cards/overview" style={{ color: "blue" }}>
        Guides
      </a>

      <a href="https://nextgen-docs.enfuce.com/api/cards/cards-api" style={{ color: "blue" }}>
        API Reference
      </a>
    </div>
  </Card>

  <Card title="Cardholder">
    Learn how we can support you with cardholder configuration and cardholder record management.

    <div style={{ display: "flex", gap: "16px" }}>
      <a href="https://nextgen-docs.enfuce.com/guides/cardholders/cardholder-overview" style={{ color: "blue" }}>
        Guides
      </a>

      <a href="https://nextgen-docs.enfuce.com/api/cardholders/cardholders-api" style={{ color: "blue" }}>
        API Reference
      </a>
    </div>
  </Card>

  <Card title="PIN API">
    Explore the various operations you can perform to manage card PINs.

    <div style={{ display: "flex", gap: "16px" }}>
      <a href="https://nextgen-docs.enfuce.com/guides/pin/overview" style={{ color: "blue" }}>
        Guides
      </a>

      <a href="https://nextgen-docs.enfuce.com/api/pin/pin-api" style={{ color: "blue" }}>
        API Reference
      </a>
    </div>
  </Card>
</Columns>

<Columns cols={3}>
  <Card title="Wallets API">
    Learn how cardholders can provision digital wallets, the integrations you require, and how you can manage a token lifecycle.

    <div style={{ display: "flex", gap: "16px" }}>
      <a href="https://nextgen-docs.enfuce.com/api/wallet/wallet-api" style={{ color: "blue" }}>
        API Reference
      </a>
    </div>
  </Card>

  <Card title="Transaction Lifecycle">
    Learn how we support you through each phase of the transaction lifecycle, including the interfaces used to transmit Scheme messages and how to configure your ledger to respond to our communications.

    <div style={{ display: "flex", gap: "16px" }}>
      <a href="https://nextgen-docs.enfuce.com/guides/transaction-lifecycle/introduction" style={{ color: "blue"}}>
        Guides
      </a>

      <a href="/api/transaction-lifecycle/transaction-lifecycle" style={{ color: "blue"}}>
        API Reference
      </a>
    </div>
  </Card>
</Columns>
