> 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-concepts/import-fields/map-your-import-fields-to-project-fields.md).

# Map your import fields to project fields

After you add an import to your project, Channable maps your product data and you are navigated to **Setup.**

To ensure that your product data fields are recognized by Channable, you need to map your fields in **Setup > Import > \[Added import] > Mapping**.

If you have warnings about the fields id, link, image\_link, or price, this means that Channable cannot map your import data to these fields. It is likely that your import field names are named differently because Channable creates project fields based on your import field names.

We recommend changing the names of the project fields so that your fields are mapped correctly and so that there are no warnings.

Follow these steps to edit your project fields so that they have the recommended field names, using the image\_link field (with the warning “Please map one field to **image\_link**”) as an example:

1. Find the field in your import fields that contains the product URL or link and check the name of the field. The field could be named “Image Src” or something similar.
2. In the **Project field** column, find the corresponding mapped field (“image\_src”) and click on **Edit**. In the popup, rename the field to “image\_link”. This is the recommended name for this field, as indicated in the warning.
3. Click on **Save and import**. Now the warning should no longer be showing because your import field “Image Src” is mapped to the project field image\_link.

{% hint style="info" %}
**Tip:** Instead of editing the project field “image\_src”, you can add a new project field with the name “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-concepts/import-fields/map-your-import-fields-to-project-fields.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.
