--- title: InsightQuerySummary component slug: '3251' canonical_url: https://docs.coveo.com/en/3251/ collection: coveo-for-salesforce source_format: adoc --- # InsightQuerySummary component > **Available since** > > This feature was introduced in the June 2020 release of Coveo for Salesforce version [4.4](https://docs.coveo.com/en/3236#june-2020-release-v4-4). The _InsightQuerySummary_ component is intended to be used in Coveo Insight Panels where a contextual query is performed by default. In such case, a message is displayed to help the user understand why those results are relevant. Once the user performs a query, the message is replaced with the [`QuerySummary`](https://coveo.github.io/search-ui/components/querysummary.html) component. > **Note** > > The InsightQuerySummary component is enabled by default in Coveo for Salesforce package version 4.4 and above. ## Options ### `title` Specifies the message displayed by default. Once the user performs a query, the message is replaced with the [`QuerySummary`](https://coveo.github.io/search-ui/components/querysummary.html) component. The default value is `Insights related to this record`. ```html
``` ## Methods This component doesn't provide any methods. ## Usage This component is meant to be used inside the `coveo-summary-section` of the search interface. ```html ``` ### Using QuerySummary instead of InsightQuerySummary To pass specific options to the underlying [`QuerySummary`](https://coveo.github.io/search-ui/components/querysummary.html) component, modify the Insight Panel as follows: . Edit your Insight Panel search interface in code view. . Locate the _InsightQuerySummary_ component. ```html