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

# Export Config

> The Export Config module is used to save and manage the specific fields that a user wants included i...

## What is Export Config?

The Export Config module is used to save and manage the specific fields that a user wants included in export results. This allows users to customize their exported data by selecting only the necessary fields for each export, ensuring that the output contains exactly the information they need.

**To see the details of export config object, please follow [this link](/api-reference/objects/export-config-object)**

## Key Features

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

  <Card title="Read export config by ID" icon="list" href="/api-reference/importexport/export-config/read-export-config-by-id">
    GET /export-config/{exportConfigId}
  </Card>

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

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

## Related Resources

* [Export Config Object](/api-reference/objects/export-config-object) - Export Config data structure
