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

# Get Started

<Info>
  **Following a Camunda 7 tutorial?** These guides mirror Camunda's — the engine, APIs, and `org.camunda.bpm.*` packages are unchanged. Only the Maven coordinates and download locations point to ASEE Flow. See [Upgrade from Camunda 7.24](/update#upgrade-from-camunda-724).
</Info>

There are two ways to get started with ASEE Flow, depending on your goal.

## Run ASEE Flow

Stand up the engine together with the modern [WebAdmin](/webadmin) administrative UI in a Spring Boot application — the recommended way to get a running, login-protected instance you can operate.

<CardGroup cols={2}>
  <Card title="WebAdmin Quick Start" icon="rocket" href="/webadmin/quick-start">
    Add ASEE Flow and the WebAdmin admin UI to a Spring Boot app, with a console at `/webadmin` — in about ten minutes.
  </Card>
</CardGroup>

## Build with ASEE Flow

Hands-on tutorials that model and execute processes and decisions. They use the Camunda Modeler and the legacy web apps; for day-to-day administration, prefer [WebAdmin](/webadmin).

<CardGroup cols={2}>
  <Card title="Quick Start (Java / JS)" icon="diagram-project" href="/get-started/quick-start">
    Model a BPMN 2.0 process in the Camunda Modeler, add a Java or JavaScript worker, and deploy it to ASEE Flow.
  </Card>

  <Card title="Spring Boot" icon="leaf" href="/get-started/spring-boot">
    Get started with ASEE Flow in a Spring Boot application.
  </Card>

  <Card title="DMN" icon="table" href="/get-started/dmn">
    Create a DMN 1.3 decision table in the Camunda Modeler, package it as a web application, and deploy it to an Apache Tomcat server.
  </Card>

  <Card title="Maven Coordinates" icon="cube" href="/get-started/apache-maven">
    The most commonly used Apache Maven coordinates for ASEE Flow.
  </Card>
</CardGroup>

<Note>
  The *Build with ASEE Flow* tutorials are adapted from the Camunda 7 *Get Started* guides, used under the [Creative Commons Attribution-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/) license.
</Note>
