# Integrations

- [Supported payment and subscription platforms](https://docs.flycode.com/docs/integrations/supported-payment-and-subscription-platforms.md): FlyCode works alongside the tools you already use, so there's no need to replace your existing payment processor or subscription management platform.
- [Stripe integration guide for FlyCode](https://docs.flycode.com/docs/integrations/stripe-integration-guide-for-flycode.md): Connect FlyCode to Stripe Billing to recover failed payments, reduce involuntary churn, and boost subscription revenue without manual work or custom code.
- [How to Manage Failed Payments in Stripe](https://docs.flycode.com/docs/integrations/how-to-manage-failed-payments-in-stripe.md): Failed payments processed through Stripe can be customized to specify the number of retry days before your customer's subscription is canceled. Learn to customize Stripe's Smart Retries.
- [How to connect FlyCode to your Braintree/PayPal account](https://docs.flycode.com/docs/integrations/how-to-connect-flycode-to-your-braintree-paypal-account.md)
- [Step-by-step: integrate FlyCode with Recharge](https://docs.flycode.com/docs/integrations/step-by-step-integrate-flycode-with-recharge.md): Recharge is the leading subscriptions payments platform designed for merchants to set up and manage dynamic recurring billing across web and mobile.
- [How to install FlyCode on Skio](https://docs.flycode.com/docs/integrations/how-to-install-flycode-on-skio.md): This guide shows how to link your Skio subscription setup with FlyCode to automate failed payment recovery.
- [Stripe <> FlyCode](https://docs.flycode.com/docs/integrations/stripe.md): Stripe powers online and in-person payment processing and financial solutions for businesses of all sizes.


---

# 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.flycode.com/docs/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.
