> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ThoughtSpot Full App Embed

> Embed the complete ThoughtSpot application experience within Curator using the Page Builder.

export const BackendNavPath = ({levelOne, levelTwo, levelThree, tab, section}) => {
  const levels = [levelOne, levelTwo, levelThree].filter(Boolean);
  const lastLevel = levels.length ? levels[levels.length - 1] : '';
  return <span>
      In the <a href="/setup/installation/linux_installation">backend of Curator</a> using the left-hand navigation,
      navigate to the
      {levelOne && <strong>{" " + levelOne}</strong>}
      {levelOne && levelTwo && " > "}
      {levelTwo && <strong>{levelTwo}</strong>}
      {levelTwo && levelThree && " > "}
      {levelThree && <strong>{levelThree}</strong>} page.
      {(tab || section) && <>
          {" "}On the {lastLevel} page
          {tab && <> click the <strong>{tab}</strong> tab</>}
          {tab && section && " and"}
          {section && <> expand the <strong>{section}</strong> section</>}.
        </>}
    </span>;
};

If you have [integrated ThoughtSpot](/creating_integrations/thoughtspot_connection/integrating_thoughtspot_with_curator),
you can follow this guide to add a ThoughtSpot Full App Embed to Curator.

## Creating the ThoughtSpot Full App Embed

The ThoughtSpot Full App Embed is available directly in the Page Builder, allowing you to embed the complete
ThoughtSpot application experience within your Curator pages.

1. <BackendNavPath levelOne="Content" levelTwo="Pages" /> Find the page you'd like to add your embed to, or create a new page.
2. In the Page Builder, select an existing element from the preview and click the "Change Element" button. You can also
   add a new element.
3. Choose the "Analytic Elements" category then the "THOUGHTSPOT FULL APP" element.
   <img src="https://mintcdn.com/interworks/3RotvmSfKD9xBISI/assets/images/thoughtspot/full_app_embed_pb.png?fit=max&auto=format&n=3RotvmSfKD9xBISI&q=85&s=4f6216b99aff7fbdfbffb64279502814" alt="Full app modal element" width="1840" height="1642" data-path="assets/images/thoughtspot/full_app_embed_pb.png" />
4. Once the element is added, choose the Org where your ThoughtSpot data lives from the left-hand panel:
   <img src="https://mintcdn.com/interworks/3RotvmSfKD9xBISI/assets/images/thoughtspot/full_app_embed_page_builder_org_dropdown.png?fit=max&auto=format&n=3RotvmSfKD9xBISI&q=85&s=c5428290bfddfc482907316e0a74c9de" alt="Import SAML metadata" width="316" height="523" data-path="assets/images/thoughtspot/full_app_embed_page_builder_org_dropdown.png" />
5. Finally choose the Homepage experience you'd like to use:
   <img src="https://mintcdn.com/interworks/3RotvmSfKD9xBISI/assets/images/thoughtspot/full_app_embed_page_builder_search_bar_dropdown.png?fit=max&auto=format&n=3RotvmSfKD9xBISI&q=85&s=fa9d10c94226b532d848d473f65d88ad" alt="Search bar dropdown" width="279" height="316" data-path="assets/images/thoughtspot/full_app_embed_page_builder_search_bar_dropdown.png" />
   * **Classic Homepage** (default) - The traditional ThoughtSpot homepage experience
     <img src="https://mintcdn.com/interworks/3RotvmSfKD9xBISI/assets/images/thoughtspot/full_app_embed_classic.png?fit=max&auto=format&n=3RotvmSfKD9xBISI&q=85&s=9477b95faba3a29aa398da05ff084953" alt="Classic homepage embed" width="1480" height="1019" data-path="assets/images/thoughtspot/full_app_embed_classic.png" />
   * **Spotter Homepage** - ThoughtSpot's new natural language search interface
     <img src="https://mintcdn.com/interworks/3RotvmSfKD9xBISI/assets/images/thoughtspot/full_app_embed_spotter.png?fit=max&auto=format&n=3RotvmSfKD9xBISI&q=85&s=425353287f8c03c7d94725112a16d013" alt="Spotter Homepage embed" width="1480" height="1116" data-path="assets/images/thoughtspot/full_app_embed_spotter.png" />

## Adding the ThoughtSpot Full App Embed to the Curator Frontend

Once configured in the Page Builder, the ThoughtSpot Full App Embed will be displayed on your page, providing users
with access to the complete ThoughtSpot application interface. Users will need appropriate ThoughtSpot permissions
on the configured Org to access the embedded application.

You can make the page containing the Full App Embed more discoverable by:

1. Adding it to your [navigation](/site_content_design/menus/managing_menus).
2. Creating a [tile](/site_content_design/pages/tiles) that links to the page.
3. Adding keywords to the page so it can be easily found via Curator's search or in the [explorer](/site_content_design/pages/explorer).
