# Hide out of stock options

Paper includes built-in settings to control how unavailable product options are displayed to customers. You can choose to hide them completely or show them as disabled.

***

### Using theme settings

{% stepper %}
{% step %}
Go to **Online Store** > **Themes** > **Customize**
{% endstep %}

{% step %}
Click **Theme settings** (gear icon)
{% endstep %}

{% step %}
Navigate to **Product options**
{% endstep %}

{% step %}
Find the **Unavailable indication** setting
{% endstep %}

{% step %}
Choose your preferred option:

* **Show as disabled** - Displays unavailable options with a strikethrough (default)
* **When option is not available** - Hides unavailable options completely
* **Do not indicate** - Shows all options as available
  {% endstep %}

{% step %}
Click **Save**
{% endstep %}
{% endstepper %}

***

### Recommendation

**Show as disabled** is recommended because it:

* Shows customers all available variations
* Clearly indicates what's temporarily unavailable
* Helps customers understand the full product range
* May encourage customers to check back later

**Hide unavailable options** if:

* You want to keep the interface clean
* Unavailable options are permanently discontinued
* You have many options and want to reduce clutter

***

### Need more control?

For advanced CSS customization beyond these settings, see our [advanced customization guide](https://github.com/BrickspaceLab/theme-docs/blob/main/general/developer-guides/advanced-customizations/hide-out-of-stock-options.md).


---

# 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://help.brickspacelab.com/paper/guides/products/hide-out-of-stock-variants.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.
