# Form

### Forms at Mirakl <a href="#id-594a74" id="id-594a74"></a>

Forms represent a great deal in Mirakl's products. Our users encounter forms in various situations: to fill in information, to manage settings, or to create objects...

As a recurring pattern in our products, we aim to provide a consistent form experience. To do so, we described in this section each form component guideline.

Learn more about [form behavior](/design/patterns/forms.md) (save/cancel behavior, error management, ...) in our [Patterns section](broken://pages/vu7c3Prmeh2lyI38WJAo).

***

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Fields</strong></td><td>Fields allow users to enter an input. They will provide answers we cannot foresee unlike pickers.</td><td></td><td><a href="/pages/ARd3cpbXfcBRil2jZZWa">/pages/ARd3cpbXfcBRil2jZZWa</a></td><td><a href="/files/LJWP9GL5gSExS2C75A0Y">/files/LJWP9GL5gSExS2C75A0Y</a></td></tr><tr><td><strong>Pickers</strong></td><td>Pickers allow users to select content from a set of values, usually presented in a list or dropdown menu.</td><td></td><td><a href="/pages/OWlRuwKZ6Cmy32CK3gLV">/pages/OWlRuwKZ6Cmy32CK3gLV</a></td><td><a href="/files/aEMRN7Vu6dWNM3KAG8ET">/files/aEMRN7Vu6dWNM3KAG8ET</a></td></tr><tr><td><strong>Selection controls</strong></td><td>Selection controls are specific components to let users control different kinds of options, settings, or situations.</td><td></td><td><a href="/pages/zx7aZ4AQUpzte84uERxu">/pages/zx7aZ4AQUpzte84uERxu</a></td><td><a href="/files/EqQR5WHDhI3lxSVLCuOa">/files/EqQR5WHDhI3lxSVLCuOa</a></td></tr><tr><td><strong>Tree</strong></td><td>A tree helps showcase data in a hierarchical way, either for selection or navigation.</td><td></td><td><a href="/pages/DwVDFnpsWcJcVhhVRPcL">/pages/DwVDFnpsWcJcVhhVRPcL</a></td><td><a href="/files/h3UJgWVcoz88YO4f7v76">/files/h3UJgWVcoz88YO4f7v76</a></td></tr></tbody></table>


---

# 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://design.mirakl.com/design/components/form.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.
