# Configuration

Once you have successfully installed the extension, go to **Stores -> Configuration** to configure the extension for use. Here you can find option to enable the extension.

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

* **Indian GST:** Option to enable or disable the extension.
* **QR Code:** Enable QR Code from here.
* **GSTIN Number:** Add the GSTIN number of your business to include it with order details.
* **PAN Number:** Add the PAN number of your business to show in the invoice PDF.
* **CIN Number:** Add the CIN number of your business to show in the invoice PDF.
* **GST Rate (in Percentage):** Set GST rate in percentage for the store products to apply on orders. This rate will be applicable to all store products.
* **Minimum Product Price to Apply GST Rate:** Set minimum price to apply GST rate on products.
* **GST Rate if Product Price Below Minimum Set Price:** Set GST rate to be applied if the product price is below the minimum set price in the above field.
* **Business Origin:** Select the state from which you are selling. This helps manage SGST, CGST, and IGST.
* **Display Product Prices in Catalog:** Set products including or excluding tax to calculate GST.
* **Show Buyer GSTIN on Frontend:** Select Yes to allow adding buyer GST in the front end Create New Account.
* **Buyer GST Number:** This field is displayed only when the above field is set to Yes. Set the GST Number field to Optional or Required in the front end Create New Account.
* **Invoice PDF Signature:** Upload a digital signature image to show in the invoice PDF.
* **Invoice PDF Signature Text:** Set the signature text to show in the invoice PDF.

**Note :**

Run this command after the extension installation to install the QR code library.

**Command : composer require aferrandini/phpqrcode**


---

# 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-indian-gst-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.
