# UseFieldArrayConfig

> This document is the Markdown version of [formisch.dev/qwik/api/UseFieldArrayConfig/](https://formisch.dev/qwik/api/UseFieldArrayConfig/). For the complete documentation index, see [llms.txt](https://formisch.dev/llms.txt).

Configuration object for creating a field array store with [`useFieldArray`](/qwik/api/useFieldArray.md).

## Generics

- `TSchema` `extends FormSchema = FormSchema`
- `TFieldArrayPath` `extends RequiredPath = RequiredPath`

## Definition

- `UseFieldArrayConfig`
  - `path` `ValidArrayPath<v.InferInput<TSchema>, TFieldArrayPath>`
