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

# Introduction

> whatabot is a visual flow builder for creating WhatsApp conversational experiences without code.

## Welcome to whatabot

whatabot lets you design, build, and deploy intelligent WhatsApp chatbots using a visual drag-and-drop editor. Connect nodes, define logic, integrate with external APIs, and launch conversational flows — all without writing a single line of code.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/en/get-started/quickstart">
    Create and publish your first flow in minutes.
  </Card>

  <Card title="Key Concepts" icon="lightbulb" href="/en/get-started/concepts">
    Understand flows, nodes, variables, and sessions.
  </Card>

  <Card title="Flow Editor" icon="pen-to-square" href="/en/editor/overview">
    Learn how to use the visual flow builder.
  </Card>

  <Card title="API Reference" icon="code" href="/en/api-reference/overview">
    Integrate whatabot into your systems via REST API.
  </Card>
</CardGroup>

## What can you build?

whatabot supports a wide range of conversational experiences:

* **Customer support** — Route users through menus, collect information, and transfer to human agents
* **Sales funnels** — Qualify leads with interactive buttons and lists, then hand off to your sales team
* **Order tracking** — Call external APIs to fetch order status and display it in the conversation
* **Appointment scheduling** — Collect date, time, and contact info through a guided flow
* **Payment collection** — Generate PIX payment codes directly in the conversation
* **AI-powered conversations** — Delegate to OpenAI agents for natural language interactions

## Platform overview

<CardGroup cols={3}>
  <Card title="18+ Node Types" icon="shapes">
    Messages, buttons, lists, conditions, API calls, AI agents, and more.
  </Card>

  <Card title="Visual Editor" icon="diagram-project">
    Drag-and-drop interface with real-time validation.
  </Card>

  <Card title="Variables" icon="database">
    Capture user input, store API responses, and use them across your flow.
  </Card>

  <Card title="Multi-workspace" icon="building">
    Organize flows by workspace with role-based access control.
  </Card>

  <Card title="Embeddable" icon="window-maximize">
    Embed the flow editor in your own app via iframe.
  </Card>
</CardGroup>
