# SDK & iFrames

- [JavaScript UI SDK](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk.md)
- [API](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/api.md): Embed your website/checkout-page with our payments widget using our web-component or iframe SDK.
- [Elements SDK](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/api/elements-sdk.md): Complete your checkout process with a list of payment options. From easy-to-use ones like Apple Pay, Google Pay and PayPal (etc), to buy-now-pay-later ones like Klarna, Sezzle, Affirm and more.
- [Express SDK](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/api/express-sdk.md): Speed up the checkout process with Apple Pay, Google Pay, PayPal and the customer's billing & shipping information.
- [Migration to SensePass Elements](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/api/migration-to-sensepass-elements.md): When using the SDK with SensePass Elements, onboarding with Apple Pay enables paying without a intermediate pop-up.
- [Commit Transaction](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/commit-transaction.md): Backend verification step to complete the payment
- [Custom SDK Style](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/custom-sdk-style.md): style selected elements & general themes
- [Simulator](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/simulator.md)
- [Manual Capture (deprecated)](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/javascript-ui-sdk/manual-capture-deprecated.md): THIS METHOD WILL BE DEPRECATED IN FAVOR OF A NEW ONE
- [E-commerce iFrame](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/e-commerce-iframe.md)
- [POS iFrame](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/pos-iframe.md)
- [Credit Card iFrame](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/credit-card-iframe.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
