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

# Workflow Alerts

> Monitor and manage workflow issues and alerts surfaced by the automation engine.

The Workflow Alerts page at `/fw/alerts` provides a dashboard for monitoring workflow issues and alerts generated by the automation engine.

## Overview

The Workflow Alerts page wraps the `AlertsDashboard` component in a page container with a header showing the alert triangle icon and the description "Monitor and manage workflow issues and alerts." There is no explicit `RequirePermission` guard on this route in `src/routes/fw.tsx`.

## Who it's for

Access follows your organization's role and module configuration. All authenticated users with access to the FW module can view this page.

## Before you start

* No specific permissions are required to access this page based on the current router configuration.

## Steps

1. Navigate to `/fw/alerts`.
2. Review the `AlertsDashboard` for active workflow issues and alerts.

## Key concepts

* **Workflow alert** — An issue or warning generated during workflow or automation execution. SME: confirm alert types and severity levels.
* **AlertsDashboard** — The primary component rendering alert data; SME should confirm the metrics and actions it provides.

## Related

<Columns cols={2}>
  <Card title="Forms & Workflow" icon="diagram-project" href="/fw/overview">
    Forms & Workflow 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/fw\.tsx
  * src/cores/fw/pages/WorkflowAlertsPage.tsx
  * src/cores/fw/components/notifications/AlertsDashboard.tsx
</Accordion>
