--- title: QuanticFeedbackModal slug: latest-insight-panel-feedback-modal canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-feedback-modal/ collection: quantic source_format: adoc --- # QuanticFeedbackModal > **Note** > > This component was introduced in version `2.15.1`. The `QuanticFeedbackModal` component overlays a message modal on top of the current app window, the modal contains a form that allows the user to give feedback. Under the hood, the component relies on a [`lightningModal`](https://developer.salesforce.com/docs/component-library/bundle/lightning-modal/documentation) component. For an example of how to use the `QuanticFeedbackModal` component, see the [`quanticSmartSnippet`](https://github.com/coveo/ui-kit/blob/main/packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/quanticSmartSnippet.js) implementation. ## Properties -- |=== | Property | Attribute | Description | Type | Default | `options` _(required)_ | `options` a| | `Array.<{label: string, value: string, withDetails: boolean, detailsRequired: boolean}>` | | `optionsLabel` _(required)_ | `options-label` a| | `string` | | `handleSubmit` _(required)_ | `handle-submit` a| | `function` | |=== -- ## 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` |=== -- ## 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-feedback-modal)