📍 Bolt Help / Add-Ons / SSO Commerce / Embedded Shopper Account Editing / Install Bolt Embed Script Install Bolt Embed Script Install the Bolt Embed Script into your storefront. Page Contents Click to expand. Before you can use the Bolt Accounts product, install the Bolt Embed Script to every page where a shopper can check out from your store. Modular Script (Recommended) Async JS Script JS Script <!--Place this inside your <head> tag--> <script id="bolt-embed" type="module" src="{BASE_URL}/embed.module.js" data-publishable-key="{your-bolt-publishable-key}" async ></script> <!--Place this inside your <head> tag--> <script id="bolt-embed" type="text/javascript" src="{BASE_URL}/embed.js" data-publishable-key="{your-bolt-publishable-key}" async ></script> <!--Place this inside your <head> tag--> <script id="bolt-embed" type="text/javascript" src="{BASE_URL}/embed.js" data-publishable-key="{your-bolt-publishable-key}" ></script> Base URL The Base URL ({BASE_URL}) should be one of the following, depending on the phase of your implementation process: Production: connect.bolt.com Sandbox: connect-sandbox.bolt.com The value should replace {BASE_URL} in the script to create a full file string: connect.bolt.com/embed.module.js. Publishable Key Your Bolt Publishable Key ({your-bolt-publishable-key})can be found in the Production: Merchant Dashboard. Go to Admin tab →API then scroll to Identifiers and find “Publishable Key.” Sandbox: Sandbox Merchant Dashboard. Go to Admin tab →API the Developers tab, then scroll to Identifiers Keys and find “Publishable Key.” Next Steps Next, embed the Address Component into your UI to enable shoppers to edit their addresses from your site.