# Catalog Navigation

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

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

| SECTION                                                                                | STATUS          | DESCRIPTION                                                                                                                                                                                                                                                                                                          |
| -------------------------------------------------------------------------------------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Top Navigation                                                                         | **IN PROGRESS** | <p>Currently, in ScandiPWA, menu is configured using the Scandiweb Menu Manager. To learn more, see the <a href="/pages/-MJS-7-WCyqEo_XgTEt7">Menu Manager</a>. </p><p>Track the prgress - <a href="https://github.com/scandipwa/base-theme/issues/844"><https://github.com/scandipwa/base-theme/issues/844></a></p> |
| [Breadcrumb Trail](/v4.1.0/seo-and-search/catalog-navigation/breadcrumb-trail.md)      | **COMING SOON** | <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](/v4.1.0/seo-and-search/catalog-navigation/pagination-control.md) | **SUPPORTED**   | The Pagination settings appear at the top and bottom of the list, and control the format of the pagination links for product listings. ScandiPWA offers infinite scroll on the catalog pages and pagination for better SEO.                                                                                          |
| [Layered Navigation](/v4.1.0/seo-and-search/catalog-navigation/layered-navigation.md)  | **SUPPORTED**   | Layered navigation makes it easy to find products based on category, price range, or any other available attribute. Layered navigation usually appears in the left column of category pages.                                                                                                                         |
| [Menu Manager](/v4.1.0/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](/v4.1.0/seo-and-search/catalog-navigation/product-listings.md)      | **IN PROGRESS** | Determine the settings of product listing pages.                                                                                                                                                                                                                                                                     |


---

# 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/v4.1.0/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.
