> For the complete documentation index, see [llms.txt](https://help.byinspiredlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.byinspiredlabs.com/theme-settings/search.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.byinspiredlabs.com/theme-settings/search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
