# Preparing Data For Incremental Product Feed

Incremental Updates (otherwise known as 'partial updates' or 'deltas') permit customers to update or add catalogue data on-the-fly without the need to complete a full re-index. This method is applicable for many day-to-day use cases (see below) and, aside from being much faster than the full update process (users need only present a subset of catalogue data rather than the whole collection), users can also continue to access the Merchandising Studio tool throughout their execution, so business productivity is unaffected.

#### Typical Use Cases <a href="#dataintegrationspecification-csvproductdata-typicalusecases" id="dataintegrationspecification-csvproductdata-typicalusecases"></a>

Through the course of online (and offline) trading during the day, it is often the case that a product's attributes change in value and it is important that Fredhopper reflects these changes.

For example:

* An item's stock level may decrease
* An item's price value may increase
* A new variant has been added to the product catalogue

In each case above, incremental updates allow the customer to inform Fredhopper of these changes in a lightweight manner.

{% content-ref url="/pages/vun1d9jyzCUVKN4RN69l" %}
[Incremental Feed JSON Data Format](/product-discovery/sending-and-managing-product-data/flatfiles/incrementalprodfeed/incremental-feed-json-data-format.md)
{% endcontent-ref %}

{% content-ref url="/pages/y9PhIAPfLeT7i1cktxAt" %}
[Incremental Feed CSV Data Format](/product-discovery/sending-and-managing-product-data/flatfiles/incrementalprodfeed/incremental-feed-csv-data-format.md)
{% endcontent-ref %}


---

# 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://crownpeak.gitbook.io/product-discovery/sending-and-managing-product-data/flatfiles/incrementalprodfeed.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.
