> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pastures.farm/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects & Quotas

> Namespace grouping and resource quota management with CPU, memory, GPU, and storage limits.

The Projects & Quotas page manages Rancher project organization and resource quota enforcement.

<Info>
  This page is demo-only — no Engine API calls are made. All data is synthetic.
</Info>

## Project table

The main table lists projects with resource usage summaries:

| Column         | Description                                 |
| -------------- | ------------------------------------------- |
| Project name   | Rancher project identifier                  |
| Namespaces     | Count of namespaces in the project          |
| CPU usage      | Request/limit bar showing current vs. quota |
| Memory usage   | Request/limit bar showing current vs. quota |
| GPU allocation | GPU request/limit (if quota is set)         |
| Status         | Within limits or over quota                 |

## Manage Quotas modal

Click **Manage Quotas** on any project to open the quota editor. Configurable fields:

* **CPU request / limit** — millicores
* **GPU request / limit** — device count
* **Memory request / limit** — Mi / Gi
* **Pod count** — maximum pods across the project
* **PVC count** — maximum PersistentVolumeClaims
* **Storage limit** — total storage capacity

A confirmation dialog is shown before removing an existing quota to prevent accidental unrestricted resource usage.

## Demo data

| Project    | CPU           | Memory     | GPUs  |
| ---------- | ------------- | ---------- | ----- |
| production | 4000m / 8000m | 8Gi / 16Gi | 2 / 4 |
| staging    | 2000m / 4000m | 4Gi / 8Gi  | —     |
| edge       | 1000m / 2000m | 2Gi / 4Gi  | 1 / 2 |
