--- title: QuanticSmartSnippet slug: latest-search-smart-snippet canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-smart-snippet/ collection: quantic source_format: adoc --- # QuanticSmartSnippet > **Note** > > This component was introduced in version `2.13.2`. The `QuanticSmartSnippet` component displays the excerpt of a document that would be most likely to answer a particular query. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `maximumSnippetHeight` _(required)_ | `maximum-snippet-height` a| The maximum height an answer can have in pixels. Any part of an answer exceeding this height will be hidden by default and expendable via a "show more" button. | `number` | |=== -- ## 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` | `56.0` | `isExposed` | `false` |=== --