# Price

Showing the product price is one of the most important things on product pages. We have a few tricks here as well.

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

{% hint style="success" %}
If the product price is set to $0, it's replaced by a translatable string -  'Free'.
{% endhint %}

![](/files/Mbas2nmuIP8yM2yidTGT)

If you want to change this text you can go into your Online Store > Themes and click on Actions > Edit default theme content:

<figure><img src="/files/40K994BZKuXTrd1f3TgK" alt=""><figcaption></figcaption></figure>

Search for `free` in the Filter bar and edit the field under **General > Money > Free**:

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


---

# 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://broadcast.presidiocreative.com/broadcast-v4/products/product-theme-blocks/price.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.
