# Why registration is enforced for referrals.

You must have noticed that when customer's click the referral link they are asked to register first before they can receive the discount. We put in this measure to ensure that customers are real people, not bots, and also collect their information so we can monitor the referrals, and ensure that only one customer uses the coupon code, and also prevent duplication.


---

# Agent Instructions: 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:

```
GET https://help.trybeans.com/bamboo/faq/why-registration-is-enforced-for-referrals..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
