> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/referral-program.md).

# Referral Program

### **About**

Our Referral Program lets you share the CodeWords love with your friends and colleagues.

**How it works:**

1. Share your invite link with a friend.
2. Your friend gets starter credits when they sign up.
3. You get 100 credits when they subscribe to a paid plan at full price. You do not earn credits when they only sign up.

Referral credits are added to your account as soon as your friend subscribes. There may be a slight delay, but they usually appear right away.

### Terms and Conditions

* We might change, pause, or end the referral program at any point (we're experimental like that).
* If we spot sketchy activity, we'll pause rewards or shut down your referral link. We'll catch you, we love looking at the analytics.
* You get 100 credits only when your referral subscribes to a paid plan at the full price. If they use a discount coupon or subscribe at a discounted price, you won't receive the 100 credits.
* Keep it cool — don't spam, mass-message, or drop your link where it doesn't belong. This program exists to share the love, not bug.
* All rewards are at the discretion of Agemo AI LTD.


---

# 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.codewords.ai/referral-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.
