# Tooltip Tab

The Advanced Tooltip Function is a powerful and versatile feature designed to augment your SuperTables dashboards. This function enriches your data exploration experience by providing interactive and customizable tooltips that can follow the mouse cursor or remain fixed. With a wide range of options for customization, it allows you to tailor the tooltips according to your specific needs and preferences.

Follow this guide to setup a tooltip: [How to make tool tips](/supertables/guides/how-to-make-tool-tips.md)

#### Tooltip limitations

Tooltips are supported in standard (non-pivot) table mode.

When **Pivot mode** is enabled, tooltips are **not available**. This is expected behavior because pivoting restructures the underlying data into dynamically generated cells, which no longer have a direct one-to-one mapping to the original Tableau rows required for tooltips.

When **Group mode** is enabled, tooltips work only on **expanded rows** in non-pivot mode. Tooltips are not shown on collapsed group rows.

If tooltips are required, we recommend using standard table mode or ensuring groups are expanded and Pivot mode is disabled.


---

# 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://docs.infotopics.com/supertables/configuration/configuration-screen/tooltip-tab.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.
