# Feed Management: Why you need it

Selling or promoting products on platforms like Google Shopping, Meta Online Products (Facebook/Instagram), Pinterest, TikTok, and others requires more than simply exporting your store data.

Each channel has its own product requirements that can be managed manually via feeds. However, doing so quickly becomes time-consuming and error-prone as your catalog grows.

This article introduces you to product feed and how a Feed Management tool can benefit you.

## <mark style="color:$primary;">**What is a product feed?**</mark>

A product feed is a structured file or data source that contains information about your products and sends that data to other external platforms. It typically includes product data such as:

* Product title.
* Description.
* Price.
* Inventory/Availability.
* Product images.
* SKU/Product ID.
* Brand.
* Product URL.
* Category.

Product feeds are commonly generated in formats like XML, CSV, TXT, or JSON. These feeds are usually exported from an e-commerce platform or management system and shared via a hosted URL or direct upload.

## <mark style="color:$primary;">**Why do you need a Feed Management tool?**</mark>

Managing product feeds manually becomes increasingly difficult as your catalog and number of channels expand. This is due to intensive involvement in feed processing (such as frequent updates, platform-specific feed customization, spreadsheet exports,...). Even small inconsistencies in the feeds can lead to product rejections, outdated listings, incorrect data,...

A Feed Management tool helps automate and centralize the process of creating, optimizing, and synchronizing product feeds without changing the original product data.

## <mark style="color:$primary;">**How can LitCommerce Feed Management help?**</mark>

The LitCommerce Feed Management app offers an optimal way to manage product feeds across multiple platforms.

You can conveniently generate feeds using fixed templates and automation features, customize product data for different channels, apply rules and mappings, schedule automatic updates, and manage multiple feeds simultaneously. The app also supports currency conversion, language selection, and feed-specific optimizations without modifying the original Main Store data.

Notable features include:

* [Ready-Made Rules](https://litcommerce.gitbook.io/litcommerce-helpdesk/feed-management/feed-basics-and-setup/feed-setup/feed-create-and-set-up-your-feed/feed-rules#ready-made-rules)
* [Global Rules](https://litcommerce.gitbook.io/litcommerce-helpdesk/feed-management/feed-basics-and-setup/feed-setup/feed-create-and-set-up-your-feed/feed-rules#global-rules)
* [Auto-update and Daily sync](https://litcommerce.gitbook.io/litcommerce-helpdesk/feed-management/feed-basics-and-setup/feed-setup/feed-management-settings#schedule)

Additionally, check out the article [Feed: Create & set up your feed](https://litcommerce.gitbook.io/litcommerce-helpdesk/feed-management/feed-basics-and-setup/feed-setup/feed-create-and-set-up-your-feed) for guidance on setting up your first feed.

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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://help.litcommerce.com/feed-management/feed-basics-and-setup/feed-basics/feed-management-why-you-need-it.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.
