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

# Shipments Table

> View and manage detailed shipment data

## Shipments Table Overview

The Shipments Table provides a comprehensive view of all your imported shipment data. It allows you to explore individual shipments, their details, and associated carbon emissions. This feature is essential for detailed analysis and verification of your logistics data.

### Key Features

<AccordionGroup>
  <Accordion icon="table" title="Detailed Shipment Records">
    View complete information for each shipment, including origin, destination, weight, transport mode, distance, and calculated emissions.
  </Accordion>

  <Accordion icon="filter" title="Advanced Filtering">
    Filter shipments by various parameters such as date range, transport mode, origin/destination, and more to focus on specific subsets of your data.
  </Accordion>

  <Accordion icon="sort" title="Sorting Capabilities">
    Sort your shipments by any column to identify patterns, outliers, or high-impact shipments.
  </Accordion>

  <Accordion icon="magnifying-glass" title="Search Functionality">
    Quickly find specific shipments using the search feature, which scans across all fields.
  </Accordion>
</AccordionGroup>

## Using the Shipments Table

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

  <Step title="Explore Your Data">
    Browse through your shipment records to get a detailed view of your logistics operations.
  </Step>

  <Step title="Apply Filters">
    Use the filter controls to narrow down the displayed shipments based on specific criteria.
  </Step>

  <Step title="Sort and Analyze">
    Sort columns to identify trends, such as highest-emission shipments or most frequent routes.
  </Step>

  <Step title="Export Data">
    Export filtered or complete data for external analysis or reporting.
  </Step>
</Steps>

## Data Columns

The Shipments Table includes the following information for each shipment:

| Column         | Description                                                                           |
| -------------- | ------------------------------------------------------------------------------------- |
| ID             | Unique identifier for the shipment                                                    |
| Date           | Date when the shipment occurred                                                       |
| Origin         | Starting location of the shipment                                                     |
| Destination    | End location of the shipment                                                          |
| Supplier       | Supplier of the shipment                                                              |
| Weight         | Weight of the shipment in kg                                                          |
| Transport Mode | Method of transport (air, sea, road, rail)                                            |
| Distance       | Distance traveled in km                                                               |
| CO2e           | Carbon dioxide equivalent emissions in kg                                             |
| Eco-Impact     | How much impact the shipment has on the environment based on average emissions per km |

## Best Practices

* **Regular Review**: Periodically review your shipment data to ensure accuracy and completeness.
* **Identify Outliers**: Look for unusually high-emission shipments to identify opportunities for improvement.
* **Route Analysis**: Analyze common routes to find optimization opportunities.
* **Mode Comparison**: Compare emissions across different transport modes for similar routes.

## Related Features

<CardGroup>
  <Card title="Data Import" icon="file-import" href="/essentials/data-import">
    Import shipment data to populate the Shipments Table
  </Card>

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

  <Card title="Reports" icon="file-lines" href="/essentials/reports">
    Generate reports based on your shipment data
  </Card>
</CardGroup>
