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

# Drupal

> Get FlowDrop on Drupal — the module ships the editor and the backend together.

Drupal is the odd one out here, in the best way: you don't install the npm
package or wire up a backend. The **Drupal module is a complete FlowDrop
backend** and ships the editor with it. Install the module, and you have both the
editor and a working API in one step.

<Card title="Install FlowDrop on Drupal" icon="drupal" href="https://project.pages.drupalcode.org/flowdrop/getting-started/installation/" horizontal>
  The canonical Drupal docs cover Composer install, enabling the module, and
  permissions — the source of truth for setup.
</Card>

## What you get

Unlike the JS frameworks — where you mount the editor and bring your own backend
— the Drupal module already serves node definitions, stores workflows as config
entities, runs executions, and handles auth through standard Drupal permissions.

<Note>
  **No backend to wire up.**

  Because the backend is built in, there's no `endpointConfig` to set up and no
  "connect a backend" step. Enable the module and the editor is live.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Drupal server implementation" icon="server" href="/server-implementations/drupal">
    How the module maps to FlowDrop concepts, plus execution modes and triggers.
  </Card>

  <Card title="What is a workflow?" icon="diagram-project" href="/concepts/what-is-a-workflow">
    The mental model behind the editor.
  </Card>
</CardGroup>
