# Search page

The **Search page** appears when visitors submit a search using the search bar, providing them with relevant results for products, blog posts, or other content. This feature enhances the shopping experience by making it easier to find specific items, improving navigation, and increasing conversion rates.

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

### **Search results section settings:**

* **Results per page**: Set the number of search results displayed on one page, adjustable between 8 to 48 results.
* **Products per row on desktop:** Define the number of products shown per row on desktop, with options from 2 to 4 products per row.
* **Display total results**: If checked, the total number of search results will be displayed.
* **Product card:**
  * **Image ratio**: Adjust the aspect ratio of product images for a consistent look: Adapt to image (Maintains the original aspect ratio of the uploaded product images), Portrait, Square.
  * **Show product rating**: If checked, product ratings (star reviews) will be displayed.
  * **Show color swatches**: displays available color swatches for products with color variants.
  * **Enable quick add button**: activates the "Quick Add" button, allowing customers to view product details and add to cart without leaving the search results page.
* **Mobile layout**:
  * **Products per row on mobile**: Determines how many product columns appear per row on mobile devices: 1 product or 2 products.


---

# 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/others/search-page.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.
