> For the complete documentation index, see [llms.txt](https://design.mirakl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://design.mirakl.com/design/patterns.md).

# Patterns

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Advanced selection</strong></td><td>Allows users to make an informed selection of items with an editable restitution of data.</td><td></td><td><a href="/files/Gfx4UBlZWSzZHWpexLKv">/files/Gfx4UBlZWSzZHWpexLKv</a></td><td><a href="/pages/xhGb9dEEZcjFmjfeYcW0">/pages/xhGb9dEEZcjFmjfeYcW0</a></td></tr><tr><td></td><td><strong>Configure options</strong></td><td>Simplify user choices in configuring their settings.</td><td><a href="/files/YePZ1FSiwuOO2aTQqGrh">/files/YePZ1FSiwuOO2aTQqGrh</a></td><td><a href="/pages/nmlL2BXQH84kGEFFy0NX">/pages/nmlL2BXQH84kGEFFy0NX</a></td></tr><tr><td><strong>Deletion</strong></td><td>Protect users from unintended consequences</td><td></td><td><a href="/files/1S10X8nM1kLfydPoHL3K">/files/1S10X8nM1kLfydPoHL3K</a></td><td><a href="/pages/U1VADldGsqLGoX00SPIY">/pages/U1VADldGsqLGoX00SPIY</a></td></tr><tr><td><strong>Displaying data</strong></td><td>Datalist or datatable, that is the question.</td><td></td><td><a href="/files/MPTNq2h1EQ6bIFI3f6L9">/files/MPTNq2h1EQ6bIFI3f6L9</a></td><td><a href="/pages/uVgyzRPIZKbj70KXzr2m">/pages/uVgyzRPIZKbj70KXzr2m</a></td></tr><tr><td></td><td><strong>Displaying History</strong></td><td>Tracking changes and progression over time.</td><td><a href="/files/mtHk7dX8aAcVwU2Hdwst">/files/mtHk7dX8aAcVwU2Hdwst</a></td><td><a href="/pages/xIOb7lJTMXqRGkEdHIri">/pages/xIOb7lJTMXqRGkEdHIri</a></td></tr><tr><td><strong>Errors</strong></td><td>Allows users to fix problems themselves through thoughtful messaging.</td><td></td><td><a href="/files/ecoN0J1Rkg1HIPN6H3Pz">/files/ecoN0J1Rkg1HIPN6H3Pz</a></td><td><a href="/pages/WhWz5ZF9v9CcKCGVmvqz">/pages/WhWz5ZF9v9CcKCGVmvqz</a></td></tr><tr><td><strong>Forms</strong></td><td>Allows users to submit or edit information.</td><td></td><td><a href="/files/oFcLbuxFpEobE1BFoAYE">/files/oFcLbuxFpEobE1BFoAYE</a></td><td><a href="/pages/SH13N3GpOm3i4sFxBPOx">/pages/SH13N3GpOm3i4sFxBPOx</a></td></tr><tr><td><strong>Loading</strong></td><td>Reduces load time frustration and makes the page feel more responsive.</td><td></td><td><a href="/files/llj9e4ciGz6SihPgfWy1">/files/llj9e4ciGz6SihPgfWy1</a></td><td><a href="/pages/m8lIsokZHe84pcwrjcxg">/pages/m8lIsokZHe84pcwrjcxg</a></td></tr><tr><td></td><td><strong>Progressive disclosure</strong></td><td>Reveal gradually information to minimize cognitive load for a more intuitive design experience.</td><td><a href="/files/5JIInZrNC9QfZjGjkaqb">/files/5JIInZrNC9QfZjGjkaqb</a></td><td><a href="/pages/KKcgJCnWL1J1YZHtGKWw">/pages/KKcgJCnWL1J1YZHtGKWw</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/patterns.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.
