# Search

The search results are broken up into three tabs, Products, Pages and Blog posts. The tabs are only shown if there are relevant results for that tab. You can further modify the appearance of this page in the settings.

### Settings

* **Desktop/mobile columns:** The number of columns can be modified on desktop and mobile.
* **Enable sticky filters:** When enabled, collection filters will remain visible as users scroll down the Products tab. To improve the user experience, this disables the [sticky header](/sections/header.md#settings).
* **Limit filter height:** Limits the height of each filter to make scrollable windows, useful if your store has many filters.
* **Products**:
  * **Enable product filtering:** Check this box to enable filtering. You can use the [Shopify Search & Discovery app](https://apps.shopify.com/search-and-discovery) to customize the filters. Only products can be filtered.
  * **Enable product sorting:** Check this box to enable sorting. Only products can be sorted.

{% hint style="info" %}
Can't find the setting you're looking for?  The following settings are explained in detail in common settings:&#x20;

* Color scheme
* Padding
* Borders
  {% endhint %}


---

# 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://docs.ultramarinastudios.com/templates/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.
