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

# Getting Started

> A fast, friendly intro to Kadabra that gets you building in minutes

# Welcome to Kadabra

Kadabra is your AI assistant for automation. Describe what you want in plain English and Kadabra helps you plan, build, and run it.

<Card title="Why Kadabra?" icon="sparkles">
  *No code,\
  Plain English,\
  Visual Canvas.*\
  Build automations faster by combining AI reasoning with clear, visual steps.
</Card>

***

## Meet the Canvas

The **Canvas** is your visual workspace. You design logic by connecting blocks and you can ask the Agent to set things up for you.

<CardGroup cols="2">
  <Card title="Blocks and lines" icon="puzzle">
    Nodes are the steps. Lines show how data moves. That is the whole mental model.
  </Card>

  <Card title="Live previews" icon="eye">
    See inputs and outputs at every step so you can debug fast.
  </Card>
</CardGroup>

<Frame>
  <img src="https://mintcdn.com/kadabra/cJCvbUWzUiBid-vp/Screenshot2025-10-11at9.55.22.png?fit=max&auto=format&n=cJCvbUWzUiBid-vp&q=85&s=d3da7beae9bb7658d15cb7ee9ceebab4" alt="Visual canvas showing nodes and connections" width="2632" height="1714" data-path="Screenshot2025-10-11at9.55.22.png" />
</Frame>

***

## Say hi to Kadabra Agent

The **Kadabra Agent** understands what you want to build, checks prerequisites, proposes a plan, and can place nodes on the Canvas for you.

<CardGroup cols="3">
  <Card title="Understands your intent" icon="1">
    Describe your goal. The Agent turns it into a build plan.
  </Card>

  <Card title="Checks prerequisites" icon="2">
    If you need a sheet, a form, or a credential, the Agent tells you first.
  </Card>

  <Card title="Builds on the Canvas" icon="3">
    Places and connects nodes so you start from a working draft, not a blank page.
  </Card>
</CardGroup>

<Tip>
  Try: **Create a daily Slack summary from new support tickets.**
</Tip>

<Frame>
  <img src="https://mintcdn.com/kadabra/4r0SZCtKpyaNrrgg/images/Screenshot2025-10-11at10.05.33.png?fit=max&auto=format&n=4r0SZCtKpyaNrrgg&q=85&s=5784762873aec20ff8c2d34a927a72fc" alt="Agent building on the canvas" style={{ width:"45%" }} width="1054" height="1284" data-path="images/Screenshot2025-10-11at10.05.33.png" />
</Frame>

***

## What can you build

<CardGroup cols="2">
  <Card title="Daily Slack summary" icon="message-bot">
    Digest new tickets, issues, or mentions and post one clean summary.
  </Card>

  <Card title="Smart spreadsheet sync" icon="file-text">
    New row in Sheets - AI summary - post to Slack or update a CRM.
  </Card>

  <Card title="Notion to Sheets" icon="database">
    Mirror new Notion records into a Sheet for analysis.
  </Card>

  <Card title="Content helper" icon="edit">
    Turn links in a sheet into ready to post captions.
  </Card>
</CardGroup>

and wayyyyyy many more...

***

## Your first win in 3 steps

<Steps>
  <Step title="Describe it">
    Example: **When a row is added in Google Sheets, summarize it and post to Slack.**
  </Step>

  <Step title="Let the Agent build">
    The Agent proposes nodes, adds the trigger, and wires Slack.
  </Step>

  <Step title="Test and publish">
    Run once, check previews, then publish so it runs automatically.
  </Step>
</Steps>

<Info>
  Flows save automatically. You can share them with teammates or clone them as templates.
</Info>

## Where to go next?

<Card title="Build your first AI Automation" icon="sparkles" href="introduction/build-with-agent.mdx">
  A focused guide to creating an Agent that plans and edits on the Canvas.
</Card>

<CardGroup cols={3}>
  <Card title="Core Concepts" icon="cog" href="/introduction/core-concepts">
    Learn the deeper mental model: Flows, Agentic vs Deterministic, Canvas, Interface, Triggers, Credits.
  </Card>

  <Card title="How to Guides" icon="hammer" href="/guides">
    Step by step tutorials like Set a Trigger, Connect Apps, Build a Workflow, Publish, Use Interface.
  </Card>

  <Card title="FAQ" icon="question" href="/introduction/faq">
    Get a short answers to common questions about usage, billing, limits and general ops.
  </Card>
</CardGroup>
