# Usage Once the [installation script](/contents/checkout/kustom-elements/integration-guide/installation) is in place, you can add Kustom Elements to your pages. This guide shows how to use the Payment Method Display element as an example. ## Add the element to your page Each Kustom Element is an HTML tag. Place it where you want the element to appear. The installation script detects the tag and renders it automatically. Let's integrate a simple element like the `kustom-payment-method-display` which shows a horizontal list of payment methods. ```html ``` and that should be enough to see the payment methods in your store. ![Kustom Portal — Elements installation script](/assets/payment-method-display-demo.e6cbecaa75bd86f0914a4e4ab5c993b997f4abf1bc82cc5968d846fbe5ddc4de.a9fa48fa.png) ## Next steps - [Payment Method Display](/contents/checkout/kustom-elements/elements/payment-method-display) — Full reference for this element