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

# Referral Program

- [Overview](https://docs.bloop.plus/referral-program/overview.md): What each part of the referral program does, and a direct link to every common task.
- [Campaign Setup](https://docs.bloop.plus/referral-program/campaign.md): Set the rules of your programme, from who can refer to when a reward lands.
- [Target Audience](https://docs.bloop.plus/referral-program/target-audience.md): Decide who can refer, trading reach against trust per referral.
- [Rewards](https://docs.bloop.plus/referral-program/rewards.md): Set what the referrer and the referee each earn, and when the reward is issued.
- [Reward Timing & Revocation](https://docs.bloop.plus/referral-program/reward-timing.md): Set the review period, decide what counts as a successful referral, and choose when a reward is taken back.
- [Reward Display](https://docs.bloop.plus/referral-program/reward-display.md): Control how reward values read to customers across widgets, emails and the hub.
- [FlexiTiers](https://docs.bloop.plus/referral-program/tier-rewards.md): Grow the referrer's reward at each milestone with FlexiTiers.
- [Referral Methods](https://docs.bloop.plus/referral-program/referral-methods.md): Choose between link and code sharing based on where your customers talk about you.
- [Branding](https://docs.bloop.plus/referral-program/branding.md): The six places a customer meets your referral programme, and which one to set up first.
- [Branding Themes](https://docs.bloop.plus/referral-program/branding/themes.md): Manage the colours, fonts and copy that make up one campaign's complete look.
- [Widget & Popup](https://docs.bloop.plus/referral-program/branding/popup.md): Brand the launcher, panel and referee popup, the surfaces most customers meet.
- [Referral Page](https://docs.bloop.plus/referral-program/branding/page.md): Give your programme a permanent URL you can link from anywhere.
- [Post-Purchase Widget](https://docs.bloop.plus/referral-program/branding/post-purchase.md): Ask for the referral on the thank-you page, when enthusiasm peaks.
- [Customer Account Extension](https://docs.bloop.plus/referral-program/branding/account-extension.md): Put referral blocks in the logged-in customer account, where repeat buyers already are.
- [Sharing Channels](https://docs.bloop.plus/referral-program/branding/social-sharing.md): Pick the sharing channels your customers use and write the message that travels with them.
- [Referral Hub](https://docs.bloop.plus/referral-program/referral-hub.md): The personal dashboard where referrers track rewards, tiers, links and activity.
- [A/B Testing](https://docs.bloop.plus/referral-program/ab-testing.md): Test two reward offers against each other and let the data set your reward.
- [Management](https://docs.bloop.plus/referral-program/management.md): The four screens you work once your programme is live, and how often each one needs you.
- [Contacts](https://docs.bloop.plus/referral-program/management/customers.md): Find your best advocates and the loyal buyers nobody has asked to share yet.
- [Orders](https://docs.bloop.plus/referral-program/management/orders.md): Handle the referral orders that need a decision before a reward is issued.
- [Fraud Center](https://docs.bloop.plus/referral-program/management/fraud-center.md): Catch self-referral and reward abuse before a reward leaves your account.
- [Track Coupons](https://docs.bloop.plus/referral-program/management/track-coupons.md): Trace every discount-code reward from issue to redemption.
- [Analytics](https://docs.bloop.plus/referral-program/analytics.md): Read revenue, behaviour and the funnel to judge whether the programme pays.
- [Activity Log](https://docs.bloop.plus/referral-program/analytics/activity.md): Trace a single customer's referral events when you need to explain what happened.
- [Email Notifications](https://docs.bloop.plus/referral-program/emails.md): Configure the emails that hand over links, confirm rewards and rescue forgotten codes.
- [Integrations](https://docs.bloop.plus/referral-program/integrations.md): Hand referral events to the email platform you already run, instead of sending from Bloop.
- [Klaviyo](https://docs.bloop.plus/referral-program/integrations/klaviyo.md): Sync advocates, campaigns and referral events into Klaviyo for your email flows.
- [Mailchimp](https://docs.bloop.plus/referral-program/integrations/mailchimp.md): Label contacts as referrers or referees and sync their referral data to Mailchimp.


---

# 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.bloop.plus/referral-program.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.
