> For the complete documentation index, see [llms.txt](https://minimateapps.gitbook.io/hey-scarcity-low-stock/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimateapps.gitbook.io/hey-scarcity-low-stock/beginners-guide/create-your-first-counter.md).

# Create your first counter

1- Toggle on your specific messages individually.

<figure><img src="/files/y8y1uJvCnXwNCb4HYSVa" alt="" width="563"><figcaption></figcaption></figure>

2- You can edit the textfields by clicking on them, and write your own messages with your own words.&#x20;

3- We provide animations like red pulse in addition to emojis and they are all available in the icon dropdown menu.&#x20;

<figure><img src="/files/H8khrwLRfTeuG0rRCqaV" alt="" width="563"><figcaption></figcaption></figure>

***

<figure><img src="/files/698JNWZirWHL7dTqUyUw" alt="" width="563"><figcaption></figcaption></figure>

4- If you do dropshipping or your inventory is not synced with Shopify, then change your inventory source to "Not using Shopify for inventory management" option. By doing so, you can set your min and max stock level across your store only for our app.&#x20;

{% hint style="info" %}
This does not affect your inventory settings in Shopify Admin at all.&#x20;
{% endhint %}

5- You can apply the counter on specific product/collections or all products in the app. Moreover, you can also exclude or include the selected products while displaying the app.&#x20;

<figure><img src="/files/q93HDQXN2u6CFS8tQLMs" alt="" width="563"><figcaption></figcaption></figure>

6- The app could be applied to collection pages too.&#x20;

7- Under the Visibility & Rules Settings, there is an option to hide stock level or change the stock level color.&#x20;

{% hint style="warning" %}
Just select "Hide the stock level in low stock message"
{% endhint %}

8- There is another section called Custom CSS if you want to adjust the space around the app like:

```
margin-top:0px !important;
```

{% embed url="<https://www.youtube.com/watch?v=6bWUH1NPHqE>" %}


---

# 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://minimateapps.gitbook.io/hey-scarcity-low-stock/beginners-guide/create-your-first-counter.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.
