# Display Settings

In the Display Settings, you can configure the content elements that you want to appear on a category page as well as the order for products in the category:

| FIELD                             | STATUS        | DESCRIPTION                                                                                                                                                                                                                                                 |
| --------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Display Mode                      | **SUPPORTED** | The setting determines the content elements displayed on the category page.                                                                                                                                                                                 |
| Anchor                            | **SUPPORTED** | The setting includes the “filter by attribute” section in the layered navigation. In ScandiPWA, layered navigation is always displayed on category pages.                                                                                                   |
| Available Product Listing Sort By | **SUPPORTED** | In ScandiPWA, the default Product Listing Sort By values are Position (Ascending/ Descending), Product (A to Z/ Z to A), and Price (Low to High/ High to Low). All of them are always available on the storefront.                                          |
| Default Product Listing Sort By   | **SUPPORTED** | <p>The default Product Listing Sort By can be set to your preference in the Back End for each store view and will be preselected when a user opens a certain category. </p><p><strong>NOTE! "</strong>Size" is not available as a sort by in ScandiPWA.</p> |
| Layered Navigation Price Step     | **SUPPORTED** | By default, Magento displays the price range in increments of 10, 100, and 1000, depending on the products in the list. To change the Price Step range, deselect the **Use Config Settings** checkbox.                                                      |

{% hint style="info" %}
**Caching Note**

The display settings will be updated on the Front-End immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and new cache entry will be stored.
{% 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://manual.scandipwa.com/v5.3.5/catalog/categories/display-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.
