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

# Flowker in Lerian Console

> See what the Flowker module in Lerian Console offers — visual canvas editor, provider management, and execution monitoring.

The **Lerian Console** provides a visual interface for designing workflows, managing provider configurations, and inspecting executions.

If you've been following the guides and want to move from API calls to a point-and-click experience, the Console is where that happens.

## What you get

***

The Flowker module in Lerian Console gives you:

* A *visual canvas editor* for designing workflows with drag-and-drop nodes, triggers, conditionals, and connections
* *Provider management* for configuring external integrations directly from the UI
* *Execution monitoring* with real-time status tracking and detailed result inspection

No curl commands required.

## When to use the Console vs. the API

***

The Console calls the same Flowker API for these flows. Choose the visual interface or the API based on your workflow:

| Use the Console when               | Use the API when                          |
| :--------------------------------- | :---------------------------------------- |
| Designing workflows visually       | Automating workflow creation in CI/CD     |
| Configuring provider integrations  | Integrating Flowker into your own tooling |
| Monitoring executions in real time | Triggering workflows programmatically     |
| Inspecting step results            | Building custom dashboards or alerts      |

Most teams use both: the Console for design and monitoring, the API for runtime execution and automation.

## Get started

***

<CardGroup cols={2}>
  <Card title="Flowker module overview" icon="book-open" href="/en/flowker/console/flowker-module">
    Full walkthrough of the Flowker module in Lerian Console — accessing the module, navigating the sidebar, and understanding the available pages.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/en/flowker/console/flowker-dashboard">
    Monitor workflow activity at a glance with stat cards, recent workflows, and execution history.
  </Card>

  <Card title="Managing workflows" icon="diagram-project" href="/en/flowker/console/managing-workflows">
    Create, edit, clone, activate, and delete workflows through the Console interface.
  </Card>

  <Card title="Workflow canvas" icon="objects-column" href="/en/flowker/console/canvas-editor">
    Learn how to use the visual canvas editor — triggers, executor calls, conditionals, and connections.
  </Card>

  <Card title="Managing providers" icon="plug" href="/en/flowker/console/providers-overview">
    Configure and manage the provider integrations used by your workflows.
  </Card>
</CardGroup>

<Note>
  If Flowker is not available in your Console sidebar, ask your platform administrator to check your organisation's Console setup.
</Note>
