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

# KPIs

> Track key performance indicators for your carbon emissions

## KPIs Overview

The KPIs (Key Performance Indicators) feature provides a focused view of the most important metrics related to your carbon emissions and logistics operations. These indicators help you track your sustainability performance over time and identify areas for improvement.

### Available KPIs

<AccordionGroup>
  <Accordion icon="weight-scale" title="Total Emissions">
    Track the total carbon emissions (CO2e) from all your logistics operations over time. This is the primary metric for measuring your overall carbon footprint.
  </Accordion>

  <Accordion icon="truck" title="Emissions by Transport Mode">
    Monitor emissions broken down by transport mode (air, sea, road, rail) to identify which modes contribute most to your carbon footprint.
  </Accordion>

  <Accordion icon="route" title="Emissions by Route">
    View emissions data for your most frequently used routes to identify high-impact corridors.
  </Accordion>

  <Accordion icon="calendar" title="Temporal Trends">
    Track emissions over time to identify seasonal patterns, trends, and progress toward reduction goals.
  </Accordion>
</AccordionGroup>

## Using the KPIs Dashboard

<Steps>
  <Step title="Access KPIs">
    Navigate to the KPIs section from the main navigation menu.
  </Step>

  <Step title="Select Time Period">
    Use the date range selector to focus on specific time periods for your KPIs.
  </Step>

  <Step title="Analyze Metrics">
    Review each KPI card to understand different aspects of your carbon performance.
  </Step>

  <Step title="Track Progress">
    Monitor how your metrics change over time to evaluate your sustainability initiatives and identify trends.
  </Step>
</Steps>

## Interpreting Your KPIs

### Emissions Intensity

Emissions intensity measures the carbon efficiency of your logistics operations. It's calculated as:

```
Emissions Intensity = Total CO2e Emissions / Total Weight Transported
```

A lower emissions intensity indicates more carbon-efficient operations.

### Transport Mode Distribution

This KPI shows the percentage breakdown of emissions by transport mode:

| Transport Mode | Typical Emissions   | When to Use                                           |
| -------------- | ------------------- | ----------------------------------------------------- |
| Air            | Highest             | For urgent, lightweight shipments over long distances |
| Road           | Medium              | For medium-distance shipments with flexible timing    |
| Rail           | Low                 | For non-urgent shipments over land routes             |
| Sea            | Lowest (per ton-km) | For large, non-urgent shipments over long distances   |

## Setting Targets

Use your KPIs to set and track progress toward emissions reduction targets:

1. **Establish Baseline**: Use historical data to establish your starting point
2. **Set SMART Goals**: Create Specific, Measurable, Achievable, Relevant, and Time-bound targets
3. **Regular Review**: Check your KPIs regularly to track progress
4. **Adjust Strategies**: Modify your approach based on KPI performance

## Related Features

<CardGroup>
  <Card title="Dashboard" icon="gauge-high" href="/essentials/dashboard">
    View comprehensive visualizations of your emissions data
  </Card>

  <Card title="Reports" icon="file-lines" href="/essentials/reports">
    Generate detailed reports based on your KPIs
  </Card>

  <Card title="Shipments Table" icon="table" href="/essentials/shipments-table">
    Explore the detailed data behind your KPIs
  </Card>
</CardGroup>
