# Update import mapping

When you update your import mapping, Channable checks if any new fields have not been imported and adds them to the existing mapping. This is necessary when you have added new fields to your import that do not appear in the mapping automatically. Channable will also remove fields that are no longer in your import.

To update the mapping of your import feed, follow these steps:

{% stepper %}
{% step %}

### Navigate to the import settings

Go to Setup and then Import. Open the import you want to update and go to Settings.
{% endstep %}

{% step %}

### Update mapping

Click the gear icon and select "Update mapping" from the dropdown.

{% endstep %}
{% endstepper %}

<figure><img src="/files/201cc405785343ce053ee777f9af8b79b8b25bda" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: Updating the import mapping will **not** remove any fields you added manually or change any other configuration you previously made in the Edit mapping tab of your import.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.channable.com/import-data/import-concepts/import-fields/update-import-mapping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
