# General Properties

In the ***General*** section, you will find the properties common to all elements, which we reviewed earlier. You can revisit their functions below:

* ***Label:*** allows you to set the name that the end user will see when accessing the form.
* ***Size:*** defines the width of the field. As we saw earlier, the default measurement is 12 units, which are proportional and imply that the field occupies 100% of the column it is in.
* ***Required:*** specifies whether the field is mandatory *(True)* or not *(False)*.

Static elements like ***Text*** or ***Image*** retain the first two properties but cannot be configured as required since this parameter only applies to input fields where users enter data.

<figure><img src="/files/G7X1Z54fKhN4VH3I86AB" alt=""><figcaption><p>Differences between the properties of an input field and a static element</p></figcaption></figure>


---

# 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/property-assignment/general-properties.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.
