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

# Data Import

> Import your shipment data to track carbon emissions

## Data Import Overview

The Data Import feature allows you to upload your shipment data to Carbonpunk, enabling the platform to calculate and track your carbon emissions. You can import data via CSV file uploads or through direct integrations with logistics providers.

### Import Methods

<AccordionGroup>
  <Accordion icon="file-csv" title="CSV File Upload">
    Upload CSV files containing your shipment data directly through the platform. This method is ideal for users who export data from their existing systems or maintain shipment records in spreadsheets.
  </Accordion>

  <Accordion icon="plug" title="Logistics Provider Integrations">
    Connect directly to supported logistics providers like PostNord to automatically import your shipment data. This method eliminates manual data preparation and ensures continuous data flow.
  </Accordion>
</AccordionGroup>

## CSV File Upload

<Steps>
  <Step title="Prepare Your Data">
    Ensure your CSV file includes essential shipment information such as:

    * Origin and destination locations
    * Shipment weight
    * Transport mode
    * Distance
    * Date of shipment
  </Step>

  <Step title="Navigate to Data Import">
    Go to the Data Import section in the main navigation menu.
  </Step>

  <Step title="Upload Your File">
    Drag and drop your CSV file into the upload area or click to browse and select your file.
  </Step>

  <Step title="Preview and Confirm">
    Review the data preview to ensure your data is correctly formatted and mapped to the appropriate fields.
  </Step>

  <Step title="Complete Import">
    Confirm the import to process your data and calculate emissions.
  </Step>
</Steps>

## Managing Imported Files

After uploading files, you can:

* View a list of all uploaded files
* Check the status of each import
* Delete files that are no longer needed
* Download the original files for reference

## Data Requirements

For accurate emissions calculations, your data should include:

| Field          | Description                                | Required |
| -------------- | ------------------------------------------ | -------- |
| Origin         | Starting location of shipment              | Yes      |
| Destination    | End location of shipment                   | Yes      |
| Weight         | Weight of shipment in kg                   | Yes      |
| Transport Mode | Method of transport (air, sea, road, rail) | Yes      |
| Date           | Date of shipment                           | Yes      |
| Distance       | Distance in km (if known)                  | No       |

## Related Features

<CardGroup>
  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Connect to logistics providers for automated data import
  </Card>

  <Card title="Shipments Table" icon="table" href="/essentials/shipments-table">
    View and manage imported shipment data
  </Card>

  <Card title="Emissions Calculation" icon="calculator" href="/transport/emissions-calculation">
    Learn how emissions are calculated from your shipment data
  </Card>
</CardGroup>
