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

# Resource Quotas

> Manage platform resource quotas, monitor usage against configured limits, and review quota violations per organization.

Resource quota management page at `/settings/quotas` where platform administrators configure usage limits, monitor consumption, and review violations for platform resources.

## Overview

The Resource Quotas page is a three-tab interface — **Configuration**, **Usage**, and **Violations** — gated by `pf.quota.view`. The active tab is managed via the `tab` URL query parameter using `nuqs`. `QuotaConfigTab` handles quota rule management; `UsageDashboardTab` shows consumption metrics; `ViolationsTab` lists breaches. An empty state is shown if no organization is selected.

## Who it's for

**Required permission:** `pf.quota.view`

## Before you start

* You must hold the `pf.quota.view` permission.
* An active organization must be selected.

## Steps

1. Navigate to `/settings/quotas`.
2. On the **Configuration** tab, review existing quota rules and add or adjust limits as needed.
3. On the **Usage** tab, monitor current resource consumption against configured limits.
4. On the **Violations** tab, inspect recent quota breaches.

## Key concepts

**Quota rule** — A configured limit on a specific resource type for the organization. SME: confirm available resource dimensions.

**Violation** — A recorded event where resource usage exceeded a configured quota.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation 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/platform.tsx
  * src/platform/quota/pages/QuotaManagementPage.tsx
  * src/platform/quota/components/QuotaConfigTab.tsx
</Accordion>
