# Integrations

- [Payment Providers](https://docs.upzelo.com/integrations/payment-providers.md)
- [Stripe](https://docs.upzelo.com/integrations/payment-providers/stripe.md): Integrate Stripe with Upzelo
- [Recurly](https://docs.upzelo.com/integrations/payment-providers/recurly.md): Integrate Recurly with Upzelo
- [Chargebee](https://docs.upzelo.com/integrations/payment-providers/chargebee.md): Integrate Chargebee with Upzelo
- [Recharge](https://docs.upzelo.com/integrations/payment-providers/recharge.md): Integrate Recharge with Upzelo
- [Woocommerce](https://docs.upzelo.com/integrations/payment-providers/woocommerce.md): Integrate Woocommerce with Upzelo
- [QPilot](https://docs.upzelo.com/integrations/payment-providers/qpilot.md): Integrate QPilot with Upzelo
- [API](https://docs.upzelo.com/integrations/payment-providers/api.md): Integrate your custom solution with Upzelo
- [Webhooks](https://docs.upzelo.com/integrations/webhooks.md): Listen for Upzelo events so your integration can automatically trigger reactions


---

# 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.upzelo.com/integrations.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.
