--- title: Integrate a Coveo Full Search page (Deprecated) slug: '1082' canonical_url: https://docs.coveo.com/en/1082/ collection: coveo-for-salesforce source_format: adoc --- # Integrate a Coveo Full Search page (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version [5.2](https://docs.coveo.com/en/n5bj0150#august-2023-release-v5-2-initial-release). > **Important** > > As of the [Coveo for Salesforce v5.2](https://docs.coveo.com/en/n5bj0150/) release, the Coveo for Salesforce [managed package](++https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/about_managed_packages.htm++) can no longer create, write, or delete Visualforce components programmatically using Apex code (see [Upgrade from v4 to v5](https://docs.coveo.com/en/n4680498/)). For information on integrating a Coveo-powered Full Search page, see [Integrate a Coveo Full Search page in a Lightning Console app](https://docs.coveo.com/en/nbm90465/). While the [Coveo Insight Panel Lightning Component](https://docs.coveo.com/en/1028/) offers a convenient search interface for your users to easily find contextually relevant information, your agents may need to take advantage of Coveo's entire search capabilities. The Coveo Full Search page provides a complete Coveo-powered [search interface](https://docs.coveo.com/en/2741/) that can be accessed directly from any Salesforce application (see [About the default Coveo for Salesforce Full Search page](https://docs.coveo.com/en/1314/)). This page explains how to insert the default Coveo-powered search page. ![Coveo for Salesforce full search page featuring facets on left search bar top and results for install brake pads](https://docs.coveo.com/en/assets/images/coveo-for-salesforce/coveo-full-search.png) > **Leading practice** > > You should duplicate the Coveo components instead of using the default ones when creating a search page (see [Create a custom Visualforce search page](https://docs.coveo.com/en/1323/)). > Doing so lets you keep the original Coveo component configurations as a reference. ## Creating your first Full Search page . Log in to your Salesforce organization using an administrator account, if not already done. . [Create a custom Visualforce search page](https://docs.coveo.com/en/1323/). . Create a [Salesforce custom tab](https://help.salesforce.com/articleView?err=1&id=dev_tabdef.htm&type=5) that [references the custom Visualforce search page](https://docs.coveo.com/en/1307#assign-your-custom-search-page-to-a-new-tab) created in Step 2. . Open one of the Salesforce apps in which the new tab created in Step 3 is available. . In the **This Search Page Is not Configured Yet.** dialog box, click **Set Up a Search Page** to launch the search page creation process. > **Note** > > If the dialog indefinitely indicates **Reviewing Index Content** with a spinning icon, the account with which you're logged in doesn't have administrator permissions in the Coveo Organization. . In the **Setup Search Page** dialog: .. You can disable one or more suggested tabs corresponding to the found index content. .. Optionally, click **More Tabs** when you want to immediately add tabs for other types of sources that aren't yet indexed. > **Note** > > Added tabs contain no results until you index content of the corresponding type. > > You can always add or remove tabs later using the [Interface Editor](https://docs.coveo.com/en/1852/). .. Click **Create Page**. The new search page should appear with results from your index. ## Access a Full Search page Coveo for Salesforce users who don't necessarily need to leverage the Coveo Insight Panel Lightning Component can easily access a Full Search page from any Salesforce [application's navigation bar](https://help.salesforce.com/articleView?id=user_userdisplay_tabs_lex.htm&type=5). ![Salesforce nav bar with Coveo Search tab default on](https://docs.coveo.com/en/assets/images/coveo-for-salesforce/coveo-search-nav-bar.png) > **Important** > > The tab settings for **Coveo Search** must be set to **Default On** in Salesforce **Profiles** or **Permission Sets** (see [Salesforce Tab Settings](https://help.salesforce.com/articleView?id=permissions_tab_settings_ref.htm&type=5) for more information). ## What's next? - Use the Interface Editor to customize your search page (see [General JavaScript Search Framework customization tips](https://docs.coveo.com/en/416/)). - Make your full search page available to your Salesforce users (see [Granting users access to your Coveo for Salesforce search page](https://docs.coveo.com/en/1022/)).