# How to display back in stock and pre-order on a product?

The “Email me when available” button and the Pre-order button can both appear on a product when it’s out of stock.

Pre-order will display by default, you will need to check the Back in stock condition:

{% stepper %}
{% step %}
From the app’s left navigation, go to **Settings > Back in Stock > Product Condition**.

<figure><img src="/files/M5EJu9jyCkCvkP0637dh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Check the following conditions:

* **Inventory Management**
  * Track quantity
  * Untrack quantity
  * Both
* **Inventory Policy**
  * Stop selling when out of stock
  * Continue selling when out of stock
  * Both
    {% endstep %}

{% step %}
Match these conditions with your Pre-order setup.

* If the conditions align, both buttons will be shown.
* To always display both, select **“Both”** for each setting.
  {% endstep %}
  {% endstepper %}

***

📩 Need Help? \
\
If you encounter any difficulties during setup, please don’t hesitate to reach out via **chat** or email us at **<hi@globosoftware.net>**. We're always here to help!<br>


---

# 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.globo.io/pre-order/faqs/how-to-display-back-in-stock-and-pre-order-on-a-product.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.
