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

# Asset Disposals

> The path /fa/disposals redirects to the Assets hub at /fa/assets?tab=disposals.

The path `/fa/disposals` redirects to the Assets hub at `/fa/assets?tab=disposals` and is not a standalone screen.

## Overview

This path is a legacy redirect. The route `/fa/disposals` is registered in fa.tsx as `<Navigate to="/fa/assets?tab=disposals" replace />`. Navigating to this URL will immediately redirect the browser to `/fa/assets?tab=disposals`, which opens the Assets Hub with the disposals tab active. The disposals tab content is rendered by `AssetDisposalsPage`, which shows a history of disposed assets with gain/loss tracking, year and method filters, and summary stats for total disposals, proceeds, gains, and losses.

## Who it's for

Access follows your organization's role and module configuration. The Assets Hub at `/fa/assets` requires `fa.assets.view`.

## Related

<Columns cols={2}>
  <Card title="Finance & Revenue" icon="building-columns" href="/fa/overview">
    Finance & Revenue core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fa.tsx
  * src/cores/fa/pages/AssetDisposalsPage.tsx
</Accordion>
