# Percentage - Plan by cart value

**Purpose: The ‘Percentage – Plan by Cart Value’** page is used to set the insurance amount based on a percentage of the cart value.

**Note:** This app will not give you the exact insurance amount. The amount always depends on the cart order value.

**Summary: The** **Percentage by Cart Value** plan allows charging insurance based on the cart value. You can create multiple plans according to the cart value. With the help of the increment amount feature, you can set the exact amount you want to add.

### **This Plan only works with the Shopify Plus plan**&#x20;

**Plan by Cart Value**

&#x20;       In this screen, you can create a **percentage plan** by entering the following details:

* **Plan Name**—The name of the insurance plan (e.g., Protection).
* **Minimum Amount**—The lowest cart value for which this plan will apply.
* **Maximum Amount** – The highest cart value for which this plan will apply.
* **Percentage (%—The** percentage of the cart value that will be charged as insurance.

You can also expand **Show Advance Setting** to configure additional options.

This screen shows the same Percentage Plan but with **Advance Setting** enabled:<br>

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

* **Increment Amount**—This defines the step or increment in which the calculated insurance fee will be rounded or adjusted. For example, if the minimum is 1000 and the maximum is 2000, the system calculates the insurance, then applies an increment (like 1.5) that you can adjust for convenience.<br>

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

\
Example:&#x20;

| NAME                       | MIN price | MAX price | Percentage |
| -------------------------- | --------- | --------- | ---------- |
| Cart between 10 to 5000    | 10        | 5000      | 2.5        |
| Cart between 5000 to 10000 | 5000      | 10000     | 5          |

&#x20;

<figure><img src="/files/HMdZP4O35F9hKCNnFvl4" 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://docs.centousapps.com/insureful/app-installation/manage-app-settings/insurance-plan/percentage-plan-by-cart-value.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.
