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

# Quickstart

> Create your first Airtable form in under 5 minutes.

## Prerequisites

* An [Airtable](https://airtable.com) account with at least one base
* A [Filla](https://app.filla.io) account

## 1. Connect Airtable

After signing up, you'll be prompted to connect your Airtable account. Click **Connect Airtable** and authorize Filla to access your bases.

<Info>
  Filla uses OAuth to connect. You can revoke access at any time from your Airtable account settings.
</Info>

## 2. Create a workspace

Your workspace is where all your forms and tools live. Give it a name (usually your team or company name) and select the Airtable base you want to work with.

## 3. Build your first form

1. Click **New Form** in the sidebar
2. Select the table you want to collect data into
3. Drag fields from the field palette onto your form canvas
4. Configure field labels, descriptions, and validation rules
5. Click **Share** to get your form link

## 4. Test it out

Open your form link in a new tab, fill it out, and submit. Check your Airtable table. The new record should appear immediately.

## Next steps

<CardGroup cols={2}>
  <Card title="Field types" icon="input-text" href="/docs/fields/text-fields">
    Learn about all supported Airtable field types and how they render on forms.
  </Card>

  <Card title="Conditional logic" icon="code-branch" href="/docs/logic/display-conditions">
    Show or hide fields and pages based on respondent answers.
  </Card>

  <Card title="Processor tools" icon="gears" href="/docs/tools/overview">
    Transform your Airtable data in bulk with 18 built-in tools.
  </Card>

  <Card title="On-submit automations" icon="bolt" href="/docs/automations/overview">
    Set up emails, notifications, and webhooks that fire when a form is submitted.
  </Card>
</CardGroup>
