> ## 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 developer tools are available?

> Aletyx developer tools include a VS Code extension, an online playground, design environments, and Maven and container-registry integration.

Aletyx ships a VS Code extension, an [online playground](https://playground.aletyx.ai), and design environments. It also integrates
with Maven and container registries for build and deployment.

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Get started with Aletyx and stand up your first automated decision.
  </Card>

  <Card title="Playground" icon="play" href="/docs/components/playground/overview">
    Try the online playground to author and run models with no local setup.
  </Card>

  <Card title="DMN in the Playground" icon="diagram-project" href="/docs/components/playground/dmn-tutorial">
    Author and test DMN decisions interactively in the Aletyx Playground.
  </Card>

  <Card title="BPMN in the Playground" icon="diagram-project" href="/docs/components/playground/bpmn-tutorial">
    Author and run BPMN processes interactively in the Aletyx Playground.
  </Card>

  <Card title="Kogito" icon="gears" href="/docs/components/kogito">
    Learn about the Kogito runtime that powers Aletyx applications.
  </Card>

  <Card title="Drools Getting Started" icon="code" href="/docs/drools/getting-started">
    Get started authoring business rules with Drools.
  </Card>
</CardGroup>
