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

# Run Depreciation

> Depreciation run functionality is accessed from the Assets Hub depreciation tab in the Finance & Revenue core.

The route `/fa/depreciation/run` has no matching entry in the application router. The "Run Depreciation" action is available from within the Depreciation Schedule view, which is accessed via `/fa/assets?tab=depreciation`.

## Overview

No standalone route for `/fa/depreciation/run` exists in `src/routes/fa.tsx`. The path `/fa/depreciation` redirects to `/fa/assets?tab=depreciation`.

The depreciation run action is surfaced via the **Run Depreciation** button on the `DepreciationSchedulePage` component, which opens a `RunDepreciationDialog`. This page is accessible through the Assets Hub at `/fa/assets?tab=depreciation`.

## Who it's for

The Assets Hub depreciation tab uses `fa.assets.view`.

## Before you start

* Access the depreciation run via the Assets Hub: navigate to `/fa/assets` and select the **Depreciation** tab.

## Steps

**Trigger a depreciation run**

1. Navigate to `/fa/assets?tab=depreciation`.
2. Apply optional filters (month, status, search) to review the current depreciation schedule.
3. Click **Run Depreciation** to open the run dialog.
4. Confirm the run.

## 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/DepreciationSchedulePage.tsx
  * src/cores/fa/hooks/useAssetDepreciation.ts
  * src/cores/fa/components/RunDepreciationDialog.tsx
</Accordion>
