--- title: Recommendations Section slug: '3048' canonical_url: https://docs.coveo.com/en/3048/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Recommendations Section > **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. ![Coveo for Sitecore Specific Rendering](c4sc-v5/sitecore-20-px-new.png) This rendering adds a `Recommendations` dynamic placeholder in which you can insert [Coveo Related Query](https://docs.coveo.com/en/3043/) and [Coveo Recommendations](https://docs.coveo.com/en/3042/) renderings. ## Insertion location

Coveo Hive

The Recommendations Section rendering is an Allowed Control in the following placeholder(s): External Components, Main Section

Example insertion sequence for the Recommendations Section rendering.

Coveo Hive SXA

Coveo for Sitecore SXA doesn't include a Recommendations Section rendering. Use Sitecore containers or splitters to create sections for your Coveo Related Query and Coveo Recommendations renderings (see Coveo Related Query Insertion Location and Coveo Recommendations Insertion Location).

Data Source Options

This rendering doesn't require a data source.

Sample Generated HTML in Experience Editor

<div class="coveo-recommendation-column scEnabledChrome chromeWithDatasource" sc-part-of="placeholder rendering">
  <code ... ></code>
  <span ... ></span>
  <div class="scEnabledChrome scEmptyPlaceholder"
  sc-placeholder-id="_coveo_ui_coveo_ui_content_dynamic_coveo20ee610d_coveo_ui_main_section_coveo_ui_recommendations_dynamic_coveo09bfbdbc"
  sc-part-of="placeholder"></div>
  <code ... ></code>
</div>
The Recommendations Section rendering floating toolbar code is purposely omitted.