# Breadcrumb Trail

In ScandiPWA, breadcrumbs are **always** visible on the storefront product listing page, product description pages, and CMS pages.

### Breadcrumb Trail Behaviour: <a href="#breadcrumb-trail-behaviour" id="breadcrumb-trail-behaviour"></a>

|                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Product Description Pages | <p>On product description pages, the full category path is always included in the breadcrumb trail. The homepage is present as a first item in the trail.<br>The breadcrumb trail is generated on the product page based on the browsing history.</p><p>If there is no history, the following logic is used:</p><p>If a product is added to multiple categories, on PDP, the full category path of the last category added to the product in Magento admin will be shown.</p> |
| CMS Pages                 | On CMS pages, home is shown as the first element in the breadcrumb trail.                                                                                                                                                                                                                                                                                                                                                                                                     |
| Product Listing Pages     | On product listing pages, the full category path is always included in the breadcrumb trail. The homepage is present as a first item in the trail.                                                                                                                                                                                                                                                                                                                            |

### Magento 2 breadcrumb trail configurations support: <a href="#magento-2-breadcrumb-trail-configurations-support" id="magento-2-breadcrumb-trail-configurations-support"></a>

| **SETTING**                    | **STATUS**      | **DESCRIPTION**                                                    |
| ------------------------------ | --------------- | ------------------------------------------------------------------ |
| Show Breadcrumbs for CMS Pages | **COMING SOON** | Determines if the breadcrumb trail is visible or not on CMS 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/v5.2.4/seo-and-search/catalog-navigation/breadcrumb-trail.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.
