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

# Tax Estimates

> Tax estimates page with quarterly payment tracking and tax profile management.

The Tax Estimates view provides a comprehensive interface for managing business income tax estimates, including quarterly tax calculations and payment tracking.

<img src="https://mintcdn.com/layerfinancialtechnologiesinc/dOKQpcu8ul1Jxqlc/images/pages/tax-estimates.png?fit=max&auto=format&n=dOKQpcu8ul1Jxqlc&q=85&s=19e5e590cb31df344c09f0213703efdb" alt="Tax Estimates" width="2560" height="1568" data-path="images/pages/tax-estimates.png" />

```tsx theme={null}
import { TaxEstimatesView } from '@layerfi/components'

<TaxEstimatesView />
```

## Features

* **Tax Profile Onboarding**: Guided setup for filing status, state, dependents, and deduction preferences
* **Quarterly Estimates**: Detailed breakdown of estimated federal and state taxes by quarter
* **Tax Calculations**: Automatic calculation of taxable business income, adjusted gross income, and tax liabilities
* **Payment Tracking**: Record and track quarterly tax payments with due dates
* **Year Selection**: Navigate between tax years to view historical estimates and payments
* **Expandable Details**: Drill down into tax calculations including taxable income, federal taxes, and state taxes

## Properties

The TaxEstimatesView component does not accept any props. All configuration and state management is handled internally.

## User Flow

### First-Time Users (Not Onboarded)

New users see the Tax Profile form, grouped into three sections:

**Federal Tax Information**

* Filing status (Single, Married Filing Jointly, Married Filing Separately, Head of Household)
* Annual W-2 income, tip income, and overtime income
* Custom withholding

**State Tax Information**

* US state
* State filing status
* Custom withholding

**Deductions**

* Simplified home office deduction
* Standard mileage deduction

The form cannot be submitted until the user acknowledges the disclaimer at the bottom.

<img src="https://mintcdn.com/layerfinancialtechnologiesinc/dOKQpcu8ul1Jxqlc/images/pages/tax-estimates-profile.png?fit=max&auto=format&n=dOKQpcu8ul1Jxqlc&q=85&s=574212e582201bee8fedd4412307c14f" alt="Tax Profile" width="2560" height="2260" data-path="images/pages/tax-estimates-profile.png" />

### Onboarded Users

Once onboarded, users see a tabbed interface:

**Estimates Tab** - Summary card with total estimated taxes and expandable sections for:

* Taxable Business Income (revenue, expenses, deductions)
* Estimated Federal Taxes (income tax, self-employment tax, quarterly estimates)
* Estimated State Taxes (state tax and quarterly estimates, if applicable)

**Payments Tab** - Quarterly tax payment schedule showing:

* Payment quarter (Q1, Q2, Q3, Q4)
* Due dates
* Estimated amounts
* Federal and state breakdowns

<img src="https://mintcdn.com/layerfinancialtechnologiesinc/dOKQpcu8ul1Jxqlc/images/pages/tax-estimates-payments.png?fit=max&auto=format&n=dOKQpcu8ul1Jxqlc&q=85&s=71432afe5f59d711b3f3cfb09a1f1ec9" alt="Tax Payments" width="2560" height="1126" data-path="images/pages/tax-estimates-payments.png" />

### Profile Management

Users can update their tax profile at any time through the menu in the header.
