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

> Design visual workflows, configure provider integrations, run automated processes, and monitor executions through the Flowker module.

**Flowker** is a product module within the Lerian Console that provides workflow automation capabilities. It lets you design visual workflows, configure provider integrations, execute automated processes, and monitor execution history — all through a visual interface.

This section walks you through how to use the Console to create, edit, and manage workflows, configure providers, monitor executions, and review audit trail events.

<Warning>
  Flowker is only available if you've acquired the Flowker product. Want access? [Get in touch with our team](https://lerian.studio/contact) to learn more.
</Warning>

## Accessing Flowker

***

To access Flowker, select it from the product launcher in Lerian Console.

## Dashboard

***

The **Dashboard** page provides an at-a-glance overview of your workflow activity. Use it to monitor key metrics, review recent workflows, and track recent executions.

<Card title="Flowker Dashboard" icon="chart-line" href="/en/platform/lerian-console/flowker-console/flowker-dashboard">
  See a detailed walkthrough of the Dashboard page, including stat cards, recent workflows, and recent executions.
</Card>

## Sidebar

***

The left sidebar allows you to navigate between Flowker pages: **Dashboard**, **Workflows**, **Executions**, **Providers**, and **Audit Trail**.

You can switch between organizations using the **Organization Switcher** at the top of the sidebar.

You can also return to the product launcher by clicking **Back to products** at the bottom of the sidebar.

## Available pages

***

### Workflows

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Workflows" icon="diagram-project" href="/en/platform/lerian-console/flowker-console/workflows-overview">
      Create, edit, and manage automated workflows using a visual canvas editor with configurable nodes and connections.
    </Card>

    <Card title="Workflow Canvas" icon="objects-column" href="/en/platform/lerian-console/flowker-console/canvas-editor">
      Learn about the visual canvas editor and its node types: triggers, actions (executor calls), and conditionals.
    </Card>
  </Columns>
</div>

### Executions

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Executions" icon="play" href="/en/platform/lerian-console/flowker-console/executions-overview">
      View and monitor the execution history of your workflows, including status tracking and detailed results.
    </Card>
  </Columns>
</div>

### Providers

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Providers" icon="plug" href="/en/platform/lerian-console/flowker-console/providers-overview">
      Configure and manage provider integrations used by your workflows to connect to external services.
    </Card>
  </Columns>
</div>

### Audit Trail

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Audit Trail" icon="file-lines" href="/en/platform/lerian-console/flowker-console/audit-trail-overview">
      View a chronological record of all actions taken within the Flowker module for compliance and troubleshooting.
    </Card>
  </Columns>
</div>
