> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/streamly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/streamly/reference/streams/modify/form-builder.md).

# Form builder

### To modify a [Request](/streamly/concepts/request.md) form for a [Stream](/streamly/concepts/stream.md), select :clipboard:`Form builder` from the overflow menu (<img src="/files/-M9jiC-hBUmQLo6YZeMn" alt="" data-size="line">) in the **`Streams`** section of the app home.

{% hint style="info" %}
The `Current request form` is shown at the top of the modal.
{% endhint %}

#### Start by choosing a field from the select menu across from the `1)` under `New request form`.

{% hint style="info" %}
Use the :seedling:`Clone current form` button to start from the current **Request** form.

You can remove the most recently added field using the :x: `Step back` button.
{% endhint %}

{% hint style="warning" %}
Request forms can have a maximum of **11** fields.
{% endhint %}

#### Changes to your request form are applied immediately and may apply in integrated components ([**Sheets**](/streamly/reference/integrations/tools/smartsheet.md)).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://happybara.gitbook.io/streamly/reference/streams/modify/form-builder.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.
