# Video Tutorial

## <mark style="color:blue;">How to display the stock counter widget on the products page?</mark>

{% embed url="<https://youtu.be/hT9gNm-1hKA>" %}
Learn how to display the stock counter widget on the products page
{% endembed %}

## <mark style="color:blue;">How do I show widget for selected products?</mark>

{% embed url="<https://youtu.be/y8phX1C64po>" %}
Learn how to show widget for selected products
{% endembed %}

## <mark style="color:blue;">How do I hide the widget if the inventory is more than 10?</mark>

{% embed url="<https://youtu.be/t75nyxpAn9E>" %}
Learn how to hide the widget if the inventory is more than 10
{% endembed %}


---

# 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/video-tutorial.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.
