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

# Import Config

> The Import Config module saves and manages column mapping presets for bulk import features

## What is Import Config?

The Import Config module saves and manages column mapping presets for bulk import features across MileApp. Users can store field-to-Excel-column mappings so they can be reused across multiple imports. Each config is linked to a specific resource and contains the mapping between its fields and Excel header columns.

## Key Features

<CardGroup cols={2}>
  <Card title="Read import config" icon="list" href="/api-reference/importexport/import-config/read-import-config">
    GET /import-configs
  </Card>

  <Card title="Read import config by ID" icon="list" href="/api-reference/importexport/import-config/get-import-config-by-id">
    GET /import-config/{importConfigId}
  </Card>

  <Card title="Create import config" icon="plus" href="/api-reference/importexport/import-config/create-import-config">
    POST /import-config
  </Card>

  <Card title="Update import config" icon="pen" href="/api-reference/importexport/import-config/update-import-config">
    PUT /import-config/{importConfigId}/
  </Card>
</CardGroup>
