# Can Infinite Options display on a draft product?

Infinite Options cannot be displayed on a product set to Draft in Shopify.

Our app runs on the storefront product page. When a product is in Draft status, Shopify does not make it available in the Online Store channel, which means the product page cannot fully load, and Infinite Options fields will not appear.

**Good to know**

* Infinite Options does not display inside the Shopify admin.
* Options only appear on storefront product pages.
* A product must be set to **Active** and available to the **Online Store** channel for options to display.
* If you want to test before going live, you can:
  * Set the product to Active
  * Keep it hidden from navigation
  * Or test in an unpublished theme

{% hint style="info" %}
If you’re unsure whether the product is available to the Online Store channel, try viewing the product the same way a customer would. If the product page loads on your storefront, the options should appear there as well.
{% endhint %}


---

# 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://shoppad.gitbook.io/infinite-options/faqs-and-how-tos/can-infinite-options-display-on-a-draft-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.
