# Course Filters and Sorting

Course filters on the archive page:

We have introduced new filters to the course archive page to help users narrow down their course search more effectively. The available filters include:

* **Price**: Users can filter courses based on two options: free or paid..
* **Ratings**: Courses can be filtered based on user ratings.
* **Level**: Filters courses based on the difficulty level (e.g., Beginner, Intermediate, Advanced).
* **Language**: Allows filtering courses by language.

{% hint style="info" %}
These filters are automatically enabled based on the available data and require no configuration. For example, if courses have pricing set, the price filter will be auto-generated and displayed. However, if all courses are either paid or free, the price filter will not be visible. The same logic applies to other filtering options.
{% endhint %}

### **Extended Sorting Filters**

We’ve expanded the sorting options on the course archive page, adding two new options:

* **Date:** Sort courses by their start date.

* **Ratings:** Sort courses based on user ratings. (For RemUI Pro users only, if the Ratings and Review plugin is installed and enabled)

* **Alphabetical Sorting:** Sort courses alphabetically by title, either A-Z or Z-A, to quickly locate specific courses.


---

# 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://remui-docs.edwiser.org/course-setup/course-filters-and-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.
