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

# Welcome to Aletyx

> The platform for Accountable AI — build, test, deploy, and govern business decisions and processes.

Aletyx is an enterprise platform for **Accountable AI**: a way to automate
business decisions and processes where every outcome is explainable, auditable,
and governed. Use these docs to model business decisions, orchestrate processes,
and ship them to production with accountability built in.

<div className="btn-links my-8">
  [Get started](/docs/quickstart)

  [Try the Playground!](https://playground.aletyx.ai)
</div>

Accountable AI means automation you can stand behind. Instead of opaque models
that produce answers no one can trace, Aletyx grounds decisions in explicit,
versioned business logic — so you can show exactly how each outcome was reached,
prove compliance to auditors and regulators, and stay in control as your
processes evolve. Learn more at [docs.aletyx.ai](https://docs.aletyx.ai).

<Frame>
  <iframe width="100%" height="400" src="https://www.youtube.com/embed/UHE2F4ID4II" title="Aletyx" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
</Frame>

## What's new

<CardGroup cols={3}>
  <Card title="Aletyx Decision Control" icon="shield-check" href="/docs/decision-control/overview">
    **New release** — complete decision lifecycle management with the Decision
    Control Tower, multi-environment deployment, governance workflows, and
    natural language testing.
  </Card>

  <Card title="Model Context Protocol support" icon="robot" href="/docs/decisions-genai">
    **New** — integrate Drools and DMN with Claude Desktop using MCP for
    intelligent decision-making.
  </Card>

  <Card title="Scalable process architectures" icon="arrows-spin" href="/docs/guides/processes">
    **Enhanced** — cloud-native, scalable processes powered by Kogito available
    today.
  </Card>
</CardGroup>

## Aletyx Automation

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/docs/quickstart">
    Persona-based getting started to learn quickly.
  </Card>

  <Card title="Decision Control" icon="shield-check" href="/docs/decision-control/overview">
    Enterprise decision management with governance, testing, and
    multi-environment deployment.
  </Card>

  <Card title="Tech Stack" icon="layer-group" href="/docs/tech-stack">
    Cloud-native enterprise builds of Drools, jBPM, and Kogito.
  </Card>

  <Card title="Decisions + GenAI" icon="robot" href="/docs/decisions-genai">
    Empower your LLMs to reach the right decision, not just a statistical one.
  </Card>

  <Card title="Deployment" icon="cloud-arrow-up" href="/docs/deployment/overview">
    Set up and deploy your first services.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/docs/core-concepts">
    Understand processes, decisions, and rules fundamentals.
  </Card>
</CardGroup>

<div className="flex flex-col items-center text-center gap-4 my-16 py-12 px-6 rounded-2xl bg-primary/5 dark:bg-primary-light/5 border border-primary/10 dark:border-primary-light/10">
  <h2 className="text-2xl font-bold m-0">Ready to get started?</h2>

  <p className="max-w-xl m-0 text-gray-600 dark:text-gray-300">
    Join enterprises worldwide who trust Aletyx for their business automation needs.
  </p>

  <div className="btn-links justify-center mt-2">
    [Start your journey](/docs/quickstart)

    [Contact us](https://aletyx.ai/contact)
  </div>
</div>
