> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/guides/javascript.md).

# 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](/guides/javascript/prerequisites.md)
* [Add payment form](/guides/javascript/add-payment-form.md)
* [Format payment page](/guides/javascript/format-payment-page.md)
* [Process payment](/guides/javascript/process-payment.md)
* [Apple Pay for Web](/guides/javascript/apple-pay-for-web.md)
* [Google Pay for Web](/guides/javascript/google-pay-for-web.md)
* [IDTech VP8300](/guides/javascript/idtech-vp8300.md)
* [Card validations](/guides/javascript/card-validations.md)
* [Configure payment page](/guides/javascript/configure-payment-page.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/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.
