# Export Center

The **Export Center** is your central hub for generating and downloading financial intelligence data. Whether you need pre-configured reports for your accountant or custom data extracts for your own analysis, the Export Center provides flexible options to export your data in multiple formats (CSV, Excel, JSON).

## Ready-to-go Reports

The Export Center offers pre-configured packages designed to save you time and provide exactly what you need for common financial tasks.

* **Accounting Package**: Downloads a comprehensive Excel file containing two sheets: a full Profit & Loss report and a detailed Payment Log. This is ideal for monthly bookkeeping and cash flow tracking.
* **Tax Preparation**: Generates an Excel file with your current year's expenses, categorized and filtered to include only outgoing transactions. This gives your tax agent everything they need to file your returns.
* **Bank Reconciliation**: Creates a CSV file containing your transaction history formatted to match standard bank statements, making reconciliation a breeze.

## Custom Export Builder

If you need specific data points or formats, you can use the Custom Export Builder to mix and match sources, formats, and filters.

### Step 1: Data Source

Choose the primary type of data you want to export:

* **Payment Log**: Detailed transaction history.
* **Profit & Loss**: Accrual revenue, cash collections, expenses, and net profit.
* **Cash Flow**: Daily inflow, outgoing cash, and net liquidity.

### Step 2: File Format

Select the file format that best suits your needs:

* **CSV**: A plain-text format that works in any spreadsheet app.
* **Excel (.xlsx)**: A formatted spreadsheet ideal for accountants and advanced analysis.
* **JSON**: Structured data format perfect for developers and integrations with other systems.

### Step 3: Configuration

Customize your export based on the selected data source:

* **Payment Log Options**: Choose the breakdown level (Raw Transactions, Daily Summary, Weekly Report, By Category, By Payment Method). You can also toggle **Expenses Only** to filter out all income transactions.
* **Date Range**: Select from quick presets (e.g., This Month, Last Quarter, This Year) or define a custom date range.

Once configured, simply click **Generate** to download your custom report.


---

# 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.hostelmate.co/finance-management/finance-hub/export-center.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.
