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

# Welcome to Novac

> Discover how to integrate Novac Payment APIs to accept payments, send payouts, and handle bills seamlessly.

This documentation provides in-depth guides, use cases, and ready-to-use code samples for enterprises and businesses looking to integrate payment infrastructure into their day-to-day workflow. Let's dive straight in!

## Quickstart

<Columns cols={2}>
  <Card icon="code" title="Accept Payment" href="/docs/accept-payment/accept-payment-with-payment-links">
    Collect payments through hosted checkout, custom checkout, or payment links. Choose between quick setup or full control over the checkout experience.
  </Card>

  <Card icon="cart-shopping" title="Make Payment" href="/docs/make-payment/make-payout">
    Send money instantly with APIs for payouts. Perfect for businesses that need to automate disbursements at scale.
  </Card>

  <Card icon="notes" title="Accounts" href="/docs/accounts/create-virtual-account">
    Create and manage dedicated or checkout virtual accounts to receive payments seamlessly from your customers.
  </Card>

  <Card icon="webhook" title="Webhooks" href="/docs/api-basics/webhooks">
    Listen for real-time event notifications and automate your workflows whenever payments, transfers, or account activities occur.
  </Card>
</Columns>

## Build with Our API

Our API is designed to be developer-friendly and AI-readable whether you're building manually or using an AI coding agent. Every endpoint is clearly structured, consistently documented, and easy to navigate programmatically.

<Info>
  Our documentation is structured so that AI agents and LLMs can read, reason, and build with Novac APIs with minimal friction. If you're using tools like Claude, ChatGPT, or Perplexity, just point them at our docs and start building.
</Info>

## Developer Resources

<Columns cols={3}>
  <Card icon="play" title="Interactive Playground" href="/api-reference/checkout/introduction">
    Test endpoints live with your API keys.
  </Card>

  <Card icon="code" title="Plugins" href="/docs/plugins/wordpress">
    See available plugins that expand the capabilities of Novac Financial products.
  </Card>

  <Card icon="code" title="SDKs" href="/docs/sdk/android">
    See available SDKs that expand how you build with Novac.
  </Card>
</Columns>
