# Quantity picker

A quantity input field can be enabled or disabled on product pages. If you aren't seeing a quantity field it's likely it has been disabled in your theme settings.

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

{% step %}
From the dropdown in the top bar select **Products** > **Default** **Product**
{% endstep %}

{% step %}
In the **Product** section click into the **Buy buttons** block
{% endstep %}

{% step %}
Scroll down to and enable **Show quantity input**
{% endstep %}

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


---

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