> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/build-pages/how-do-i-turn-on-live-data-sync-for-products.md).

# How do I turn on live data sync for products

{% stepper %}
{% step %}

### Turn ON live data on the Product contextual panel to auto-update price, sale price, availability, etc. from your catalog feed. The setting needs to be manually enabled for each product card as is off by default.

{% endstep %}

{% step %}

### Select the product card you want to enable live data

<figure><img src="/files/CBJUzPSFibxKh2vdVlAv" alt="How do I turn on live data sync for products — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the disk icon on the Product contextual panel

<figure><img src="/files/uhNaV1JxKQrugZhBIN9k" alt="How do I turn on live data sync for products — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Toggle ON live data to sync

<figure><img src="/files/SNKP5h5o4AKMnciEYlaR" alt="How do I turn on live data sync for products — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Customize what attributes you would like to sync live using the dropdown menu. Price, sale price, availability by default as already toggled on to sync, and we recommend keeping these settings. Link, title, image, and description do not sync live by default and can be set to sync as well, as needed.

<figure><img src="/files/Y6UkhufnrFz8XbxhK6aV" alt="How do I turn on live data sync for products — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The disk icon will turn blue once the product card is set to sync with live data

<figure><img src="/files/wgXuJGHjhEubBZLagCWX" alt="How do I turn on live data sync for products — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alert! This data will update based on how frequently we sync the catalog feed. If you have questions about the frequency of the catalog sync, please reachout out questions to <support@maker.co>.

{% endstep %}
{% endstepper %}


---

# 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://docs.maker.co/maker-pages/build-pages/how-do-i-turn-on-live-data-sync-for-products.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.
