--- title: QuanticInsightInterface slug: latest-insight-panel-insight-interface canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-insight-interface/ collection: quantic source_format: adoc --- # QuanticInsightInterface > **Note** > > This component was introduced in version `1.32.0`. The `QuanticInsightInterface` component handles the headless insight engine configuration. A single instance should be used for each instance of the Coveo Headless insight engine. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `insightId` _(required)_ | `insight-id` a| The ID of the Insight Panel configuration to use. | `string` | | `recordId` _(required)_ | `record-id` a| The ID of the record used to retrieve the user ID of its creator. This is required to assign the correct privileges for enabling the User Actions feature. | `string` | |=== -- ## Custom events The component fires the following custom event: * `quantic__insightinterfaceinitialized` ## 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` | `54.0` | `isExposed` | `false` |=== --