--- title: Integrate a Coveo Full Search page in a Lightning Console app slug: nbm90465 canonical_url: https://docs.coveo.com/en/nbm90465/ collection: coveo-for-salesforce source_format: adoc --- # Integrate a Coveo Full Search page in a Lightning Console app To take advantage of Coveo's key search capabilities, you can integrate a Coveo Full Search page in a Lightning Console app such as the Lightning Service Console. The Coveo Full Search page provides a complete Coveo-powered [search interface](https://docs.coveo.com/en/2741/), which includes advanced features such as [facets](https://docs.coveo.com/en/198/), [tabs](https://docs.coveo.com/en/1406/), sorting, and pagination. ![Coveo Full Search in Service Console | Coveo for Salesforce](https://docs.coveo.com/en/assets/images/coveo-for-salesforce/full-search-in-service-console.png) > **Tip** > > Under the hood, the Coveo Full Search page is a [Lightning Aura component](https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_framework.htm) that uses the [JavaScript Search Framework](https://docs.coveo.com/en/187/). > The [Coveo hosted search page](https://docs.coveo.com/en/o4b80259/), released as part of [Coveo for Salesforce v5.8](https://docs.coveo.com/en/n5bj0150#june-2024-release-v5-8-minor-release), is a [Lightning Web Component (LWC)](https://developer.salesforce.com/docs/platform/lwc/guide) that uses the more modern [Quantic](https://docs.coveo.com/en/n9790069/) library. > Consider using the Coveo hosted search page in your Lightning Console apps to benefit from the latest features and improvements. This article describes how to integrate the Coveo Full Search page in a Lightning Console app by performing the following steps: * [Step 1: Create a Lightning component that contains the Coveo Full Search page](#step-1-create-a-lightning-component-that-contains-the-coveo-full-search-page) * [Step 2: Create a custom tab for the Coveo Full Search page](#step-2-create-a-custom-tab-for-the-coveo-full-search-page) * [Step 3: Integrate the Coveo Full Search page](#step-3-integrate-the-coveo-full-search-page-in-your-lightning-console-app) ## Step 1: Create a Lightning component that contains the Coveo Full Search page . In the **Developer Console**, [create a Lightning component](https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_create_devconsole.htm). . In the Lightning component `.cmp` file: .. Replace the empty element with the following code: ```xml ``` > **Note** > > The [`force:appHostable`](https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_using_lex_s1_config_tab.htm) option allows you to use this component as the content of the custom tab you'll create in Step 2. .. Save the file. ## Step 2: Create a custom tab for the Coveo Full Search page To create a custom tab for the Coveo Full Search page, see [Add Aura Components as Custom Tabs in a Lightning Experience App](https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_using_lex_tab.htm). You only need to perform steps 1 and 2 of the procedure. ## Step 3: Integrate the Coveo Full Search page in your Lightning Console app . In your Lightning Console app (for example, Service Console), click icon:chevron-down[alt=chevron-down,width=16] to access the navigation menu, and then select the tab you added in Step 2. . In the page that appears, click **Set Up a Search Page**. . Select the tabs you want to include in your Coveo Full Search page, and then click **Create Page**. The Coveo Full Search page is now available, as a custom tab, in your Lightning Console app.