# Product Specific Fees Settings

Product-specific fee settings are used whenever you want to add separate fees for different store products. Simply upload a CSV with your product IDs and surcharge values. When users add 2 different products having different surcharge amounts into the cart, this surcharge will be applied and shown under the title of this surcharge method.

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

* **Enable:** Select YES to enable product-specific fees.
* **Product Specific Fees Title:** Enter a title to show product-specific fees in the front end.
* **Import CSV:** Upload CSV with product IDs and surcharge amount to apply different fees on different products.

**CSV file for Product-Specific Fees**

<figure><img src="/files/0hUGEbKPLJhHNr1Ktglw" 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.magecomp.com/magento-2-product-fees-extension/product-specific-fees-settings.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.
