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

# Budget Scenarios

> The path /fa/budget-scenarios redirects to the Budgeting hub at /fa/budgeting?tab=scenarios.

The path `/fa/budget-scenarios` redirects to the Budgeting hub at `/fa/budgeting?tab=scenarios` and is not a standalone screen.

## Overview

This path is a legacy redirect. The route `/fa/budget-scenarios` is registered in fa.tsx as `<Navigate to="/fa/budgeting?tab=scenarios" replace />`. Navigating to this URL will immediately redirect the browser to the Budgeting Hub with the scenarios tab active. Individual scenario detail, create, and edit routes remain available at `/fa/budget-scenarios/:id`, `/fa/budget-scenarios/new`, and `/fa/budget-scenarios/:id/edit`. Detail pages use `BudgetScenarioDetailPage` which shows scenario lines, comparison view (`ScenarioComparisonView`), and status/type badges.

## Who it's for

Access follows your organization's role and module configuration. Scenario detail routes require `fa.budget_scenarios.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/BudgetScenarioDetailPage.tsx
</Accordion>
