> 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/components/actions/contextual-toolbar.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://design.mirakl.com/design/components/actions/contextual-toolbar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
