# How do I set up my "sort" settings?

1. Go to **Configuration** and, under the **Sort** section, select **Manage**.
2. Click **Add Option**.\
   A pop-up window will appear.

   \
   ![](/files/ELcg08gvXFkekrZ1kUdJ)<br>
3. In the **Name** field, enter the public-facing label for the sort option.
4. Select the **Field** that the sort option should correspond to.
5. Set the **Direction**, which determines the ranking order (for example, ascending or descending).
6. Choose where the sort option should be visible:
   * Search pages
   * Collection pages
   * All pages
7. Repeat these steps to create as many sort options as required.

Below is an example of a complete set of sort options:

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


---

# 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://search.guides.reactify.com.au/troubleshooting-and-faq/how-do-i-set-up-my-sort-settings.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.
