# Expandable Panel

<figure><img src="/files/JbxezEeW48GkzQjOwT8W" alt=""><figcaption></figcaption></figure>

## Overview

Expandable panels are used to lighten the user's cognitive load by hiding extra information yet showcasing the type of information that is displayed.

Expandable panels are composed of a title and a toggle icon (mandatory).

## Guidelines

Do not display critical information within an expandable panel.

Do not use within a form, as the user will not see any mandatory fields that might be hidden in the panel.

## Content

Expandable panel content should follow our [content guidelines](/content/writing-for-mirakl.md).&#x20;

Focus on making the title as clear as possible.

<br>


---

# 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/structure/panel/expandable-panel.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.
