# Clickable Panel

<figure><img src="/files/6bRPQuG916LK8yi9DVv4" alt=""><figcaption></figcaption></figure>

## Overview

Clickable panels are used to display information in a clickable zone. Clickable panels are composed of a background icon and a title and can have a subtext and/or a tooltip (optional), and an arrow icon (optional and overridable). Icon background, title, and subtext have their own loading strategy.

## Guidelines

A clickable panel can either trigger a redirection (navigating to another page, opening a URL) or an action (opening a modal, requesting an API).

{% hint style="info" %}
A clickable panel cannot be used within another panel and cannot contain any child component.
{% endhint %}

## Content

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

Both title and subtext must be as concise as possible and indicate clearly where the user will land or what they will be asked to do when clicking the panel.


---

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