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

# Adding the Widget to Your Theme

> Enable the theme app embed and place the widget on specific pages

The chat widget reaches your storefront in two ways, and most stores use both together.

## 1. Theme App Embed — the floating chat bubble

This is the fastest way to give every customer access to the widget, as a floating bubble in the corner of every page.

<Steps>
  <Step title="Open your theme editor">
    In Shopify admin, go to **Online Store → Themes → Customize**.
  </Step>

  <Step title="Open App embeds">
    Click the app embeds icon in the left sidebar (looks like a puzzle piece / toggle list).
  </Step>

  <Step title="Enable Product Proof Manager">
    Find **Product Proof Manager** in the list and toggle it on.
  </Step>

  <Step title="Save">
    Click **Save** in the theme editor. The chat bubble now appears across your storefront.
  </Step>
</Steps>

<Note>
  This is exactly the **Enable Theme App Embed** step in your dashboard's [Setup Guide](/getting-started/03-setup-guide) — completing it there and here is the same action.
</Note>

## 2. App block — an inline widget on a specific page

If you'd rather show the full widget embedded in the page layout (instead of, or in addition to, the floating bubble) — for example on your order status page or the customer account order page — add it as a section block.

<Steps>
  <Step title="Open the target page template">
    In the theme editor, navigate to the page where you want the widget — commonly **Order status** or **Customer account → Order**.
  </Step>

  <Step title="Add a block">
    Click **Add block** (or **Add section**) and choose **Product Proof Manager** from the Apps list.
  </Step>

  <Step title="Adjust spacing">
    Use the **Top margin** and **Bottom margin** sliders to fit the widget into the page layout.
  </Step>

  <Step title="Save">
    Click **Save**.
  </Step>
</Steps>

<Tip>
  You can add the block to more than one template if you want the widget visible in multiple places — for example both the order status page and the customer's order history page.
</Tip>
