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

# Remapping enum fields

> Learn how to use the remapping feature to adjust Kombo enum fields based on fields in your customer's systems.

## Remapping an enum field

1. Select the source field to map the enum from.
   <Frame>
     <img src="https://mintcdn.com/kombo/DniMaFamDeZQwfSo/images/remapping/enum-modal.png?fit=max&auto=format&n=DniMaFamDeZQwfSo&q=85&s=6be2ba5aaae9193102f61a8ab1919e0a" alt="image" width="1230" height="1190" data-path="images/remapping/enum-modal.png" />
   </Frame>
2. Define a default value. This will be the result in case the value is not mapped or null. If you want to use `fallbacks` make sure to select `None (null)` here.
   <Frame>
     <img src="https://mintcdn.com/kombo/DniMaFamDeZQwfSo/images/remapping/enum-modal-default.png?fit=max&auto=format&n=DniMaFamDeZQwfSo&q=85&s=35815ec656080967df1acacc786067fd" alt="image" width="1230" height="1306" data-path="images/remapping/enum-modal-default.png" />
   </Frame>
3. Define an enum map. For this you first input the source string on the left. Then click the `Add mapping` button.
   <Frame>
     <img src="https://mintcdn.com/kombo/DniMaFamDeZQwfSo/images/remapping/enum-modal-map.png?fit=max&auto=format&n=DniMaFamDeZQwfSo&q=85&s=0650b804e8e9802662d2f5d28c143c1a" alt="image" width="1230" height="1308" data-path="images/remapping/enum-modal-map.png" />
   </Frame>
   After adding the source string, select one of the Kombo enum values.
   <Frame>
     <img src="https://mintcdn.com/kombo/DniMaFamDeZQwfSo/images/remapping/enum-modal-select-enum.png?fit=max&auto=format&n=DniMaFamDeZQwfSo&q=85&s=67577075de9353027954ac7eb33d29b8" alt="image" width="1232" height="1346" data-path="images/remapping/enum-modal-select-enum.png" />
   </Frame>
