# 在庫不足アラート

***

#### **「在庫少」と「在庫少間近」はどういう意味ですか？**

* **在庫少：** 在庫レベルが、設定した安全在庫レベルに達したか、それを下回っています。
* **在庫少間近：** 在庫が安全在庫レベルの1.2倍以下になっています。これは、危険なレベルに達する前の早期警告です。

<figure><img src="/files/60eb257044614351d2faf0b4bea0e9ff62a76976" 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>で設定した時間に、1日1回送信されます。1日の中で1つ以上の時間帯（例：午前8時、午後6時）を選択でき、各設定時刻に通知を受け取れます。

<figure><img src="/files/48aaa19830d0011d198668fdf7d4d06e73347ad7" 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: 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://www.boxhero.io/docs/faq/ja/to/arto.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.
