--- title: QuanticBreadcrumbManager slug: latest-insight-panel-breadcrumb-manager canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-breadcrumb-manager/ collection: quantic source_format: adoc --- # QuanticBreadcrumbManager > **Note** > > This component was introduced in version `1.32.0`. The `QuanticBreadcrumbManager` component creates breadcrumbs that display a summary of the currently active facet values. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `categoryDivider` | `category-divider` a| A character that divides each path segment in a category facet breadcrumb. | `string` | `'/'` | `collapseThreshold` | `collapse-threshold` a| Maximum number of displayed breadcrumb values. When more values are selected, additional values appear under the "More" button. | `Number` | `5` |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Search](https://docs.coveo.com/en/quantic/latest/reference/search-components/search-breadcrumb-manager)