Resource quota management page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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 bypf.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.viewpermission. - An active organization must be selected.
Steps
- Navigate to
/settings/quotas. - On the Configuration tab, review existing quota rules and add or adjust limits as needed.
- On the Usage tab, monitor current resource consumption against configured limits.
- 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
Platform Foundation
Platform Foundation overview.
Governance & parity
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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/quota/pages/QuotaManagementPage.tsx
- src/platform/quota/components/QuotaConfigTab.tsx