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

# Integrations

- [Chargebee](https://docs.loyaltysurf.io/integrations/chargebee.md): Automatically apply Chargebee coupons, credits, or trial extensions as rewards.
- [HubSpot](https://docs.loyaltysurf.io/integrations/hubspot.md): Trigger loyalty actions on HubSpot deal stage changes.
- [PayPal](https://docs.loyaltysurf.io/integrations/paypal.md): Automatically send one-time PayPal payouts as rewards.
- [Recurly](https://docs.loyaltysurf.io/integrations/recurly.md): Automatically apply Recurly coupons, credits, or trial extensions as rewards.
- [Slack](https://docs.loyaltysurf.io/integrations/slack.md): Get notified in Slack when events happen in your LoyaltySurf campaign.
- [Stripe](https://docs.loyaltysurf.io/integrations/stripe.md): Automatically apply Stripe coupons, credits, or trial extensions as rewards.
- [Tango Card](https://docs.loyaltysurf.io/integrations/tango-card.md): Automatically fulfill gift card rewards where winners can pick from top retailers (e.g, Amazon, Starbucks) and/or donate to non-profits.
- [XTRM](https://docs.loyaltysurf.io/integrations/tango-card-1.md): Automatically fulfill cash, prepaid cards, and gift card rewards to winners.
- [Zapier](https://docs.loyaltysurf.io/integrations/zapier.md): Zapier is a code-free tool that lets you connect to 5,000+ apps to automate rewards or sync data.
- [Tutorials](https://docs.loyaltysurf.io/integrations/zapier/tutorials.md): We'll walk you through creating Zapier Zaps.
- [Troubleshooting](https://docs.loyaltysurf.io/integrations/zapier/troubleshooting.md): If you are experiencing issues with your Zapier setup, you can use Zapier's Task History feature to help.


---

# 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.loyaltysurf.io/integrations.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.
