# Shipping message

Story can display a dynamic free shipping message which alerts the customer how close they are to qualify for free shipping. Customers are congratulated with an animation and custom message when they reach their goal:

![](/files/2mKj4VulrManRpW7DoNm)

As items are added to the cart, the progress bar and total required value is automatically calculated and updated in the cart.&#x20;

### How to setup

The free shipping progress indicator is configured in the **Theme settings** -> **Cart**:

![](/files/0e1qz9xuChinauMPw8D8)

1. The message text can be updated here. The `|| amount ||` portion is needed to display the dynamic value needed to reach the free shipping quota. Please don't modify this unless you wish to remove the dynamic number count.&#x20;
2. Update this value to set the minimum spend required for free shipping. Use round numbers, exclude any currency symbols, letters, or special characters. Example: `200`

![](/files/NGUighI09sneTUX2ePQX)


---

# 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://story.groupthought.com/cart/story-cart/shipping-message.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.
