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

# Introduction

> FormBharo runs AI voice agents that ask your form questions out loud and save the answers.

FormBharo runs AI voice agents that ask your form questions out loud, listen to the answers, and save them. No typing required from the person on the other end.

Instead of a typed web form, the person fills it in through a real voice conversation, over the browser or a phone call.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube-nocookie.com/embed/oak0_1wKe7A" title="FormBharo demo" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## What you can do with it

<CardGroup cols={2}>
  <Card title="Conditional branching" icon="code-branch" href="/reference/agent-config-schema">
    Skip or show groups of questions based on earlier answers
  </Card>

  <Card title="Field validation" icon="check-double" href="/reference/agent-config-schema">
    Validate phone numbers, date ranges, regex patterns, and custom rules
  </Card>

  <Card title="Multiple question types" icon="list-check" href="/reference/agent-config-schema">
    Text, number, date, boolean, and single/multi-select questions
  </Card>

  <Card title="Call analytics" icon="chart-bar" href="/guides/read-the-analytics">
    Completion rates, latency, and cost breakdowns per agent
  </Card>

  <Card title="Telephony and browser calls" icon="phone">
    Works over the browser or a real phone call (Twilio, Exotel)
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Create your first voice agent in under five minutes
  </Card>

  <Card title="Build an Agent" icon="hammer" href="/guides/build-an-agent">
    Turn a form into a voice agent
  </Card>

  <Card title="Agent Skills" icon="wand-magic-sparkles" href="/agents/skills">
    Teach Claude Code, Cursor, or another AI coding agent to build FormBharo agents for you
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Full reference for every endpoint
  </Card>
</CardGroup>
