# Integrations

- [Tableau](https://docs.pinot.apache.org/release-1.1.0/integrations/tableau.md): This section details how to connect to Pinot from Tableau using JDBC
- [Trino](https://docs.pinot.apache.org/release-1.1.0/integrations/trino.md): Integrate with Trino for ad hoc queries with Full SQL
- [ThirdEye](https://docs.pinot.apache.org/release-1.1.0/integrations/thirdeye.md): Integration with ThirdEye for anomaly detection and root cause analysis.
- [Superset](https://docs.pinot.apache.org/release-1.1.0/integrations/superset.md): Integrate with Superset
- [Presto](https://docs.pinot.apache.org/release-1.1.0/integrations/presto.md): Integrate with Presto for ad hoc queries with Full SQL
- [Spark-Pinot Connector](https://docs.pinot.apache.org/release-1.1.0/integrations/spark-pinot-connector.md): Use the Spark-Pinot connector to read data from and write data to Pinot.


---

# 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/release-1.1.0/integrations.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.
