# DecisionRules applications

- [DecisionRules Server](https://docs.decisionrules.io/doc/decisionrules-applications/server-app.md): Backend container for running DecisionRules in Docker and On-Premise environments.
- [DecisionRules Client](https://docs.decisionrules.io/doc/decisionrules-applications/client-app.md): Frontend container for accessing the DecisionRules application in Docker and On-Premise environments.
- [DecisionRules Business Intelligence](https://docs.decisionrules.io/doc/decisionrules-applications/decisionrules-business-intelligence.md): Analytics container for audit logs and reporting in Docker and On-Premise environments.
- [DecisionRules AI Engine](https://docs.decisionrules.io/doc/decisionrules-applications/decisionrules-ai-engine.md): AI service for DecisionRules guidance, automation support, and specialized assistant workflows in Docker and On-Premise environments.
- [DecisionRules License Server](https://docs.decisionrules.io/doc/decisionrules-applications/decisionrules-license-server.md)
- [DecisionRules Distribution Server](https://docs.decisionrules.io/doc/decisionrules-applications/decisionrules-distribution-server.md)


---

# 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://docs.decisionrules.io/doc/decisionrules-applications.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.
