# Sorting

The Product Sort functionality refers to the ability to arrange products in an order based on specific criteria. This will allow customers to find products they are looking for and improve their shopping experience.&#x20;

The merchant is able to arrange the products By Price, alphabetically or by custom settings that enable more flexibility for the merchant to show their best products first. The system will even let you sort your products via a drag-and-drop method.


---

# 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://support.storefront.co.za/features/catalogue/sorting.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.
