# Panel tabs

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

## Overview

Panel tabs allow switching between different but related content. They're very useful when you need to declutter your interface and make it scannable.

{% hint style="info" %}
**Panel tabs vs Page navigation**

Content update:&#x20;

* Page navigation influences the whole page content
* Panel tabs influence the panel content

Theme consistency:

* Page navigation items don't share any common theme
* Panel tab items share a common theme
  {% endhint %}

## Guidelines

Panel tabs should be used:

* As a quick filter in a [`Datatable`](/design/components/datatable.md) or [`Datalist`](/design/components/datalist.md) context (All orders + Orders in progress)
* As a way to declutter a panel

Panel tabs should not be used:

* For a completion path (use [Stepper](/design/patterns/forms/stepper-form.md) instead)
* For any kind of navigation

Each panel tab can have a specific URL. This is helpful when you have different versions of the same datatable within each tab (with other filters, sorting, or pagination, for example).

Panel tabs always have at least 2 items.

## Content

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

Labels must be as concise and precise, with no more than 2 words.

<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/panel-tabs.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.
