> ## 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.

# Dispose Asset

> Initiate the disposal process for a specific fixed asset from its detail record in Finance & Revenue.

Dispose Asset is the workflow for recording a fixed asset disposal. Route: `/fa/fixed-assets/:id/dispose`.

## Overview

No active route is registered for `/fa/fixed-assets/:id/dispose` in the current codebase. Disposal functionality for a fixed asset appears to be accessible through the Assets Hub disposals tab or from within the asset detail page. The `AssetDisposalsPage` component handles the disposal history list and is rendered as part of the Assets Hub.

## Who it's for

Access follows your organization's role and module configuration. found on this route. Related disposal management likely requires `fa.assets.edit` or equivalent.

## Before you start

* Confirm with your system administrator how asset disposal is initiated in your deployment.
* Navigate to the fixed asset detail at `/fa/fixed-assets/:id` to see available actions.

## Steps

<Warning>
  SME: This route is not yet resolvable as a standalone page. Provide steps once confirmed.
</Warning>

1. Navigate to **Finance → Assets** (`/fa/assets`).
2. Open the relevant fixed asset record.
3. Locate the disposal action within the asset detail 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" />
</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
  * src/routes/fa/lazy-pages.ts
</Accordion>
