> For the complete documentation index, see [llms.txt](https://search.guides.reactify.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://search.guides.reactify.com.au/configuration/sort.md).

# Sort

The “sort by” dropdown usually appears on the product list page (category and search results page), and can be configured to give customers the option to sort in an alternate order.

### **If I don't apply a sort setting, what is the default sort order?**

Collections with no curations and/or global boost rules will have a default sort order as per the native Shopify collection.

### Default sort settings

The following must be set as the 1st/default option so that curations will apply and search results behave properly.

* **Search** `Score`
  * This setting ensures that your default relevance setting applies across search, and that search results pages and instant search match.
* **Collection** `Collections Position`
  * This setting ensures that your collection curations apply.

Merchant typically name the sort option for **Collections Position** as "Best Sellers" or "Featured".

| ![](/files/9D4r3OtYbuRBkqAOxiqs) | ![](/files/S8pSKxiAaGM9wGuObGAl) |
| -------------------------------- | -------------------------------- |


---

# 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:

```
GET https://search.guides.reactify.com.au/configuration/sort.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.
