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

# Introduction

> Welcome to GeniusForms - AI-powered form builder

# Welcome to GeniusForms

GeniusForms is an AI-powered form builder that lets you create professional forms in seconds using natural language prompts.

<CardGroup cols={3}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your API key and create your first form in 5 minutes
  </Card>

  <Card title="Pricing & Credits" icon="coins" href="/pricing">
    Free tier included — see plans and credit costs
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints
  </Card>
</CardGroup>

## What can you do with GeniusForms?

<AccordionGroup>
  <Accordion title="Generate forms with AI">
    Describe what you need in plain English, and our AI will create a complete form with the right question types, validation, and structure.

    ```bash theme={null}
    curl -X POST https://geniusforms.ai/api/v1/forms/generate \
      -H "X-API-Key: YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{"prompt": "Create a customer satisfaction survey for a restaurant"}'
    ```
  </Accordion>

  <Accordion title="Create forms programmatically">
    Build forms with full control over every question, validation rule, and display option.
  </Accordion>

  <Accordion title="Collect and analyze responses">
    Retrieve form submissions via API with pagination and filtering support.
  </Accordion>
</AccordionGroup>

## Key Features

* **AI Form Generation** - Describe your form in natural language
* **15+ Question Types** - Text, email, rating, slider, file upload, and more
* **Multi-step Forms** - Break long forms into digestible steps
* **Publish Control** - Publish/unpublish forms instantly
* **Response Analytics** - AI-powered insights on form submissions
* **Credit-Based Pricing** - 50 free AI credits/month, CRUD operations always free

## Getting Help

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:support@geniusforms.ai">
    [support@geniusforms.ai](mailto:support@geniusforms.ai)
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://geniusforms.ai/dashboard">
    Manage your forms and API keys
  </Card>
</CardGroup>
