# Search

The **Search** feature enhances user experience by enabling customers to quickly find products, collections, or content through relevant keywords. It streamlines navigation and accelerates the shopping process by providing **instant access** to relevant results.

<figure><img src="/files/oeX8nIFUwodv3cxCjDzU" alt=""><figcaption></figcaption></figure>

### **Search settings:**

#### **1. Search placeholder:**&#x20;

Defines placeholder text in the search bar (e.g., *"Search products..."*) to guide users.

#### **2. Search suggestions:**

* **Show keywords** – Displays suggested keywords based on user input.
* **Show products** – Shows product matches for the entered keywords.
* **Show collections** – Displays collections relevant to the search query.
* **Number of results to show** – Limits the maximum number of displayed suggestions.

#### **3. Keyword recommendations:**&#x20;

*Displayed when no search query is entered*

* **Heading** – Sets the title for keyword suggestions (e.g., *"Popular Searches"*).
* **Suggested keywords** – Add predefined keywords to assist user searches (e.g., *Dress, Top, Bottom*).

#### **4. Product recommendations:**&#x20;

*Displayed when no search query is entered*

* **Heading** – Sets the title for product recommendations (e.g., *"Featured products"*).
* **Suggested products** – Displays predefined product recommendations.
* **Collection** – Choose a collection to feature its products. If selected, this overrides individual product recommendations.


---

# 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.byinspiredlabs.com/theme-settings/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.
