--- title: QuanticFeedbackModalQna slug: latest-search-feedback-modal-qna canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-feedback-modal-qna/ collection: quantic source_format: adoc --- # QuanticFeedbackModalQna > **Note** > > This component was introduced in version `2.53.0`. The `QuanticFeedbackModalQna` component overlays a message modal on top of the current app window, the modal contains a form that allows the user to give feedback on a CRGA response. 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 `QuanticFeedbackModalQna` component, see the [`quanticGeneratedAnswer`](https://github.com/coveo/ui-kit/blob/main/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/quanticGeneratedAnswer.js) implementation. ## Properties -- |=== | Property | Attribute | Description | Type | Default | `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` | `61.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-feedback-modal-qna)