# Design

We are going to divide our rules in 5 steps and do a rule-flow which mean a process : 1. init step : we shall determine the age of each person and the person has his birthday based on the quoting date. 2. standard price : as we have the table with all prices, we shall make a decision table of it. 3. Promotion : if there are more that 4 persons and the youngest is between 3 and 18 years old 4. Reduction : birthday and If people are living in Zurich 5. Calculate the total

The data model we are going to use is as follows :

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


---

# 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/design.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.
