> 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/account-and-settings/sharing-link.md).

# Sharing Link

### The default sharing domain

Open **Settings → General** to see the **Referral sharing URL** card. The sharing domain field shows `r-bloop.cc` unless you have set a custom one. With the default in place, a referral link reads:

```
https://r-bloop.cc/d29azDx
```

The trailing part is the referrer's unique 8-character share code, assigned automatically when someone joins your program.

### Use your own domain

Swap `r-bloop.cc` for a branded subdomain such as `refer.yourstore.com`. Setting one up is a guided request: you add a DNS record, and Bloop activates the domain.

1. On the **Referral sharing URL** card, select **Customize**.
2. Contact support for the IP address of the Bloop sharing service (we share it privately).
3. In your DNS provider, add an **A record** pointing your subdomain to that IP — plus a matching record for its `www.` version.
4. Send support your chosen URL. Bloop verifies the DNS and activates it.

> **Use a subdomain, not your root domain.** Repointing the root `@` record on a domain that hosts your live store can take the storefront offline. Use a subdomain like `refer`, or register a domain separate from your store's.

Provider-specific fields, all using record type **A** with your subdomain as the **Name**:

* **Shopify** — put the IP in the **Points to** field.
* **Cloudflare** — set **Proxy status** to **Proxied**. [Setup video](https://www.youtube.com/watch?v=70P_w_T6Yvg).
* **GoDaddy** — leave **TTL** at the default. [Help](https://www.godaddy.com/help/add-a-subdomain-4080).

Once active, the domain is saved as your `custom_share_url` and every new link uses it: `https://refer.yourstore.com/d29azDx`. Custom domains require a paid plan; if you downgrade, links fall back to `r-bloop.cc`.

### Related

* [Choose a referral sharing method](/referral-program/referral-methods.md) — turn the link and code methods on or off.
* [Referrer and referee rewards](/referral-program/rewards.md) — set what each side earns.
* [General settings](/account-and-settings/general.md) — overview of every store-level setting.


---

# 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/account-and-settings/sharing-link.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.
