> 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/liana/rules/birthday.md).

# Birthday

The Birthday rule lets you reward your customers on their birthday. This is very powerful because it makes them remain in your store for at least one year. You give points to your customers as a birthday gift only if they stay with you from one birthday till the following one.

We recommend you set this rule reward between 500 and 700 points as it will be a good birthday present to brighten up the customers' day.

## Settings

![](/files/-MK9oTmPayIAQYaHiNya)

1. **Points**: The number of points customers get for their birthday.&#x20;

## How does it work?

{% embed url="<https://www.loom.com/share/566dcf81b4ab4950a47e62961c478834>" %}

Customer can input their birth date on the rewards page by using the **Edit Birth Date** button located on the Birthday rule card.

{% hint style="warning" %}
The birth date must be set at least two days before their birthday.
{% endhint %}


---

# 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/liana/rules/birthday.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.
