# Price update

Content Egg will automatically update the prices and stock status of all products added on your website.&#x20;

{% hint style="info" %}
You can't have real-time prices on your website. Instead, prices will update on a schedule.
{% endhint %}

Each module has the `Price update` setting, i.e., the number of seconds after which it is the product's price must be updated. For example, set `86400` to update prices once a day.

![](/files/-MTVdAWlO1xOEzlipsAp)

There are two ways to update prices:

1. `Page view` will refresh products with traffic when the visitor opens the web page.  The disadvantage of this method is that you may sometimes notice a slight delay in the page's load time due to the request for new data.
2. `Cron` updates in the background using WP cron. No other cron settings are needed.

![](/files/-MTVdNV1CH7oQ5MEku5_)

{% hint style="info" %}
We don't recommend updating prices more than once a day. This value should be even higher for Affiliate Egg modules.
{% 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/updating-products/price-update.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.
