# Fixed - Single Plan

**Purpose:**&#x20;

* **Fixed Plan** is to provide customers with a **simple and predictable shipping protection fee**. No matter the order size, the protection cost always stays the same. This makes it easier for customers to understand and ensures **consistent revenue** for the business.

### Add or Update Single Plan

* Click on the Edit Plan button
* Select **Fixed Plan** and then Plan type as **Single Plan** and click on update button.
* Enter the Plan Name and Amount in the form section.
* Click the **"Save"** button to save your changes.<br>

  <figure><img src="/files/9yVTgsq63qLMfmg0cjjL" alt=""><figcaption></figcaption></figure>

#### Example

* Cart Value: INR 500 → Protection Fee = **INR 100**
* Cart Value: INR 5,000 → Protection Fee = **INR 100**
* Cart Value: INR 50,000 → Protection Fee = **INR 100**

It means whatever your cart total, it should charge fixed amount that you setup.&#x20;

<div align="left" data-full-width="false"><figure><img src="/files/TflEq5A9GCPH1fqcydDi" alt="" width="513"><figcaption></figcaption></figure></div>


---

# 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/fixed-single-plan.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.
