--- title: External Components Section slug: '3045' canonical_url: https://docs.coveo.com/en/3045/ collection: coveo-for-sitecore-v5 source_format: adoc --- # External Components 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) Section that allows registering components with a specific search interface in the page. ## Usage notes * Use with the **Coveo Global Searchbox** component to automatically register the global search box within the search interface so that queries sent from the global search box apply the search interface tab and facet filtering, tab boosting rules, etc. (see [Inserting the Global Search Box inside of an External Component Section](https://docs.coveo.com/en/2329/?c4scV5HiveType=tab-hive#inserting-the-global-search-box-inside-of-an-external-component-section)). * Use with the **Coveo Global Searchbox** component to automatically register the global search box within the search interface so that queries sent from the global search box apply the search interface tab and facet filtering, tab boosting rules, etc. (see [Inserting the Global Search Box inside of an External Component Section](https://docs.coveo.com/en/2329/?c4scV5HiveType=tab-hive-with-sxa#inserting-the-global-search-box-inside-of-an-external-component-section)). ## Insertion location

Coveo Hive

The External Components Section rendering is an Allowed Control in no Coveo Hive placeholder.

Example insertion sequence for the External Components Section rendering.

Coveo Hive SXA

Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The External Components Section rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.

Example insertion sequence for the External Components Section rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description |Search Interface |The search interface on which to initialize the components. |=== ## Sample Generated HTML and Use Case You associate a Sitecore item with a `.cshtml` layout file derived from the `Coveo Basic Search Interface Layout.cshtml` file. In your custom layout file, you add a header section in which you include a placeholder configured to receive an **External Components Section** rendering. In the **Experience Editor**, you insert an **External Components Section** rendering in your header section placeholder and embed a **Coveo Global Searchbox** within it. In the `Coveo UI` placeholder, you insert a **Coveo Search Interface** rendering and embed two **Coveo Tab** renderings and a **Coveo Results List** rendering. Finally, in the `UI Resources` placeholder, you insert the **Coveo Search Resources** rendering. In the **External Components Section** data source, in the `Search Interface` field, you select the data source item of the previously added **Coveo Search Interface** rendering. ```html
``` **Animation showing **Coveo Global Searchbox** behavior when inserted in an **External Components Section**. Note that the linked search interface tab filtering is applied and only items based off the `Cottages` template are listed in search results.** ![Animation showing search behavior when using global search box in External Components Section | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/search-in-external-component-section.gif)