# JavaScript

The **JavaScript SDK** helps you integrate payments into your website. The SDK payment framework follows the [PCI Security Standard Council - Best Practices for Securing E-commerce](https://www.pcisecuritystandards.org/pdfs/best_practices_securing_ecommerce.pdf). The framework supports responsive design and lets you style content by using the host page.

See the following articles to integrate the **JavaScript SDK**:

* [prerequisites](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/prerequisites "mention")
* [add-payment-form](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/add-payment-form "mention")
* [format-payment-page](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/format-payment-page "mention")
* [process-payment](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/process-payment "mention")
* [apple-pay-for-web](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/apple-pay-for-web "mention")
* [google-pay-for-web](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/google-pay-for-web "mention")
* [idtech-vp8300](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/idtech-vp8300 "mention")
* [card-validations](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/card-validations "mention")
* [configure-payment-page](https://docs.xplorpay.com/guides/payment-processing-solutions/javascript/configure-payment-page "mention")


---

# 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.xplorpay.com/guides/payment-processing-solutions/javascript.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.
