# Form Design

- [Quick Start](https://docs.rpaconnect.io/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://docs.rpaconnect.io/en-us/form-design/readme/login-to-rpa-connect.md)
- [Creating a Form](https://docs.rpaconnect.io/en-us/form-design/readme/creating-a-form.md)
- [Workspace Environment](https://docs.rpaconnect.io/en-us/form-design/readme/workspace-environment.md)
- [Designing a Basic Form](https://docs.rpaconnect.io/en-us/form-design/readme/designing-a-basic-form.md)
- [Property Assignment](https://docs.rpaconnect.io/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://docs.rpaconnect.io/en-us/form-design/property-assignment/general-properties.md)
- [Appearance](https://docs.rpaconnect.io/en-us/form-design/property-assignment/appearance.md)
- [Validations](https://docs.rpaconnect.io/en-us/form-design/property-assignment/validations.md)
- [Advanced Validations](https://docs.rpaconnect.io/en-us/form-design/property-assignment/validations/advanced-validations.md)
- [Behavior](https://docs.rpaconnect.io/en-us/form-design/property-assignment/behavior.md)
- [Advanced Behaviors](https://docs.rpaconnect.io/en-us/form-design/property-assignment/behavior/advanced-behaviors.md)
- [Comprehensive Form Development](https://docs.rpaconnect.io/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://docs.rpaconnect.io/en-us/form-design/comprehensive-form-development/text-and-numeric-fields.md)
- [Date and Time Fields](https://docs.rpaconnect.io/en-us/form-design/comprehensive-form-development/date-and-time-fields.md)
- [Option Selection Fields](https://docs.rpaconnect.io/en-us/form-design/comprehensive-form-development/option-selection-fields.md)
- [Other Input Fields](https://docs.rpaconnect.io/en-us/form-design/comprehensive-form-development/other-dynamic-fields.md)
- [Tables](https://docs.rpaconnect.io/en-us/form-design/comprehensive-form-development/tables.md)
- [Using Common Resources](https://docs.rpaconnect.io/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://docs.rpaconnect.io/en-us/form-design/using-common-resources/resource-upload.md)
- [Resource Utilization](https://docs.rpaconnect.io/en-us/form-design/using-common-resources/resource-utilization.md)
- [Workflow Configuration](https://docs.rpaconnect.io/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://docs.rpaconnect.io/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: 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.rpaconnect.io/en-us/form-design.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.
