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

# PX Accounting User Guide

> Set up your PMS, configure business models and taxes, and audit every reservation - the end-user guide for PX Accounting.

<div className="flex w-full flex-col gap-8">
  <div className="flex max-w-[640px] flex-col gap-2 self-center text-center">
    <h1 className="font-serif text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      PX Accounting
    </h1>

    <p className="text-balance text-sm leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Connect your PMS, configure business models and taxes, and audit every reservation. This guide walks you through every screen in PX Accounting.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
      Connect your PMS, sync properties, and run your first audit in under 5 minutes.
    </Card>

    <Card title="Key concepts" icon="book-open" href="/get-started/concepts">
      Learn how properties, business models, taxes, and audits fit together.
    </Card>

    <Card title="Connect your PMS" icon="plug" href="/integrations/overview">
      Pick from Guesty, OwnerRez, Hostaway, Hospitable, Hostfully, Lodgify, or Uplisting.
    </Card>

    <Card title="Configure taxes" icon="receipt" href="/tax-configuration/overview">
      Mirror PMS taxes, set channel sync, and configure Airbnb remittance.
    </Card>

    <Card title="Build a business model" icon="layers" href="/business-models/create">
      Define commissions, trust account rules, and recurring charges per property.
    </Card>

    <Card title="Run an audit" icon="circle-check" href="/audit/run-an-audit">
      Check every reservation in a 62-day window against your PMS configuration.
    </Card>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <Card title="Configure taxes" icon="receipt" href="/tax-configuration/overview">
        Mirror PMS taxes, override channel sync, and tell PX which taxes Airbnb remits.
      </Card>

      <Card title="Set up Airbnb tax remittance" icon="house" href="/tax-configuration/airbnb-remittance">
        Walk through the four-step wizard to exclude Airbnb-collected taxes from audit findings.
      </Card>

      <Card title="Read an audit finding" icon="search" href="/audit/understanding-findings">
        Understand severity, expected vs actual amounts, and the reasoning behind each finding.
      </Card>

      <Card title="Manage payment method" icon="credit-card" href="/account/billing">
        Add or replace the card or bank account on file for your PX subscription.
      </Card>

      <Card title="Assign a model to properties" icon="link" href="/business-models/assign">
        Pick which listings a business model governs and version your changes safely.
      </Card>
    </div>
  </div>
</div>
