This guide describes how to embed your app in Shopify Point of Sale (POS) so that you can begin extending Shopify POS using one of the [supported technologies](/docs/apps/build/pos#integrate-with-shopify-pos). ## Requirements - You've created a [development store](/docs/api/development-stores). - You've [created an app](/docs/apps/build/scaffold-app) in the Partner Dashboard or using Shopify CLI. ## Embed your in app in Shopify POS To integrate with the different extension points, you need to embed your app in Shopify POS. 1. Go to your [Partner Dashboard](https://partners.shopify.com/organizations). 1. Click **Apps** in the sidebar. 1. Click the name of your app. 1. Click **Configuration**. 1. In the **POS** section, set the value for **Embed app in Shopify POS** to **True**. 1. Click **Save and release**. > Caution: > To load your embedded app properly in Shopify POS, you must use [Shopify App Bridge](/docs/api/app-bridge/previous-versions/app-bridge-from-npm/app-setup) and enable the embedded app setting. > After you've enabled the embedded app setting, Shopify loads your app in a webview. Your app must be responsive to a variety of mobile and tablet viewport widths. ## Next steps Learn how to extend POS app using - [POS UI Extensions](/docs/api/pos-ui-extensions)