> 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/best-practices.md).

# Best Practices

- [Choosing Rewards](https://docs.bloop.plus/best-practices/choosing-rewards.md): Match the reward type to how customers buy, and size it against what a referral is worth.
- [Designing Your Offer](https://docs.bloop.plus/best-practices/designing-your-offer.md): Decide who gets rewarded, what qualifies, and how long the reward stays valid.
- [Program Visibility](https://docs.bloop.plus/best-practices/program-visibility.md): Combine placements so customers actually discover your referral program.
- [Commission Structure](https://docs.bloop.plus/best-practices/commission-structure.md): Anchor affiliate rates to your profit margin so the channel stays profitable as it grows.
- [Recruiting Affiliates](https://docs.bloop.plus/best-practices/recruiting-affiliates.md): Recruit for audience fit and screen applicants without deterring good partners.
- [Preventing Fraud](https://docs.bloop.plus/best-practices/preventing-fraud.md): Catch reward abuse without adding friction for genuine customers.
- [Testing Referrals](https://docs.bloop.plus/best-practices/test-referral.md): Walk the full referral chain yourself before your customers do.
- [Testing Affiliates](https://docs.bloop.plus/best-practices/test-affiliate.md): Verify tracking, commission and payout end to end before partners join.
- [Measuring & Optimizing](https://docs.bloop.plus/best-practices/measuring-and-optimizing.md): Read your funnel back from outcomes, change one thing, and measure whether it worked.
- [Paying Affiliates](https://docs.bloop.plus/best-practices/paying-affiliates.md): Set an approval and payment rhythm that keeps partners loyal.


---

# 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/best-practices.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.
