> ## Documentation Index
> Fetch the complete documentation index at: https://aletyx.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Drools?

> Drools is the open-source business rules management system (BRMS) and inference engine at the heart of KIE, authoring rules in DRL, decision tables, or DMN.

Drools is the open-source **business rules management system (BRMS)** and
inference engine at the heart of the KIE ecosystem. It lets you express business
policy as declarative rules — separated from application code — and evaluates
them with a high-performance pattern-matching engine (based on the Rete
algorithm). Rules can be authored in DRL (Drools Rule Language), decision tables,
or the DMN standard. Aletyx ships an enterprise build of Drools with significant
performance and tooling improvements.

## Where to go next

<CardGroup cols={2}>
  <Card title="Drools" icon="gears" href="/docs/drools/overview">
    Explore the Drools component and how Aletyx packages it for the enterprise.
  </Card>

  <Card title="Getting Started" icon="play" href="/docs/drools/getting-started">
    Stand up your first Drools project and run your first rules.
  </Card>

  <Card title="Rule Engine" icon="cube" href="/docs/drools/engine">
    Understand the Rete-based inference engine that evaluates your rules.
  </Card>

  <Card title="What is DRL?" icon="code" href="/docs/faq/concepts/what-is-drl">
    Learn the Drools Rule Language used to author rules declaratively.
  </Card>

  <Card title="Drools vs Kogito vs KIE" icon="scale-balanced" href="/docs/faq/concepts/drools-kogito-kie">
    Clear up how Drools relates to Kogito and the wider KIE ecosystem.
  </Card>

  <Card title="Decision Automation" icon="diagram-project" href="/docs/architecture/decisions/overview">
    See how rules fit into the decision automation architecture.
  </Card>

  <Card title="Modernize Drools" icon="arrow-right" href="/docs/faq/concepts/modernize-drools">
    Migrate older Drools 7.x applications to the modern platform.
  </Card>
</CardGroup>
