# Configuration

Once you have successfully installed the extension, go to **Stores -> Configuration** **->** **Sales -> Shipping Methods** to configure the extension for use. Here you can find various settings for the Flat rate shipping.

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

* **Flat Rate 1:** Set Yes to enable multiple flat rate shipping extension.
* **Method Name:** Enter the method name.
* **Title:** Enter the title to show in frontend.
* **Type:** Select the fee application type.
* **Price:** Enter the price for this method.
* **Calculate Handling Fee:** Option to calculate handling fee either fixed or in percentage.
* **Handling Fee:** Enter the fee amount.
* **Ship to Applicable Countries:** Select countries to apply the shipping method.

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

* **Show Method if Not Applicable:** Option to display method.
* **Displayed Error Message:** Enter the error message to display in the front.
* **Maximum Order Amount For Free Shipping:** Enter the maximum order amount to allow free shipping.
* **Minimum Order Amount For Free Shipping:** Enter the minimum order amount to allow free shipping.
* **Add Instructions in HTML Code:** Enter text to add instructions or notes along with the shipping method. This will show up to customers in the front end.
* **Sort Order:** Set the sort order of flat rate shipping method in frontend.

<figure><img src="/files/GHOJuY5eUF3mhoUf7plV" 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-multiple-flat-rate-shipping-extension/configuration.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.
