--- title: QuanticFacetManager slug: latest-search-facet-manager canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-facet-manager/ collection: quantic source_format: adoc --- # QuanticFacetManager > **Note** > > This component was introduced in version `1.6.1`. The `QuanticFacetManager` component acts as a container component allowing facets to be reordered dynamically as search queries are performed. An item template element can be assigned to the `itemTemplate` slot allowing to customize the element that wraps each facet. ## Example ```html
``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | |=== -- ## 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: * [Insight Panel](https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-facet-manager)