> ## 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.

# Quickstart

> Connect your PMS and run your first audit.

This walkthrough takes you from a fresh account to a complete audit. Set aside about 15 minutes the first time.

<Steps>
  <Step title="Sign in to PX Accounting">
    Open [pxapp.net](https://pxapp.net) and sign in. Use Google, Microsoft, or email - whichever you registered with.

    First-time visitors are taken straight to **Settings** because PX needs a PMS connection before it can do anything useful.
  </Step>

  <Step title="Connect your PMS">
    On the **Settings** page, find the **PMS Connection** card and pick your provider. Each PMS has a dedicated setup guide:

    * [Connect Guesty](/integrations/connect-guesty)
    * [Connect OwnerRez](/integrations/connect-ownerrez)
    * [Connect Hostaway](/integrations/connect-hostaway)
    * [Connect Hospitable](/integrations/connect-hospitable)
    * [Connect Hostfully](/integrations/connect-hostfully)
    * [Connect Lodgify](/integrations/connect-lodgify)
    * [Connect Uplisting](/integrations/connect-uplisting)

    Once connected, the **Integration Status** panel shows green lights for Admin, OAuth, and Webhook, and your properties are pulled in automatically.

    <Frame caption="PMS Connection card with provider options">
      <img src="https://mintcdn.com/px-abfbc0ec/FnkoR7egJ-TCQwHz/images/screenshots/settings-pms-connection.png?fit=max&auto=format&n=FnkoR7egJ-TCQwHz&q=85&s=e233b8ac7e7c3e3dd6d30b91a40f2dc5" alt="PMS Connection" width="1425" height="1402" data-path="images/screenshots/settings-pms-connection.png" />
    </Frame>
  </Step>

  <Step title="Configure taxes (and Airbnb remittance)">
    Open **Tax Configuration**. PX reads the taxes you have set up in your PMS and shows them in two tabs:

    * **Account-level** - taxes that apply to every listing.
    * **Per-listing** - listings grouped by whether they inherit account taxes or override them.

    Most users only need to do two things on this page:

    1. **Set channel sync overrides** if a tax should not sync to specific channels (Airbnb, Booking.com, etc.). PX uses these overrides during audits.
    2. **Run the Airbnb remittance wizard** to tell PX which taxes Airbnb collects on your behalf. Findings for Airbnb-remitted taxes are suppressed once configured.

    Read [Tax Configuration overview](/tax-configuration/overview) before changing anything in production.
  </Step>

  <Step title="Run your first audit">
    Open the **Audits** page.

    * Pick a **start date** and **end date** (the range cannot exceed 62 days).
    * Optionally pick one **listing** (or leave as "All Listings").
    * Click **Generate Audit**.

    PX queues a background job and shows a progress card. When it finishes you see:

    * Three summary cards: **Reservations Audited**, **Issues Found**, **Verdict**.
    * A results table - one row per reservation, expandable to show line items and findings.
    * A **Findings Breakdown** card with counts by finding type.
    * A **Download Report** button to export the audit as a PDF.

    Read [Run an audit](/audit/run-an-audit) for what each finding type means.

    <Frame caption="Audit results">
      <img src="https://mintcdn.com/px-abfbc0ec/EkoazZzHa7V28SPG/images/screenshots/audit-results.png?fit=max&auto=format&n=EkoazZzHa7V28SPG&q=85&s=89e11cd72eb02de8bb82068a3bede39e" alt="Audit results" width="1425" height="5993" data-path="images/screenshots/audit-results.png" />
    </Frame>
  </Step>
</Steps>

## Where to go next

<CardGroup cols={2}>
  <Card title="Understand findings" icon="search" href="/audit/understanding-findings">
    Severity, expected vs actual, and what each finding means.
  </Card>

  <Card title="Add a payment method" icon="credit-card" href="/account/billing">
    Add a card or bank account to keep your subscription active.
  </Card>

  <Card title="Configure the rest of Settings" icon="settings" href="/account/settings">
    Timezone, integration status, and account preferences.
  </Card>
</CardGroup>
