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

# Rate Limits

> Monitor workflow execution rate limit utilization against configured thresholds.

The Rate Limits page at `/fw/rate-limits` provides a dashboard for monitoring workflow execution utilization against configured rate limits.

## Overview

The Rate Limits page wraps the `RateLimitDashboardWidget` in a full-page container with a settings-style header. The page description reads: "Monitor workflow execution utilization against configured rate limits." It links to external documentation via `PUBLISHED_DOC_PATHS.formsRateLimitingThrottling`.

## Who it's for

Requires `fw.rate_limits.view` permission, enforced by `RequirePermission` in `src/routes/fw.tsx`.

## Before you start

* You must have the `fw.rate_limits.view` permission.
* Rate limit configuration must be set up elsewhere (SME: confirm location) before utilization data is meaningful.

## Steps

1. Navigate to `/fw/rate-limits`.
2. Review the `RateLimitDashboardWidget` for current utilization metrics.

## Key concepts

* **Rate limit** — A configured threshold on workflow execution frequency or volume, enforced to protect system resources and downstream services.
* **Utilization** — The current rate of executions relative to the configured limit, displayed by the `RateLimitDashboardWidget`.

## 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/RateLimitDashboardPage.tsx
  * src/cores/fw/components/rate-limiting/RateLimitDashboardWidget.tsx
</Accordion>
