> For the complete documentation index, see [llms.txt](https://tmniche-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tmniche-docs.keywordrush.com/content-egg-integration/product-feeds.md).

# Set up product feeds

For the **e-commerce** model, TMN builds content around your own catalog. Your catalog reaches TMN through Content Egg's **Feed module**: you import a product feed once, then point your plan at it.

## Import your catalog

Content Egg's Feed module imports your products from a **product feed** — a CSV or XML file or URL you generate from your store. Most platforms (WooCommerce, Shopify, and others) can export one.

You set this up inside Content Egg — see the Content Egg docs: [Feed modules — general information](https://ce-docs.keywordrush.com/modules/feed-modules/general-information) and [field mapping](https://ce-docs.keywordrush.com/modules/feed-modules/field-mapping).

{% hint style="warning" %}
**Skip product variations.** Generate the feed *without* variations, or enable **"Skip product variations during import"** in the feed module — otherwise the same product can appear several times (visual duplicates) in your articles.
{% endhint %}

{% hint style="info" %}
**Large catalog?** Split a very large feed into **separate feed modules by product category**, and create a **separate plan per category**. Smaller, focused plans rank better — see [Create a content plan](/building-a-site/create-a-plan.md).
{% endhint %}

## Use the feed in a plan

When you create an e-commerce plan, select your feed as the **Product source** (in the new-plan wizard, or later on the plan). TMN then:

* sends a **snapshot of your catalog** to the planner, so it understands what you sell while building the Topic Map, and
* searches your feed **locally** for each product article and attaches matching products — see [Curate products](/building-a-site/curate-products.md) for how candidates are chosen and how to preview or edit them.

![Selecting a feed as the plan's Product source](/files/EE5iCqctBTRMQADl16ko)

## Next

* [**Curate products**](/building-a-site/curate-products.md) — control which products appear.
* [**E-commerce**](/monetization-playbooks/ecommerce.md) — the full e-commerce playbook.


---

# 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://tmniche-docs.keywordrush.com/content-egg-integration/product-feeds.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.
