# Reports

ProForge Core includes reports that give you a clear picture of your project finances, cash flow, and workforce. Every report pulls from the data you already enter -- payroll, bills, AIA billing -- so there is no extra work to get the numbers you need.

## Available Reports

| Report                                                                                  | What It Shows                                                                                     |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [Work in Progress](/project-management/proforge-core/reports/work-in-progress.md)       | Job financials at a glance -- contract value, costs, billing, and profit for every active project |
| [Job Cost Report](/project-management/proforge-core/reports/job-cost-report.md)         | Profit and loss by cost category (materials, labor, subs) for a single project                    |
| [Accounts Payable](/project-management/proforge-core/reports/accounts-payable.md)       | Outstanding vendor bills, aging, and retainage owed to you by vendors                             |
| [Accounts Receivable](/project-management/proforge-core/reports/accounts-receivable.md) | Outstanding customer invoices, aging, and retainage held by customers                             |
| [Project Reports](/project-management/proforge-core/reports/project-reports.md)         | Summary reports on projects, customers, and employees                                             |

## How to Use Reports

1. Go to the **Reports** section from the main menu.
2. Select the report you want to run.
3. Set your filters (date range, project, customer, etc.).
4. Click **Generate** to view the report.
5. Use **Export** to download as PDF or spreadsheet.

All reports can be filtered, exported, and printed.

## Related Pages

* [Setting Up a Project](/project-management/proforge-core/setting-up-a-project.md) -- projects are the foundation for all reports
* [Cost Codes](/project-management/proforge-core/setting-up-a-project/cost-codes.md) -- reports break down costs by code
* [AIA Billing](/project-management/proforge-core/aia-billing.md) -- billing data feeds into AR and WIP reports


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proforgeerp.com/project-management/proforge-core/reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
