# Country Fee

It’s a surcharge type that can be applied on orders from specific countries based on shipping or billing address. You can add 2 country fee based on 2 different countries if needed.

* **Enable:** Select YES to enable country fee.
* **Countries:** Select countries to apply this surcharge on.
* **Based On:** Select address type to charge country fee based on.
* **Payment Surcharge Type:** Select payment surcharge type.
* **Payment Cost (%):** Enter payment cost in percentage.
* **Payment Cost (Fixed):** Enter payment cost as fixed amount.
* **Country Fee Label:** Enter label to show country fee in frontend.
* **Apply Group Filter:** Select YES to apply group filter on this surcharge type.

<figure><img src="/files/ZIsrtuPY0QheAMDhJCkd" 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-surcharge-extension/country-fee.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.
