> 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/branding/account-extension.md).

# Customer Account Extension

Your most likely referrers are repeat customers — and the customer account is where they spend their logged-in time. Unlike the post-purchase popup, which catches a buyer once at checkout, the account block is always there on the profile and order pages your loyal shoppers already visit. That makes it the best surface for steady, long-tail referrals.

The block renders through a Shopify UI extension inside the customer accounts area, so it looks native rather than bolted on. Customers see their referral link and a running view of what they have earned, right alongside their orders and details. Manage it under the **Branding** tab of your referral campaign, in the **Customer account extension** card.

> **Best practice:** Show progress, not just a link. Surfacing what a customer has already earned — or how close they are to the next reward — turns the account block from a static link into a reason to share again. Pair it with the [post-purchase popup](/referral-program/branding/post-purchase.md) to catch customers both at purchase and on every return visit.

### What you can edit

The extension is content-first: customize the wording shown in the account with a live preview beside the editor. Content is split into two blocks.

| Block           | What it covers                                                                              |
| --------------- | ------------------------------------------------------------------------------------------- |
| Referral link   | The block that shows the customer's referral link or code and the sharing options around it |
| Referral reward | The block that shows the customer what they have earned or can earn through referrals       |

Open either block to edit its text, switch the language with the language selector to localize it, and preview each version before you save.

The **Referral reward** block lists every reward type a referrer can earn — discount code, store credit, cash, and [custom rewards](/referral-program/rewards.md#choose-a-referrer-reward-type), the last shown by the description you gave them along with the date you fulfilled them.

### Notes on availability

The customer account extension is a paid feature. If it is not part of your current plan, the editor shows an upgrade prompt and the content fields stay locked until you upgrade.

### Next steps

* Start with [getting started with referrals](/quick-start/getting-started.md) to enable the program.
* Style the storefront widget in [referral widget branding](/referral-program/branding/popup.md).
* Capture more referrers with the [post-purchase popup](/referral-program/branding/post-purchase.md) and a [referral landing page](/referral-program/branding/page.md).
* Decide how customers pass along their link in [referral social sharing channels](/referral-program/branding/social-sharing.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/branding/account-extension.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.
