> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/magento-2-multivendor-indian-gst-extension/configuration.md).

# Configuration

Once you have successfully installed the extension, go to **Store → Configuration** to configure the extension for use.

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

* **Indian GST:** Option to enable or disable the extension.
* **QR Code:** Enable QR Code from here.
* **GSTIN Number:** Enter the GSTIN number of your Business.
* **PAN Number:** Enter the PAN details here.
* **CIN Number:** Enter the CIN details here.
* **GST Rate in Percentage:** Set the percentage rate to apply the GST globally to all the products of your store.
* **Minimum Product Price to Apply GST Rate:** Enter the minimum product price to apply the GST set in the above step.
* **GST Rate if Product Price Below Minimum Set Price:** Set the rate of GST to apply if the product price is below the minimum price set in the above step.
* **Business Origin:** Select your business origin state.
* **Display Product Prices in Catalog:** Set the store product price to show as including or excluding tax to calculate the GST rate.
* **Show Buyer GSTIN on Frontend:** Select yes to get and show the buyer GST in the frontend.
* **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.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.magecomp.com/magento-2-multivendor-indian-gst-extension/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
