> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-data-fr/concepts-dimport/champs-dimport/mettre-a-jour-le-mapping-dimport.md).

# Mettre à jour le Mapping d'import

Lorsque vous mettez à jour le mapping d'import, Channable vérifie si certains nouveaux champs n'ont pas été importés et les ajoute au mapping existant. Cela est nécessaire lorsque vous avez ajouté de nouveaux champs à votre import qui n'apparaissent pas automatiquement dans le mapping. Channable supprimera également les champs qui ne figurent plus dans votre import.

Pour mettre à jour le mapping de votre flux d'import, suivez les étapes suivantes :

{% stepper %}
{% step %}

### Accédez aux Paramètres d'import

Accédez A **Installation > Import**. Localisez l'import que vous souhaitez mettre à jour et accédez aux **Paramètres**.
{% endstep %}

{% step %}

### Mettre à jour le mapping

Cliquez sur l' <i class="fa-gear">:gear:</i> icône d'engrenage et sélectionnez **Mettre à jour le mapping** dans la liste déroulante.
{% endstep %}
{% endstepper %}

<figure><img src="/files/8ac086964a159967c43430d52e5de991358867ed" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Remarque : la mise à jour du mapping d'import ne va **pas** supprimer les champs que vous avez ajouté(e)s manuellement ou modifier toute autre configuration que vous avez précédemment définie dans l'onglet Modifier mapping de votre import.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/import-data/import-data-fr/concepts-dimport/champs-dimport/mettre-a-jour-le-mapping-dimport.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
