> 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/mappez-vos-champs-dimport-aux-champs-du-projet.md).

# Mappez vos champs d'import aux champs du projet

Après avoir ajouté un import à votre projet, Channable mappe vos données produit et vous êtes redirigé(e) vers **Installation.**

Pour vous assurer que vos champs de données produit sont reconnus par Channable, vous devez mapper vos champs dans **Installation > Import > \[import ajouté] > Mapping**.

Si vous avez des avertissements concernant les champs id, link, image\_link ou price, cela signifie que Channable ne peut pas mapper vos données d'import vers ces champs. Il est probable que les noms de vos champs d'import soient différents, car Channable crée des champs de projet à partir des noms de vos champs d'import.

Nous vous recommandons de renommer les champs de projet afin que vos champs soient correctement mappés et qu'il n'y ait aucun avertissement.

Suivez ces étapes pour modifier vos champs de projet afin qu'ils portent les noms de champs recommandés, en utilisant le Champ image\_link (avec l'avertissement « Veuillez associer un Champ à **image\_link** ») comme exemple :

1. Repérez dans vos champs d'import le Champ qui contient l'URL ou le lien du produit et vérifiez le nom du Champ. Le Champ peut s'appeler « Image Src » ou quelque chose de similaire.
2. En le **Champ de projet** colonne, trouvez le Champ mappé correspondant (« image\_src ») et cliquez sur **Modifier**. Dans la fenêtre contextuelle, renommez le Champ en « image\_link ». C'est le nom recommandé pour ce Champ, comme l'indique l'avertissement.
3. Cliquez sur **Sauvegarder et importer**. Maintenant, l'avertissement ne devrait plus s'afficher, car votre Champ d'import « Image Src » est mappé au Champ de projet image\_link.

{% hint style="info" %}
**Astuce :** Au lieu de modifier le Champ de projet « image\_src », vous pouvez ajouter un nouveau Champ de projet portant le nom « image\_link ».
{% 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/mappez-vos-champs-dimport-aux-champs-du-projet.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.
