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

# FAQs

- [How do I set up Stripe Webhooks?](https://docs.chinapaymentsplugin.com/faqs/how-do-i-set-up-stripe-webhooks.md)
- [Why can't I activate Alipay or WeChat Pay in my Stripe account?](https://docs.chinapaymentsplugin.com/faqs/why-cant-i-activate-alipay-or-wechat-pay-in-my-stripe-account.md)
- [How do WeChat Pay and Alipay work?](https://docs.chinapaymentsplugin.com/faqs/how-do-wechat-pay-and-alipay-work.md)
- [What is China Payments Plugin?](https://docs.chinapaymentsplugin.com/faqs/what-is-china-payments-plugin.md)
- [How does China Payments Plugin Work?](https://docs.chinapaymentsplugin.com/faqs/how-does-china-payments-plugin-work.md)
- [How long are WeChat Pay QR codes valid?](https://docs.chinapaymentsplugin.com/faqs/how-long-are-wechat-pay-qr-codes-valid.md)
- [What's the total cost of using China Payments Plugin?](https://docs.chinapaymentsplugin.com/faqs/whats-the-total-cost-of-using-china-payments-plugin.md)
- [How do I remove all plugin data on uninstallation?](https://docs.chinapaymentsplugin.com/faqs/how-do-i-remove-all-plugin-data-on-uninstallation.md)
- [How do I join the BETA?](https://docs.chinapaymentsplugin.com/faqs/how-do-i-join-the-beta.md): Here's how to join the BETA of China Payments Plugin for early access to new releases and features.
- [How do I override the icons used in checkout?](https://docs.chinapaymentsplugin.com/faqs/how-do-i-override-the-icons-used-in-checkout.md): This page explains how to modify the icons used in the checkout.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chinapaymentsplugin.com/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
