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

> The path /fa/budgets/alerts redirects to the Budgeting hub at /fa/budgeting?tab=alerts.

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

## Overview

This path is a legacy redirect. The route `/fa/budgets/alerts` is registered in fa.tsx as `<Navigate to="/fa/budgeting?tab=alerts" replace />`. Navigating to this URL will immediately redirect the browser to the Budgeting Hub with the alerts tab active. The `BudgetAlertsPage` component (shown in the alerts tab) displays budget alerts with a summary card, alerts table, and a "Check Now" button to trigger `useCheckBudgetAlerts`. A threshold input allows configuring the variance percentage before checking.

## Who it's for

Access follows your organization's role and module configuration. The Budgeting Hub has no top-level `RequirePermission` wrapper.

## 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/BudgetAlertsPage.tsx
</Accordion>
