--- title: QuanticSmartSnippetAnswer slug: latest-search-smart-snippet-answer canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-smart-snippet-answer/ collection: quantic source_format: adoc --- # QuanticSmartSnippetAnswer > **Note** > > This component was introduced in version `2.10.0`. The `QuanticSmartSnippetAnswer` component displays the smart snippet answer. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `answer` _(required)_ | `answer` a| The smart snippet answer. | `string` | | `actions` _(required)_ | `actions` a| The actions that need to be bound to the links of the smart snippet source. | `Object` | |=== -- ## 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` |=== --