> 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.md).

# Form Design

- [Quick Start](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme.md): Discover the most important aspects of RPA Connect, from logging in to designing a basic form.
- [Login to RPA Connect](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme/login-to-rpa-connect.md)
- [Creating a Form](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme/creating-a-form.md)
- [Workspace Environment](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme/workspace-environment.md)
- [Designing a Basic Form](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/readme/designing-a-basic-form.md)
- [Property Assignment](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment.md): Learn about the main properties you can assign to your form elements to make data entry and management more effective.
- [General Properties](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment/general-properties.md)
- [Appearance](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment/appearance.md)
- [Validations](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment/validations.md)
- [Advanced Validations](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment/validations/advanced-validations.md)
- [Behavior](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment/behavior.md)
- [Advanced Behaviors](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/property-assignment/behavior/advanced-behaviors.md)
- [Comprehensive Form Development](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/comprehensive-form-development.md): Dive into the features and functions of different field types to make your forms more dynamic and efficient.
- [Text and Numeric Fields](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/comprehensive-form-development/text-and-numeric-fields.md)
- [Date and Time Fields](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/comprehensive-form-development/date-and-time-fields.md)
- [Option Selection Fields](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/comprehensive-form-development/option-selection-fields.md)
- [Other Input Fields](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/comprehensive-form-development/other-dynamic-fields.md)
- [Tables](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/comprehensive-form-development/tables.md)
- [Using Common Resources](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/using-common-resources.md): Learn how to upload files to your RPA Connect resource library to reuse them across multiple form instances, optimizing your time management and work organization.
- [Resource Upload](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/using-common-resources/resource-upload.md)
- [Resource Utilization](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/using-common-resources/resource-utilization.md)
- [Workflow Configuration](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/workflow-configuration.md): Learn how to organize your forms as stages within a journey, creating a series of steps to receive precise and organized information at each phase of a process.
- [Advanced Options](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/advanced-options.md): Use the options tab to set additional configurations for the form's features, such as the confirmation message displayed when a form is successfully submitted.


---

# 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.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.
