--- title: QuanticAriaLive slug: latest-search-aria-live canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-aria-live/ collection: quantic source_format: adoc --- # QuanticAriaLive > **Note** > > This component was introduced in version `1.44.2`. An aria live region provides a way to programmatically expose dynamic content changes in a way that can be announced by assistive technologies. Dynamic content changes without a page reload should generally be accompanied by an announcement for assistive technologies. Add this component inside the `quantic-search-interface` markup so other components can send messages when content changes. ## Example ```html [...] ``` ## 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` | `55.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-aria-live)