# Manual / Form

## Overview

Collects input from users directly in the web app (as a form) or via API from 3rd party sources.

When you provide data inputs required for the workflow to get started (both field names and field types), this block automatically generates a form for the users, that is displayed in the "Input" part.

![](https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2Fs6guS8xVSmrRiWNrQrUO%2Fimage.png?alt=media\&token=da641acd-273b-4fcf-af3e-cd3daeea4453)

## How to setup

Provide the next info:

1. Form title
2. Form description (markdown allowed)
3. Data fields to display in the form (or get using integrations)

{% @arcade/embed flowId="eGxmeEp1SZzVCk4EMJ4J" url="<https://app.arcade.software/share/eGxmeEp1SZzVCk4EMJ4J>" %}

## Inputs and outputs

<table><thead><tr><th width="188">Input</th><th width="163.33333333333331">Output</th><th>Output Description</th></tr></thead><tbody><tr><td>Manual</td><td>Any Text</td><td>Sends texts from users to the workflow</td></tr><tr><td></td><td>Any URL</td><td>Sends URLs from users to the workflow</td></tr><tr><td></td><td>PDF file</td><td>Sends PDF files from users to the workflow</td></tr><tr><td></td><td>TXT file</td><td>Sends TXT files from users to the workflow</td></tr></tbody></table>

## Additional Settings

None


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drafter.ai/building-blocks/inputs/manual-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
