> For the complete documentation index, see [llms.txt](https://help.trybeans.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trybeans.com/bamboo.md).

# Referrals

- [Getting started](https://help.trybeans.com/bamboo/intro.md): Understand how the referral program works, how customers can invite their friends, and how the referrer gets rewarded.
- [Rules](https://help.trybeans.com/bamboo/rules.md)
- [Accept Invitation](https://help.trybeans.com/bamboo/rules/accept-invitation.md): Accept an invitation and get a $X coupon redeemable on your first purchase.
- [Successful Referral](https://help.trybeans.com/bamboo/rules/successful-referral.md): Invite a friend and get a $X coupon after they place their first order.
- [Display](https://help.trybeans.com/bamboo/display.md)
- [Link your referral page to your Shopify store.](https://help.trybeans.com/bamboo/display/link-your-program-page.md): Add your referral program to your Shopify store.
- [Link your referral page to your Woocommerce store.](https://help.trybeans.com/bamboo/display/link-your-referral-page-to-your-woocommerce-store..md): Add your referral program to your Woocommere store, this steps are also applicable for adding the reward program to your store.
- [Conditions](https://help.trybeans.com/bamboo/conditions.md): Add extra referral conditions.
- [Referrals](https://help.trybeans.com/bamboo/referrals.md)
- [FAQ](https://help.trybeans.com/bamboo/faq.md)
- [Adding Custom CSS](https://help.trybeans.com/bamboo/faq/referral-program-page-customization-with-css.md): How to add customize your referral page with CSS?
- [Why registration is enforced for referrals.](https://help.trybeans.com/bamboo/faq/why-registration-is-enforced-for-referrals..md)
- [Can Bamboo be used for affiliate marketing?](https://help.trybeans.com/bamboo/faq/why-bamboo-is-not-an-affiliate-program.md): What are the differences between a referral program and an affiliate program and why Bamboo is not a good solution for your affiliate marketing?
- [How to test Bamboo?](https://help.trybeans.com/bamboo/faq/testing-bamboo.md): This article will help explain how the retailer can test the bamboo application on their store.


---

# 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://help.trybeans.com/bamboo.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.
