## Text Input

Text information is entered in the corresponding fields.

![Text input field](images/image117.png)

| № | Element | Description |
|---|---------|-------------|
| **1** | Parameter name | Label of the input field |
| **2** | Input field | Area for entering text |
| **3** | Input cursor | Position for character entry |
| **4** | Error indication | Red border for an incorrect or invalid value |

### Text input procedure

1. **Position the cursor** in the input field
2. **Enter** the corresponding value
3. **Confirm** by pressing **Enter** or navigate to the next input field

### Input validation

Some fields provide **input correctness validation**. When an invalid value is entered, the field is highlighted with a **red border**.

```{important}
A red border indicates incorrect or invalid data.
```
