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

# Supported Document Types 

> Document types Pathway can read and parse.

Pathway classifies every document you upload and routes it to the right parser. What you get back depends on what you upload.

## Bank Statements

Business or personal bank statements. Contains ledger balances and transaction line items covering deposits and withdrawals against a bank account.

<Frame>
  <iframe src="/platform/parser/supported-docs/chase.pdf" height="400px" style={{ width: "100%", border: "none" }} />
</Frame>

<Card icon="file-magnifying-glass" title="Bank Statements">
  Click here to see what the parser will output when bank statements & loan applicatioons 
</Card>

## Loan Application

Application form filled out by a borrower applying for financing. Includes information about the borrowing entity, purpose for funding, amount of funds requested, and the industry and standing of the entity.

<Frame>
  <iframe src="/platform/parser/supported-docs/loan-app.pdf" height="400px" style={{ width: "100%", border: "none" }} />
</Frame>

## Credit Reports

A single or multi-bureau credit report. Contains credit scores, account tradelines, and inquiries. Can cover exports from popular aggregators like LexisNexis and MyScoreIQ, covering multiple accounts and bureaus per entity.

<Frame>
  <iframe src="/platform/parser/supported-docs/multi-bureau-credit-report.pdf" height="400px" style={{ width: "100%", border: "none" }} />
</Frame>

## Tax Forms

<Tabs>
  <Tab title="Form 1040">
    Personal federal income tax return filed annually by individuals. Reports wages, investments, and all other income sources to arrive at adjusted gross income (AGI).

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1040.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="Form 1120">
    Federal tax return for C-Corporations. Reports business revenue, expenses, officer compensation, and taxable income. The corporation pays taxes at the entity level.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1120.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="Form 1120-S">
    Federal tax return for S-Corporations. Reports business income that passes through to shareholders. Includes officer compensation and depreciation schedules.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1120s.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="Form 1065">
    Federal tax return for partnerships and most LLCs. Reports business income that passes through to partners. Includes guaranteed payments and depreciation schedules.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1065.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="K-1 (1065)">
    Issued by a partnership to each partner. Shows the partner's allocated share of ordinary income, rental income, guaranteed payments, and ownership percentage.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1065sk1.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="K-1 (1120-S)">
    Issued by an S-Corporation to each shareholder. Shows the shareholder's allocated share of ordinary income, rental income, and ownership percentage.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1120ssk.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="Schedule C">
    Attached to Form 1040 for sole proprietors and single-member LLCs. Reports business revenue, expenses, and net profit or loss.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1040sc.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="Schedule E">
    Attached to Form 1040. Reports rental property income and pass-through income from partnerships and S-Corporations. Lists all business interests.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f1040se.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>

  <Tab title="Form 8825">
    Attached to Form 1065 or 1120-S. Details rental property income and expenses for real estate held inside a partnership or S-Corporation.

    <Frame>
      <iframe src="/platform/parser/supported-docs/f8825.pdf" height="400px" style={{ width: "100%", border: "none" }} />
    </Frame>
  </Tab>
</Tabs>
