# Forms

Forms in **Eximee Designer** constitute a basic element of a business application and are used to create a user interface in which data is entered, presented, and passed on to processes and services.

Form design includes adding the necessary components - [basic](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi.md), [complex](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/komponenty-rozszerzone/komponenty-zlozone.md) and other elements used in the application. Design work is carried out in the [**Application**](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza.md), while the form structure (steps and pages) is managed in the [**Steps**](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/kroki-i-strony-formularza.md).

Additional editing areas are:

* **Translations** – defining content in multiple languages,
* **Data model** – mapping form fields to process data,
* **Properties** – configuring save, appearance and flows, input and output services,
* **Source** – previewing the form definition in XML format,
* **Audit** – previewing violations detected on the form, including compliance with WCAG requirements.


---

# 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.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze.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.
