# Connectors & Drivers

This section provides configuration and usage information about the different connectors and drivers that can be used to connect to e6data.

Before connecting to e6data clusters, access must be allowedlist using the e6data Console or manually:

* [Follow these instructions to enable Cluster access from the e6data Console](broken://pages/5N9KV1CKzaWO5ZMejy9U)
* [Follow these instructions to configure access manually.](/product-documentation/connectors-and-drivers/configure-cluster-ingress.md)

Available Connectors & Drivers:

* [DBeaver](/product-documentation/connectors-and-drivers/dbeaver.md)
* [DbVisualiser](/product-documentation/connectors-and-drivers/dbvisualiser.md)
* [Apache Superset](/product-documentation/connectors-and-drivers/apache-superset.md)
* [Jupyter Notebook](/product-documentation/connectors-and-drivers/jupyter-notebook.md)
* [Tableau Cloud](/product-documentation/connectors-and-drivers/tableau-cloud.md)
* [Power BI](/product-documentation/connectors-and-drivers/power-bi.md)
* [Tableau Desktop](/product-documentation/connectors-and-drivers/tableau-desktop.md)
* [Metabase](/product-documentation/connectors-and-drivers/metabase.md)
* [Zeppelin](/product-documentation/connectors-and-drivers/zeppelin.md)
* [Python Connector](/product-documentation/connectors-and-drivers/python-connector.md)
* [JDBC Driver](/product-documentation/connectors-and-drivers/jdbc-driver.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.e6data.com/product-documentation/connectors-and-drivers.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.
