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

# Introduction

> Welcome to LyznFlow - The Intelligent Workflow Automation Engine

# Introduction to LyznFlow

LyznFlow is a powerful, extensible workflow automation engine designed to build intelligent agents and complex automation logic. It combines visual drag-and-drop ease with the power of code and AI.

## core Concepts

### Workflows

Workflows are directed graphs where data flows between nodes. Each workflow represents a distinct process or agent capability.

### Nodes

Nodes are the building blocks of LyznFlow. There are several typse:

* **Triggers**: Start the execution (e.g., Webhook, Schedule, Chat).
* **Logic**: Control flow (e.g., If, Loop, Switch).
* **Actions**: Perform tasks (e.g., HTTP Request, Database, Email).
* **AI**: Intelligent processing (e.g., AI Agent, Image Generation).

### AI Agents

LyznFlow features "Agentic AI" capabilities. An **AI Agent Node** can reason about tasks and autonomously call **Tool Nodes** to achieve objectives.

## For Developers

LyznFlow is built for extensibility. You can creating custom nodes in Go (backend) and React (frontend).

### Key Features

* **Visual Editor**: Intuitive canvas for building flows.
* **Real-time Execution**: Watch workflows run step-by-step.
* **Extensible Registry**: Add custom integrations easily.
* **Hybrid Execution**: Run locally or in the cloud.

## Getting Started

Explore the documentation to learn about available nodes and how to build your first intelligent agent.
