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

# Fiscal Years

> Manage fiscal year definitions for the Finance & Revenue core.

Fiscal Years supports management of fiscal year definitions used throughout the Finance & Revenue core. Route: `/fa/fiscal-years`.

## Overview

No active route is registered for `/fa/fiscal-years` in the current codebase. Fiscal year creation and management are available through the **Fiscal Periods** page at `/fa/periods` via the `FiscalYearDialog` component and `useFiscalYears` hook.

## Who it's for

Access follows your organization's role and module configuration. found on this route. Fiscal year data is accessed via `/fa/periods`.

## Before you start

* Navigate to `/fa/periods` to manage fiscal years.

## Steps

<Warning>
  SME: This route is not resolvable from the current codebase. Provide steps once confirmed, or update navigation to point to `/fa/periods`.
</Warning>

1. Navigate to **Finance → Fiscal Periods** (`/fa/periods`).
2. Click **New Fiscal Year** to create a fiscal year using `FiscalYearDialog`.

## 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/FiscalPeriodsPage.tsx
  * src/routes/fa/lazy-pages.ts
</Accordion>
