> 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/inventory-and-transactions/low-stock-alerts.md).

# Low stock alerts

***

#### **What does "Low Stock" and "Near Low Stock" mean?**

* **Low Stock:** Your inventory level has reached or dropped below the safety stock level you've set.
* **Near Low Stock:** Your inventory is at or below 1.2 times the safety stock level. It's an early warning before you hit critical levels.

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

{% hint style="warning" %}
If you set the safety stock quantity to **0**, you'll only receive a notification when the item is **completely out of stock**.
{% endhint %}

#### **Can I get email notifications instead of push notifications?**

Low stock alerts are currently delivered only as push notifications through the BoxHero mobile app. Email notifications aren't supported.

#### **How often are low stock alerts sent?**

Alerts are sent once per day at the time you've configured under <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Notifications`</mark> > <mark style="color:$primary;">`Alert Times`</mark>. You can choose one or more hourly time slots throughout the day (e.g., 8:00 AM and 6:00 PM), and receive notifications at each scheduled time.

<figure><img src="/files/2tOdmZnn37hWlDz95QbI" alt=""><figcaption></figcaption></figure>

#### **Why am I not getting notifications?**

A few things to check:

* **In-app Settings:** Go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Notifications`</mark> and confirm <mark style="color:$primary;">`Push Notifications`</mark> are enabled.
* **Device Settings:** On iOS or Android, make sure notifications for the BoxHero app are turned on in your device's system settings.
* **Do Not Disturb / Focus Mode:** If active, these can silence or block BoxHero alerts.

#### **Can I set up automated reordering for low stock items?**

Not yet. BoxHero doesn't have a built-in automatic reordering feature. You can, however, use <mark style="color:$primary;">`Low Stock Alerts`</mark> to monitor safety stock levels and create purchase orders manually to replenish inventory when needed.


---

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