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

# FormFlows.ai Docs

> Build, deploy, and automate intelligent forms — powered by AI.

Welcome to FormFlows.ai. Build smart forms in minutes, automate what happens next, and connect your data to the tools you already use.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Create your first form and collect submissions in under 5 minutes.
  </Card>

  <Card title="Build a Form" icon="wpforms" href="/guides/create-form">
    Explore the drag-and-drop form builder and all available field types.
  </Card>

  <Card title="Automate Workflows" icon="diagram-project" href="/guides/workflow-builder">
    Trigger actions automatically when submissions arrive.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate FormFlows.ai into your product with the REST API.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Create your account">
    Sign up at [app.formflows.ai](https://app.formflows.ai/signup) — no credit card required for the free tier.
  </Step>

  <Step title="Build your first form">
    Use the visual form builder or ask AI to generate a form from a prompt. Add fields, apply conditional logic, and preview in real time.
  </Step>

  <Step title="Publish and share">
    Embed your form on any website, share a direct link, or call the API to submit responses programmatically.
  </Step>

  <Step title="Automate the follow-up">
    Connect workflows to send emails, post to Slack, update a spreadsheet, or call any webhook whenever a submission arrives.
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={3}>
  <Card title="Account Setup" icon="user" href="/account-setup">
    Configure your team, billing, and notification preferences.
  </Card>

  <Card title="Field Types" icon="list-check" href="/guides/field-types">
    Text, dropdowns, file uploads, signatures, and more.
  </Card>

  <Card title="Conditional Logic" icon="code-branch" href="/guides/conditional-logic">
    Show or hide fields based on previous answers.
  </Card>

  <Card title="Integrations" icon="plug" href="/guides/integrations">
    Connect to Zapier, Slack, Google Sheets, and other tools.
  </Card>

  <Card title="Embed" icon="window-restore" href="/guides/embed">
    Add your form to any webpage with one line of code.
  </Card>

  <Card title="Access Control" icon="lock" href="/guides/access-control">
    Restrict who can view or submit your forms.
  </Card>
</CardGroup>
