> ## 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 Kogito?

> Kogito is the cloud-native evolution of Drools and jBPM, compiling DMN/DRL decisions and BPMN processes into container-ready Quarkus microservices.

Kogito is the **cloud-native evolution** of Drools and jBPM. It takes the same
rules and process technology and compiles it into lightweight, container-ready
services — built on Quarkus for fast startup, low memory use, and native
compilation. Kogito turns your decisions (DMN/DRL) and processes (BPMN) into
deployable microservices with built-in APIs, making it well suited to Kubernetes
and serverless deployments.

## Where to go next

<CardGroup cols={2}>
  <Card title="Kogito" icon="rocket" href="/docs/components/kogito">
    Explore the Kogito component and how Aletyx packages it.
  </Card>

  <Card title="Cloud-Native" icon="server" href="/docs/deployment/cloud-native/overview">
    Learn how Kogito services run as cloud-native workloads.
  </Card>

  <Card title="Kubernetes" icon="cube" href="/docs/deployment/kubernetes">
    Deploy your compiled Kogito microservices to Kubernetes.
  </Card>

  <Card title="What is BPMN?" icon="diagram-project" href="/docs/faq/concepts/what-is-bpmn">
    Understand the BPMN standard Kogito compiles into process services.
  </Card>

  <Card title="What is DMN?" icon="table" href="/docs/faq/concepts/what-is-dmn">
    Learn the DMN standard Kogito turns into decision microservices.
  </Card>

  <Card title="Java APIs" icon="code" href="/docs/faq/getting-started/kogito-java-apis">
    Invoke Kogito processes programmatically with the Java APIs.
  </Card>

  <Card title="Drools vs Kogito vs KIE" icon="scale-balanced" href="/docs/faq/concepts/drools-kogito-kie">
    See how Kogito evolves from Drools and jBPM within KIE.
  </Card>
</CardGroup>
