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

# User Forms

> User forms define the form layout that you use in the Human Task node.

A user form is an essential part of using the Human Task feature in the workflows.

<Tip>
  Learn more about Human Task [here](/build/workflow/human_task).
</Tip>

## Create User Forms

To create a form, navigate to `User Forms` under **Advanced** section in side menu in the Refold dashboard.

<img height="200" src="https://mintcdn.com/cobalt-55/C3P12YsraPVmMY5N/images/Developer/user_forms.png?fit=max&auto=format&n=C3P12YsraPVmMY5N&q=85&s=da38e0e1149c66a9a74b09474a8195b3" alt="Create User forms in Refold" data-path="images/Developer/user_forms.png" />

Follow these steps to create the form:

<Steps>
  <Step title="Add a form">
    Click on `+Add New Form` button and provide a **Name** and **Description**.
  </Step>

  <Step title="Add Input Fields of the form">
    From the `Input Fields`, click on a type of field to add it to the form.

    Currently forms support 5 types of input: **Text**, **Number**, **Date**, **Dropdown** and **Radio**.
  </Step>

  <Step title="Modify field details">
    Once the fields are added, click on the **pencil** icon beside the field to edit its details.

    <img height="200" src="https://mintcdn.com/cobalt-55/C3P12YsraPVmMY5N/images/Developer/user_forms_field.png?fit=max&auto=format&n=C3P12YsraPVmMY5N&q=85&s=8ee9192b392654a8f626515723e05d12" alt="Create User forms fields in Refold" data-path="images/Developer/user_forms_field.png" />

    <Tip>
      A field marked as `Required` enforces form to be submitted only when that field is in payload.
    </Tip>
  </Step>

  <Step title="Form is ready">
    You can now use the form in the Human Task node for user input.

    <img height="200" src="https://mintcdn.com/cobalt-55/C3P12YsraPVmMY5N/images/Developer/user_form.png?fit=max&auto=format&n=C3P12YsraPVmMY5N&q=85&s=bb6616a0d7a3def231f941d78a7b7904" alt="Create User form in Refold" data-path="images/Developer/user_form.png" />
  </Step>
</Steps>

You can create multiple forms in Refold and use them in workflows as per your requirement.
