# Stripe for VirtueMart

## Stripe for VirtueMart

- [Getting started](https://docs.norrnext.com/stripe-for-virtuemart/getting-started.md): This plugin integrates Stripe (a payment gateway) with VirtueMart - a Joomla e-commerce extension.
- [Stripe Configuration](https://docs.norrnext.com/stripe-for-virtuemart/stripe-configuration.md): Learn how to configure Stripe.
- [Webhooks](https://docs.norrnext.com/stripe-for-virtuemart/stripe-configuration/webhooks.md): Learn how to configure the webhooks in Stripe.
- [Screenshots for Stripe events](https://docs.norrnext.com/stripe-for-virtuemart/stripe-configuration/screenshots-for-stripe-events.md): Discover the events needed to run Stripe payment plugin.
- [Screenshots for Stripe Checkout events](https://docs.norrnext.com/stripe-for-virtuemart/stripe-configuration/screenshots-for-stripe-checkout-events.md): Discover the events needed to run Stripe Checkout payment plugin.
- [Plugin installation](https://docs.norrnext.com/stripe-for-virtuemart/plugin-installation.md): Learn how to install the Stripe payment plugin.
- [VirtueMart Configuration](https://docs.norrnext.com/stripe-for-virtuemart/virtuemart-configuration.md): Learn how to configure VirtueMart to accept payments with Stripe.
- [FAQ](https://docs.norrnext.com/stripe-for-virtuemart/faq.md): Stripe payment plugin frequently asked questions.
- [Template customization](https://docs.norrnext.com/stripe-for-virtuemart/template-customization.md): Learn how to customize the payment page look.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.norrnext.com/stripe-for-virtuemart/getting-started.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.
