> For the complete documentation index, see [llms.txt](https://script-and-theory.gitbook.io/order-armor-shipping-protection-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://script-and-theory.gitbook.io/order-armor-shipping-protection-docs/checkout-page-widget.md).

# Checkout page widget

**Publish Insurance Widget at Checkout Page**

* **Function:** This setting allows you to activate or deactivate the shipping insurance widget directly on the checkout page.<br>

**Add insurance app block**

* To display the widget properly, you need to add the **OrderArmor app block** within the Shopify Checkout Editor:
  * Click **"Go to checkout editor"** to begin adding the app block.

**Customized Insurance Style**

* **Insurance Icon:** Choose an icon to represent the shipping insurance option. Available icons include different shield variations.<br>

**Content**

* **Add-on Title (Name of the insurance):** Specify the name displayed for the insurance add-on, e.g., "Shipping Insurance."
* **Enabled Description (Upsell Description):** Enter a description that will appear when the insurance is enabled, such as "100% Payment guarantee & Protect your order from damage, loss, or theft."
* **Disabled Description (Optional Description):** Provide a description that appears when insurance is not selected, reminding customers of their liability, such as "By deselecting shipping insurance, we are not liable for lost, damaged, or stolen items."<br>

**Refund Policy URL**

* **Function:** Link to your store's refund policy, providing customers with easy access to this information directly from the checkout page.<br>

Each feature is designed to give you full control over how shipping insurance is presented and managed within your Shopify store, enhancing user experience and offering protection for both the buyer and seller.<br>

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


---

# 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://script-and-theory.gitbook.io/order-armor-shipping-protection-docs/checkout-page-widget.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.
