# Implementing the Birthday promotion step

\*\*# Implementing the Birthday promotion step

If the person has his Birthday on the quote day and a day ticket is asked, then a 10% reduction shall be applied for the person.

![](/files/-M-FWZGK4zMGUb1OGi8B)

![](/files/-M-FWZGMDf1r1LTwbKYO)

Instead of ROUND\_HALF\_DOWN you can put ROUND\_HALF\_UP which will put higher reduction amount.

![](/files/-M-FWZGOGs6vdAhVSy50)


---

# 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://nicolas-heron.gitbook.io/droolsonboarding/brms/implementing_the_birthday_promotion_step.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.
