# Contextual Toolbar

<figure><img src="/files/B5BKQVs2KPsDfh7xWaHO" alt=""><figcaption><p>Illustration of a contextual toolbar</p></figcaption></figure>

The **Contextual Toolbar** is a versatile component designed to let users managing the context of data on a page efficiently.&#x20;

Integrating [pickers](/design/components/form/pickers.md) and filters, it provides users a granular control over the displayed information and transform a single page into a dynamic interface.&#x20;

## When to use

Contextual Toolbar is useful for interface displaying multiple data, such as dashboards or complex DataTables or DataLists.&#x20;

It differs from simple filters as it enables the display of the same items but with different data attached, depending on the context.&#x20;

Below is an example of how the same DataTable with and without a Contextual Toolbar. The use of the toolbar enhances readability by eliminating a column (channel) and concatenating multiple rows (items).

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

## How to use ?

Contextual Toolbar is a versatile component. From a technical point of view, it can be used freely : at a page level, in a panel or in a card.

When used alongside a DataTable or DataList with integrated toolbars, the Contextual Toolbar should avoid replicating identical filters, maintaining separate functionalities.


---

# 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/actions/contextual-toolbar.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.
