# Feed Import

The **Feed Import** tool allows you to import a complete product feed with a single click. Each product in the feed will be turned into a separate post or WooCommerce product.

### Watch Feed Import in Action

{% embed url="<https://www.youtube.com/watch?v=jYOmV3vXu0Y>" %}

{% hint style="warning" %}
**Note:** This tool imports **all** products from the selected feed. If you want to import only selected products, use the [**Bulk Import**](/set-up-products/import-tools/bulk-import.md) tool instead.
{% endhint %}

**Access:**\
Go to **Content Egg > Import Tools > Feed Import** tab

<figure><img src="/files/lQJMBOIrTfnL940e3kz4" alt=""><figcaption></figcaption></figure>

### Important Considerations

This tool makes it easy to queue large product feeds—even 100,000+ items—with one click. There are no built-in hard limits on the number of products you can import.

However, performance depends heavily on your hosting environment. Here's what you should know:

**Can WordPress Handle a Million Products?**

* **Up to 3,000 products:** Easy to manage, even on shared hosting.
* **3,000–30,000 products:** Recommended to use VPS or cloud hosting. Basic performance tuning required.
* **30,000–100,000+ products:** Needs a powerful server, database optimizations, and expert setup.
* **1,000,000+ products:** Technically possible, but not practical—expect slow performance, high server costs, and SEO indexing limits.

{% hint style="warning" %}
Be realistic with your goals. Start small and scale carefully.
{% endhint %}

{% hint style="success" %}
Before using this tool, make sure your [**Import Presets**](/set-up-products/import-tools/import-presets.md) are configured according to your needs.
{% endhint %}

### How It Works

1. **Configure Feed Module**\
   Set up the Feed module for your CSV or XML file as described in the [Feed Module Guide](/modules/feed-modules.md).
2. **Check Feed Status**\
   Ensure that your feed is synced correctly and shows a **"Ready"** status. All feed products must be loaded into the local database.
3. **Select an Import Preset**\
   Choose how each product will be imported and displayed.
4. **Set Publishing Options**\
   Decide whether to publish immediately or schedule posts over time.
5. **Start Import**\
   Click **Import All** to queue all feed products for import.

{% hint style="success" %}
All tasks will be added to the Import Queue and processed automatically in the background.\
You can monitor progress under the [**Queue tab**](/set-up-products/import-tools/import-queue.md).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ce-docs.keywordrush.com/set-up-products/import-tools/feed-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
