> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/hi/inventory-and-transactions/low-stock-alerts.md).

# कम स्टॉक अलर्ट

***

#### **"Low Stock" और "Near Low Stock" का क्या मतलब है?**

* **कम स्टॉक:** आपका इन्वेंट्री स्तर आपके द्वारा सेट किए गए सेफ्टी स्टॉक स्तर तक पहुँच गया है या उससे नीचे गिर गया है।
* **कम स्टॉक के करीब:** आपका इन्वेंट्री स्तर सेफ्टी स्टॉक स्तर के 1.2 गुना तक या उससे नीचे है। यह गंभीर स्तर तक पहुँचने से पहले की एक शुरुआती चेतावनी है।

<figure><img src="/files/53f2f9afcfffb26af27448742b02e7942c406a42" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
यदि आप सेफ्टी स्टॉक मात्रा को सेट करते हैं **0**तो आपको केवल तब सूचना मिलेगी जब आइटम **पूरी तरह स्टॉक से बाहर हो**.
{% endhint %}

#### **क्या मुझे पुश नोटिफिकेशन की बजाय ईमेल सूचनाएँ मिल सकती हैं?**

कम स्टॉक अलर्ट वर्तमान में केवल BoxHero मोबाइल ऐप के माध्यम से पुश नोटिफिकेशन के रूप में दिए जाते हैं। ईमेल सूचनाएँ समर्थित नहीं हैं।

#### **कम स्टॉक अलर्ट कितनी बार भेजे जाते हैं?**

अलर्ट दिन में एक बार उस समय भेजे जाते हैं जिसे आपने <mark style="color:$primary;">`सेटिंग्स`</mark> > <mark style="color:$primary;">`सूचनाएँ`</mark> > <mark style="color:$primary;">`अलर्ट समय`</mark>के अंतर्गत कॉन्फ़िगर किया है। आप पूरे दिन में एक या अधिक प्रति घंटे के समय स्लॉट चुन सकते हैं (जैसे, सुबह 8:00 बजे और शाम 6:00 बजे), और निर्धारित प्रत्येक समय पर सूचनाएँ प्राप्त कर सकते हैं।

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

#### **मुझे सूचनाएँ क्यों नहीं मिल रही हैं?**

जाँचने के लिए कुछ बातें:

* **ऐप के अंदर की सेटिंग्स:** पर जाएँ <mark style="color:$primary;">`सेटिंग्स`</mark> > <mark style="color:$primary;">`सूचनाएँ`</mark> और पुष्टि करें <mark style="color:$primary;">`पुश नोटिफिकेशन`</mark> सक्षम हैं।
* **डिवाइस सेटिंग्स:** iOS या Android पर, सुनिश्चित करें कि आपके डिवाइस की सिस्टम सेटिंग्स में BoxHero ऐप के लिए सूचनाएँ चालू हैं।
* **डू नॉट डिस्टर्ब / फोकस मोड:** यदि सक्रिय है, तो ये BoxHero अलर्ट को मौन कर सकते हैं या रोक सकते हैं।

#### **क्या मैं कम स्टॉक वाले आइटम्स के लिए स्वचालित रीऑर्डरिंग सेट कर सकता हूँ?**

अभी नहीं। BoxHero में अंतर्निहित स्वचालित रीऑर्डरिंग सुविधा नहीं है। हालांकि, आप <mark style="color:$primary;">`कम स्टॉक अलर्ट`</mark> का उपयोग सेफ्टी स्टॉक स्तरों की निगरानी करने और आवश्यकता पड़ने पर इन्वेंट्री को फिर से भरने के लिए मैन्युअल रूप से खरीद आदेश बनाने के लिए कर सकते हैं।


---

# 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://www.boxhero.io/docs/faq/hi/inventory-and-transactions/low-stock-alerts.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.
