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

# Exploring the Aletyx Playground

> Navigate the documentation and find the right starting point in the Aletyx Playground based on your role and objectives.

Welcome to the Aletyx Enterprise Build of Kogito and Drools. This section will help you navigate through our documentation and guide you to the right starting point based on your role and objectives.

## Quick Navigation

<CardGroup cols={3}>
  <Card title="For Decision Analysts">
    * [DMN Modeling](/docs/components/playground/dmn-tutorial) - Create decision models
    * [BPMN Processes](/docs/components/playground/bpmn-tutorial) - Design business workflows
  </Card>

  <Card title="For Developers">
    * [Environment Setup](/docs/getting-started/environment-setup)
    * [Java Configuration](/docs/getting-started/java-setup)
    * [Container Tools](/docs/getting-started/container-tools)
    * [VS Code Setup](/docs/getting-started/vscode)
  </Card>

  <Card title="For Architects">
    * [Cloud Tools](/docs/getting-started/cloud-tools)
    * [GitHub Integration](/docs/getting-started/git-configuration)
    * [Deployment Options](/docs/deployment/overview)
  </Card>
</CardGroup>

## Introduction to Aletyx Playground

Aletyx Playground is your browser-based modeling environment for business automation. Aletyx Playground is a hosted instance that Aletyx has provided to quickly start with no installation or configuration on your part for modelling, it provides:

* No-code modeling for business decisions (DMN)
* Visual process design (BPMN)
* Direct testing capabilities
* Integration with source control
* Development Deployment to various environments

Whether you're a business analyst defining decision logic or a developer integrating processes into applications, Aletyx Playground is your starting point for business automation.

## Choosing Your Path

### Decision Analysts and Analysts

If you're focused on defining business logic without writing code:

1. **Start with Decision Modeling**
   * [From Concepts to Creation - DMN in Aletyx Playground](/docs/components/playground/dmn-tutorial)
   * Model decisions visually using industry-standard DMN
   * Test your models directly in the browser

2. **Explore Process Automation**
   * [From Models to Execution - BPMN in Aletyx Playground](/docs/components/playground/bpmn-tutorial)
   * Design workflows that coordinate people and systems
   * Visualize the entire process lifecycle

### Developers and Architects

If you're integrating business automation into applications or designing enterprise architecture:

1. **Set Up Your Environment**
   * [Local Environment Setup](/docs/getting-started/environment-setup)
   * [Java & Quarkus Configuration](/docs/getting-started/java-setup)
   * [Container Tools Installation](/docs/getting-started/container-tools)
   * [VS Code Configuration](/docs/getting-started/vscode)

2. **Enable Team Collaboration**
   * [GitHub Integration](/docs/getting-started/git-configuration)
   * Version control for decision and process models

3. **Prepare for Production**
   * [Cloud Tools Configuration](/docs/getting-started/cloud-tools)
   * [Platform-Specific Setup](/docs/getting-started/ubuntu)

## Key Components of Aletyx Enterprise Build

<CardGroup cols={3}>
  <Card title="Decision Modeling (DMN)">
    Create and execute business decisions with:

    * Decision tables
    * FEEL expressions
    * Visual dependency diagrams

    [Learn More →](/docs/architecture/decisions/dmn/overview)
  </Card>

  <Card title="Process Automation (BPMN)">
    Design and orchestrate business processes with:

    * Human tasks
    * System integration
    * Event-driven workflows

    [Learn More →](/docs/architecture/processes/basic-bpmn/overview)
  </Card>

  <Card title="Rule Engine (Drools)">
    Define complex business logic with:

    * Rule language (DRL)
    * Decision tables
    * Rule execution server

    [Learn More →](/docs/architecture/decisions/overview)
  </Card>
</CardGroup>

## Next Steps

Ready to dive in? Choose your starting point:

* **For immediate modeling**: Start with [DMN in Aletyx Playground](/docs/components/playground/dmn-tutorial)
* **For process orchestration**: Explore [BPMN in Aletyx Playground](/docs/components/playground/bpmn-tutorial)
* **For developers**: Set up your [local environment](/docs/getting-started/environment-setup)
* **For deployment**: Review [cloud deployment options](/docs/deployment/overview)
