# Disable quick add

The Quick add feature can be disabled for individual products. This may be useful if you have a heavily customized product page that is not compatible with the quick add component. Using this can force customers to visit your product page.

{% stepper %}
{% step %}
Open the product you’d like to update in Shopify
{% endstep %}

{% step %}
Scroll down to **Tags**
{% endstep %}

{% step %}
Enter “**disable\_quick\_add**”
{% endstep %}

{% step %}
Click **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/disabling-quick-add.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.
