# FAQs

<details>

<summary>Is the inventory quantity considered as the product's quantity or the variant's quantity ?</summary>

The app enables merchants to configure whether to show product's quantity or the variants' quantity.

<img src="/files/iq6wtncOq4gVVLoGTiHU" alt="" data-size="original">

</details>

<details>

<summary>How can the widget be hidden when products are sold out?</summary>

It is very simple and easy to hide stock counter widget when the products are sold out. Simply set the Min quantity value to 1 or more under "Appearance rule" section of the widget.

</details>

<details>

<summary>Is there any option to create multiple widgets ?</summary>

Yes, you can create multiple widgets but only 1 widget will be displayed on the products page. Priority of the widget is decided based on the position of the widget in the app (Top to bottom) .

<img src="/files/bb1JqN5UL78iP4Mtbvol" alt="" data-size="original">

</details>

<details>

<summary>Whom to contact in case of any queries?</summary>

You can write to us at <support@jediapps.com> in case of any queries.

</details>


---

# 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.stock-counter.jediapps.com/faqs.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.
