> 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/referral-hub.md).

# Referral Hub

The referral hub is a personal dashboard where a referrer sees their rewards, tier progress, referral link/code, and recent activity. It renders straight from your campaign — there's nothing to build or turn on.

> **Best practice:** Link to the hub from your successful-referral and reminder emails. A referrer who just earned a reward is your best next referrer, and re-sharing from the hub is one click.

### What's on the hub

| Section     | What it shows                                                                                            |
| ----------- | -------------------------------------------------------------------------------------------------------- |
| Header      | Store logo, campaign switcher (if they're in more than one), language selector                           |
| Rewards     | Every reward earned, with status (Available, Used, Revoked) and a **Shop now** button for discount codes |
| Tiers       | A progress timeline — shown only for tiered campaigns                                                    |
| Share tools | Their referral link and code, plus the share channels you've enabled                                     |
| Activity    | Recent referral events and their status                                                                  |

A revoked reward shows a note explaining why — see [reward revocation](/referral-program/rewards.md#revoking-a-reward).

### How referrers get in

Emails carry a **magic link** — no login needed. It's valid for 2 hours from when the email was sent; after that, the referrer opens a newer email to get back in.

For Klaviyo or Mailchimp flows, which can send days later, use the **permanent** hub link instead: the `BLOOP Hub Portal` property in Klaviyo, or `BLOOPHUB` in Mailchimp. See [Klaviyo](/referral-program/integrations/klaviyo.md) and [Mailchimp](/referral-program/integrations/mailchimp.md).

### Languages

Referrers pick their own language from 20 options. Nothing to set up.

### Next steps

* Set what referrers earn in [Referrer and referee rewards](/referral-program/rewards.md).
* Give referrers more milestones with [tiered rewards](/referral-program/tier-rewards.md).


---

# 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/referral-hub.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.
