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

# What is Kwala?

> Introducing Kwala, the accessibility layer for blockchains

Kwala is a decentralized automation network designed to make blockchains usable, programmable, and accessible for developers and enterprises. It provides the missing infrastructure layer that transforms passive blockchain state changes into active, automated workflows.

Kwala transforms blockchain activity into triggers, workflows, and actions, acting as a decentralized backend for Web3. When an event occurs on-chain, Kwala can execute conditional logic, orchestrate cross-chain operations, and integrate with Web2 systems. Users write workflows in YAML, which are then deployed and executed across distributed Kwala nodes. Each node runs a Kwala Virtual Machine (KVM) that securely processes trigger-based actions, both on-chain and off-chain.

## How Kwala works

Kwala is a workflow automation protocol that serves as:

* A **stateless decentralized automation protocol** that operates without servers or centralized infrastructure.
* A **no-code YAML-driven workflow engine** that makes blockchain automation accessible to any developer and enterprise.
* An **accessibility and abstraction layer** that works across multiple blockchain networks.

Follow this developer journey to get started with Kwala.

### 1. Learn the basics

<CardGroup cols={2}>
  <Card title="Quickstart guide" icon="rocket" href="/getting-started/quickstart">
    Set up your wallet and create your first workflow in minutes.
  </Card>

  <Card title="Core concepts" icon="lightbulb" href="/concepts/yaml-workflow-basics">
    Understand workflows, triggers, actions, and the Kwala architecture.
  </Card>
</CardGroup>

### 2. Build your first workflow

<CardGroup cols={2}>
  <Card title="Explore the Playground" icon="play" href="/workflow-builder/explore-the-playground">
    Try out the Kwala Playground to build workflows visually.
  </Card>

  <Card title="YAML workflow basics" icon="code" href="/concepts/yaml-workflow-basics">
    Learn how to write workflows using YAML syntax.
  </Card>

  <Card title="Working with triggers" icon="bolt" href="/concepts/triggers">
    Configure triggers to start your workflows automatically.
  </Card>

  <Card title="Working with actions" icon="wand-magic-sparkles" href="/concepts/actions">
    Add actions to your workflows to interact with blockchains.
  </Card>
</CardGroup>

### 3. Explore use cases

<CardGroup cols={3}>
  <Card title="Telegram notification automation" icon="bell" href="/use-cases/telegram-notification-automation">
    Monitor and get notified of blockchain events.
  </Card>

  <Card title="Low wallet balance notifier" icon="chart-line" href="/use-cases/low-wallet-balance-notifier">
    Get alerts when wallet balances are low.
  </Card>

  <Card title="Oracle price alert" icon="users" href="/use-cases/oracle-price-alert-notifications">
    Track and get notified of price changes.
  </Card>
</CardGroup>

### 4. Monitor and explore

<CardGroup cols={2}>
  <Card title="Kwala Explorer" icon="magnifying-glass" href="/explorer/overview">
    Explore workflows and monitor executions on the network.
  </Card>

  <Card title="Architecture overview" icon="sitemap" href="/architecture/system-overview">
    Deep dive into Kwala's architecture and security model.
  </Card>
</CardGroup>

## Need help?

<CardGroup cols={2}>
  <Card title="FAQ" icon="circle-question" href="/support/faq">
    Find answers to frequently asked questions.
  </Card>

  <Card title="Community & support" icon="comments" href="/support/community-and-contact">
    Join our community and get support.
  </Card>
</CardGroup>
