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

# Categories (Categorías)

> Clasificación GHG Protocol

## Descripción

Las **categorías** siguen el GHG Protocol (Scope 1, 2, 3) para clasificar consumos y emisiones.

## Endpoint

```
GET /api/v1/categories?level=scope|category|subcategory
```

## Niveles

| Nivel         | Descripción              |
| ------------- | ------------------------ |
| `scope`       | Scope 1, 2, 3            |
| `category`    | Categorías principales   |
| `subcategory` | Subcategorías detalladas |

## Uso

Al crear consumos, debes enviar el `categoryId` (UUID) obtenido de `GET /api/v1/categories?level=subcategory`.

Para vehículos, categorías típicas incluyen:

* `LAND_TRANSPORTATION`, `AIR_TRANSPORTATION`
* `MARITIME_TRANSPORTATION`, `RAIL_TRANSPORTATION`
* `FORESTRY_MACHINERY`, `FARM_MACHINERY`, `INDUSTRIAL_MACHINERY`
