# Catalog Navigation

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

The term navigation refers to the methods shoppers use to move from page to page throughout your store.&#x20;

Below is the list of navigation options supported by ScandiPWA:&#x20;

| SECTION                                                                                | STATUS                                          | DESCRIPTION                                                                                                                                                                                                                                                                                                           |
| -------------------------------------------------------------------------------------- | ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Top Navigation                                                                         | **IN PROGRESS**                                 | <p>Currently, in ScandiPWA, the menu is configured using the Scandiweb Menu Manager. To learn more, see <a href="/pages/-MJS-7-WCyqEo_XgTEt7">Menu Manager</a>. </p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/844"><https://github.com/scandipwa/base-theme/issues/844></a></p> |
| [Breadcrumb Trail](/v5.0.3/seo-and-search/catalog-navigation/breadcrumb-trail.md)      | **SUPPORTED**                                   | <p>A breadcrumb trail is a set of links that shows where you are in relation to other pages in the store. You can click any link in the breadcrumb trail to return to the previous page.</p><p><strong>NOTE!</strong> In ScandiPWA, a breadcrumb trail is always visible on the storefront. </p>                      |
| [Pagination Controls](/v5.0.3/seo-and-search/catalog-navigation/pagination-control.md) | **SUPPORTED**                                   | ScandiPWA has an infinite scroll on the product listing pages on mobile, but it also provides pagination for better SEO of your website. For the desktop view, the pagination is used by default and no infinite scroll is present.                                                                                   |
| [Layered Navigation](/v5.0.3/seo-and-search/catalog-navigation/layered-navigation.md)  | **SUPPORTED**                                   | Layered navigation makes it easy to filter products based on category, price range, or any other available attribute. Layered navigation usually appears in the left column of the category pages.                                                                                                                    |
| [Menu Manager](/v5.0.3/progressive-web-app/menu-manager.md)                            | **SUPPORTED**                                   | The main menu or top navigation of your store is actually a list of category links and provides easy access to the products in your catalog. In ScandiPWA, menu navigation is configured in the Scandiweb Menu Manager.                                                                                               |
| [Product Listings](/v5.0.3/seo-and-search/catalog-navigation/product-listings.md)      | <p></p><p><strong>SUPPORTED</strong></p><p></p> | Determine the settings of product listing pages.                                                                                                                                                                                                                                                                      |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="/files/-M\_VIdbn5pwk\_zVxxdPV" %}
Catalog Navigation - Test Cases
{% endfile %}


---

# 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.0.3/seo-and-search/catalog-navigation.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.
