# Conclusion

In the first tutorial we have learned the core drools concepts that are needed to start implementing business rules. The course example was simply there to demonstrate and help the user to understand the concepts. The exercise then starts to show a more complex case where we have to separate in steps to get the final result. In those two first examples on the drools tutorial, how to interface with a real application was not in the scope of the exercise. In the BRMS tutorial, we took the same approach on how to express the rules and how to test them. But it is never express how we should interface our rule engine implementation with our real application. In the next tutorial, we shall propose an architecture of a drools application.


---

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