---
title: Auto Form
description: Automatically generate a form from Zod schema.
primitive: https://vee-validate.logaretm.com/v4/guide/overview/
---
### Basic
### Input Without Label
This example shows how to use AutoForm input without label.
### Sub Object
Automatically generate a form from a Zod schema.
### Controlled
This example shows how to use AutoForm in a controlled way.
### Confirm Password
Refined schema to validate that two fields match.
### Array support
You can use arrays in your schemas to create dynamic forms.
### Dependencies
Create dependencies between fields.