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

> Manage workflows visually through the Lerian Console — design, execute, monitor, and audit without writing API calls.

Everything you can do with the Flowker API, you can also do through the **Lerian Console** — a visual interface for managing workflows, providers, executions, and audit trails.

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 and testing external integrations directly from the UI
* *Execution monitoring* with real-time status tracking and detailed result inspection
* A searchable *audit trail* for compliance and troubleshooting

No curl commands required.

## When to use the Console vs. the API

***

Both paths lead to the same result — the Console talks to the same Flowker API under the hood. Choose based on your workflow:

| Use the Console when               | Use the API when                          |
| :--------------------------------- | :---------------------------------------- |
| Designing workflows visually       | Automating workflow creation in CI/CD     |
| Testing provider configurations    | Integrating Flowker into your own tooling |
| Monitoring executions in real time | Triggering workflows programmatically     |
| Reviewing audit events             | 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/platform/lerian-console/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/platform/lerian-console/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/platform/lerian-console/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/platform/lerian-console/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/platform/lerian-console/flowker-console/providers-overview">
    Configure, test, and manage provider integrations used by your workflows.
  </Card>

  <Card title="Audit trail" icon="file-lines" href="/en/platform/lerian-console/flowker-console/audit-trail-overview">
    Review a chronological record of all actions taken within the Flowker module.
  </Card>
</CardGroup>

<Note>
  Flowker in Lerian Console requires a Flowker product subscription. [Contact our team](https://lerian.studio/contact) to get access.
</Note>
