> 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/affiliate-program.md).

# Affiliate Program

- [Overview](https://docs.bloop.plus/affiliate-program/overview.md): What each part of the affiliate program does, and a direct link to every common task.
- [Campaigns & Commissions](https://docs.bloop.plus/affiliate-program/campaigns.md): Choose a commission model, set the rate from your margin, and run more than one campaign.
- [Commission Rules](https://docs.bloop.plus/affiliate-program/commission-rules.md): Choose which revenue counts toward a commission, cap the payout, and set how long a click stays attributed.
- [Branding](https://docs.bloop.plus/affiliate-program/branding.md): The four surfaces a partner sees, from the registration form to the portal they work in.
- [Registration Form](https://docs.bloop.plus/affiliate-program/branding/registration.md): Design the sign-up form that screens applicants and collects what you need to vet them.
- [Portal Style](https://docs.bloop.plus/affiliate-program/branding/portal-style.md): Apply your logo, colours and brand styling to the portal affiliates log in to.
- [Portal Translations](https://docs.bloop.plus/affiliate-program/branding/portal-translations.md): Translate the affiliate portal so partners work in their own language.
- [On-Site Content](https://docs.bloop.plus/affiliate-program/branding/on-site-content.md): Show visitors arriving from an affiliate link a branded identifier bar on your storefront.
- [Portal Guide](https://docs.bloop.plus/affiliate-program/branding/portal-guide.md): Write the in-portal briefing that tells affiliates how to get their link, earn, and promote.
- [Management](https://docs.bloop.plus/affiliate-program/management.md): The three screens you work once partners are live, and the rhythm each one needs.
- [Managing Affiliates](https://docs.bloop.plus/affiliate-program/management/affiliates.md): Review applications, approve or reject partners, and manage your roster as it grows.
- [Sales Tracking](https://docs.bloop.plus/affiliate-program/management/sales.md): Review affiliate-driven orders and approve or reject each claim before it is paid.
- [Payouts](https://docs.bloop.plus/affiliate-program/management/payouts.md): Approve commissions and pay partners on a schedule they can rely on.
- [Email Notifications](https://docs.bloop.plus/affiliate-program/emails.md): Choose which lifecycle emails partners receive, edit them, and test before going live.
- [Program Settings](https://docs.bloop.plus/affiliate-program/settings.md): Set when commission is earned, when it is revoked, and how partners get paid.


---

# 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/affiliate-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.
