--- title: Coveo Share Query slug: '3061' canonical_url: https://docs.coveo.com/en/3061/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Share Query > **Legacy feature** > > The Coveo Hive Framework is now in maintenance mode and is no longer recommended for new implementations. > > To build new search experiences, use one of Coveo's more modern, lightweight, and responsive libraries. > To get started, see the [Build search](https://docs.coveo.com/en/2473/) article. --  Implements the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/187/) [ShareQuery](https://coveo.github.io/search-ui/components/sharequery.html) component which populates the [Settings popup menu](https://coveo.github.io/search-ui/components/settings.html) with a **Share Query** menu item. Selecting the **Share Query** menu item allows a user to share the URL of the current search interface and the current complete query, which another user may paste directly in their searchbox. -- ## Usage notes * In the **Share Query** modal, the value in the **Complete query** field represents the combined query expression (`((q AND aq) OR dq) AND cq`). When this combined query expression is pasted into a search box, it becomes the [basic query expression (`q`)](https://docs.coveo.com/en/178/) of the new search query (see [About the query expression](https://docs.coveo.com/en/2830/)). * For combined query expressions pasted in a search box to be interpreted correctly, the `Enable query syntax` option in the search box data source must be set to `Enabled`. ## Insertion location
The Coveo Share Query rendering is an Allowed Control in the following placeholder(s): Searchbox Options
Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The Coveo Share Query rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.
To ease rendering management, group Coveo Advanced Search, Coveo Export To Excel, Coveo Preferences Panel and Coveo Share Query renderings together near your Coveo Settings Button rendering.