> 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/list-advertise/list-on-channels/conrad/setting-up-a-conrad-feed.md).

# Setting up a Conrad feed

**Important update: transition to Conrad API for creating/managing listings**

We are excited to announce the release of the Conrad API, which offers a more responsive and efficient way to create/manage your product listings on Conrad.

What this means for you:

* **Deprecation of the 'Product Feed':** With the introduction of the Conrad API, we will be phasing out the Conrad 'Product Feed' version. This means you will no longer be able to create new products using a feed. Moving forward, all new product listings are created exclusively through the Conrad API.
* **Continued Support for 'Offer Feed':** Although the 'Product Feed' is being deprecated, the 'Offer Feed' remains available. You can continue to use the 'Offer Feed' to update your existing products on Conrad.

For detailed instructions on setting up the Conrad API in Channable, [please refer to this article.](/list-advertise/sell-on-marketplaces/mirakl-marketplaces/how-to-set-up-a-conrad-channel-api.md)

### General feed setup

Follow these steps to set up your Conrad offer feed:

{% stepper %}
{% step %}

### Create a Conrad channel

Add a new Conrad channel: navigate to **Channels > +Create channel** and search for 'Conrad'. Fill in the following information:

* Choose your target Country
* Type of market is set on **'Offer feed'** as explained above.
* Name the feed. Click on 'Continue' to create the new feed.
  {% endstep %}

{% step %}

### Categorization

Categorization is not required for this channel and can be skipped. Conrad expects the categories from your store.
{% endstep %}

{% step %}

### Optimize product data with Rules

Create [Rules](/manage-improve-product-data/rules-bulk-edit-and-enrich/rules-in-channable.md) to optimize your product data.&#x20;
{% endstep %}

{% step %}

### Mapping

Link the right fields in the [Mapping step](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-mapping-step.md).

{% hint style="info" %}
**Note:** For a description of the channel fields, hover over the gray question mark icons with your cursor. Make sure to at least fill in all the mandatory fields, which are blue.
{% endhint %}

A lot of fields in Conrad's documentation are optional — if you need/want to use fields that are not in the **Mapping** step, you can add them manually at the bottom of the **Mapping** step.
{% endstep %}

{% step %}

### Quality checks and preview

Check your feed in the [**Quality**](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-quality-step.md) and [**Preview**](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-preview-and-export-step.md) steps. If there are any errors for mandatory fields, solve these first by optimizing your product data with rules and/or connecting the right fields in the **Mapping** step. Repeat if needed.

When your Conrad feed is all set up, activate the feed in the *Settings* tab of the feed and run it. You will now see a URL in the *Preview* step. You can use this URL to upload the feed into your Conrad account. For more information on uploading the feeds into your Conrad account, you can contact Conrad support.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Tip:** For a description of the channel fields, hover over the gray question mark icons with your cursor. Make sure to at least fill in all the mandatory fields, which are blue.
{% 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/list-advertise/list-on-channels/conrad/setting-up-a-conrad-feed.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.
