# Add-charge by Quantity

The Add-charge by Quantity feature allows merchants to apply additional charges to products based on the quantity customers input. This feature provides two flexible pricing options to accommodate various business needs: **Price for Each Quantity** and **Price for Any Quantity**.

<figure><img src="/files/923oHAflKLKv0Zl6wHxr" alt=""><figcaption></figcaption></figure>

#### 1. Price for Each Quantity

With this pricing type, the entered quantity is multiplied by the add-on price. This option is ideal for situations where the cost increases proportionally with the quantity selected.

**How it Works:**

* The add-on price is set for one unit of the additional feature or service.
* When a customer selects a specific quantity, the total add-on charge is calculated as:

  **Total Add-on Price = Add-on Price x Quantity Selected**

#### 2. Price for Any Quantity

With this pricing type, the add-on price remains fixed regardless of the quantity entered. This option is suitable for flat-rate additional features or services that do not depend on quantity.

**How it Works:**

* The add-on price is set as a single fixed amount.
* Customers can enter any quantity, but the add-on charge remains the same.


---

# 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://options-docs-v2.avisplus.io/pricing-and-upsell/add-charge-add-ons/add-charge-by-quantity.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.
