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

# Payt Developer Documentation

> Integrate with Payt: sync invoices and debtors through the REST API, receive real-time webhook events, and bulk-import data.

Payt is a receivables management platform. This documentation covers everything you need to integrate with Payt: from syncing invoices and debtors via the REST API to receiving real-time webhook events.

<CardGroup cols={2}>
  <Card title="Using the API" icon="rocket" href="/api/overview">
    Authenticate and make your first API request.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/administrations/get-administrations">
    Browse all available endpoints.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/overview">
    Receive real-time events when data changes in Payt.
  </Card>

  <Card title="Imports" icon="file-import" href="/imports/overview">
    Bulk-import invoices and debtors via XML, JSON, or CSV.
  </Card>
</CardGroup>
