# BI tools

Use BI tools when the main goal is dashboards, self-service exploration, or visual analysis. These integrations usually sit on top of JDBC or a Pinot-specific connector, so this page helps you pick the right tool before you dive into the detailed setup guide.

## What belongs here

| Tool     | Connection style       | Best for                                 | Notes                                                                                                                 |
| -------- | ---------------------- | ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Superset | Native Pinot connector | Dashboards and SQL exploration           | The current guide covers Docker and Kubernetes setup paths and a prebuilt Pinot connector image.                      |
| Tableau  | JDBC                   | Enterprise BI and drag-and-drop analysis | The current guide builds the JDBC artifacts from source and copies the required jars into Tableau's driver directory. |
| Metabase | Community Pinot driver | Lightweight dashboards and exploration   | The current quickstart is marked preview and uses Pinot 1.3.0, Metabase v0.55.7, and driver v1.1.0 in the source doc. |

## How to choose

Choose Superset when you want an open-source dashboarding tool with a Pinot-aware connector. Choose Tableau when your organization already standardizes on JDBC-based BI access. Choose Metabase when you want a simpler self-service experience and can accept a preview-quality connector.

The Tableau and Metabase detail docs both include version-pinned quickstart examples. Keep those examples aligned with the source docs when you refresh them so the build instructions remain reproducible.

## Detailed docs

* [Superset](/build-with-pinot/connectors-clients-apis/bi-tools/superset.md)
* [Tableau](/build-with-pinot/connectors-clients-apis/bi-tools/tableau.md)
* [Metabase](/build-with-pinot/connectors-clients-apis/bi-tools/metabase.md)

## What this page covered

This page covered the three BI and visualization integrations that most often sit on top of Pinot JDBC or a Pinot-specific connector.

## Next step

Pick the tool your team already uses and follow the linked setup guide, then validate the Pinot connection with a small query or sample dashboard.

## Related pages

* [Client libraries](/build-with-pinot/connectors-clients-apis/client-libraries.md)
* [REST / gRPC APIs](/build-with-pinot/connectors-clients-apis/rest-grpc-apis.md)
* [Query engines](/build-with-pinot/connectors-clients-apis/query-engines.md)


---

# 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.pinot.apache.org/build-with-pinot/connectors-clients-apis/bi-tools.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.
