# Quick Search

**Quick Search** helps shoppers find the products, brands, collections, features, model numbers, and content that they care about.

{% hint style="info" %}
Bonnita's Quick Search is integrated with Predictive Search provided by Shopify, which allows buyers quickly search for desired products without any need to redirect to the Search Page. To learn about predictive search, refer to [Add predictive search to your theme](https://shopify.dev/themes/navigation-search/search/predictive-search).
{% endhint %}

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Quick Search.**

| Setting                   | Description                                                                       |
| ------------------------- | --------------------------------------------------------------------------------- |
| Quick Search Feature?     | Enable Quick Search functionality on the theme                                    |
| Maximum Products to Show? | Determine the maximum products to query for quick search.                         |
| Show On Results Page      | Select the quick search to search for products only or also blog posts and pages. |


---

# 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://halosoft.gitbook.io/bonnita-documentation/theme-settings/quick-search.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.
