> For the complete documentation index, see [llms.txt](https://rpa-connect.gitbook.io/rpa-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme/creating-a-form.md).

# Creating a Form

RPA Connect allows you to create forms in an intuitive and dynamic way. To get started, click the ***New*** button in the upper-right corner of the screen.

<figure><img src="/files/dtjaumcfJN1SLWZp8nTX" alt=""><figcaption><p>"New" Button</p></figcaption></figure>

A pop-up window will appear where you can fill in the basic details of the form:

<figure><img src="/files/QMNW4PkzSu0AINcjkVJO" alt=""><figcaption><p>New Form Window</p></figcaption></figure>

For now, we will focus on the first three fields:

<table><thead><tr><th width="147">Field</th><th>Usage</th></tr></thead><tbody><tr><td>Name</td><td>The name of the form, which will be displayed in the workspace. It is recommended to choose a name that can be easily identified later.</td></tr><tr><td>Description</td><td>A basic description of the form, providing more information about its purpose or utility.</td></tr><tr><td>Workspace</td><td>The workspace where the form will be saved, which for this initial creation will be set to "Default".</td></tr></tbody></table>

Once you have completed the fields, click the ***Create*** button to save the entered information and generate the new form.

{% embed url="<https://www.youtube.com/watch?v=SxDMnn3NbnY>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme/creating-a-form.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
