# Payment gateway support

### Which payment gateways do you support?

Your app will support any payment gateways that is active on your website or web store. No additional setup is required to integrate a payment gateway into your app.

During checkout, your app will automatically display the payment options available on your website, ensuring a seamless transaction experience.

{% hint style="warning" %}
Payment gateways are directly fetched from your website, so any updates or changes made to your site’s payment options will reflect in your app instantly.
{% endhint %}


---

# 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.appmysite.com/app/product/payment-gateway-support.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.
