# Tableau Cloud

Tableau Online is a cloud-based platform offered by Tableau that allows users to publish, share, and collaborate on Tableau dashboards and visualizations securely over the Internet. It provides similar functionality to Tableau Desktop but with the added convenience of being accessible from any web browser.

## Requirements

Below are the prerequisites you need to fulfil before connecting the e6data cluster to Tableau Cloud:

* Establish a [Gateway connection](/product-documentation/connectivity/endpoints.md) in your cluster.&#x20;
* Tableau Cloud Version: **2023.3.0**&#x20;
* You can obtain the connection details required from the [Connection Information](broken://pages/amzyzgmFtIIvAWabchFw) tab in the e6data cluster.

## Connection

Get the necessary [connection information](broken://pages/amzyzgmFtIIvAWabchFw) for your cluster:

* Host
* Port
* Username
* Password ([Personal Access Token](/product-documentation/user-settings/personal-access-tokens-pat.md))

Once you have gathered this information, you can create a new connection in Tableau Cloud. To connect with Tableau Cloud, follow the below instructions:

1. Login to Tableau Cloud.&#x20;
2. Select "Workbook" from the new tab.&#x20;

<figure><img src="/files/5BwdEWxUEa1B7fpGr5Ag" alt="" width="563"><figcaption></figcaption></figure>

3. Navigate to the connector tab and select "Starburst Enterprises". &#x20;

<figure><img src="/files/btHxYztXdKTF0Brycwpb" alt="" width="563"><figcaption></figcaption></figure>

4. Then, add the [connection information](broken://pages/amzyzgmFtIIvAWabchFw).&#x20;
   1. Server = Host
   2. Port = 443
   3. Username = user email id
   4. Password = [Personal Access Token](broken://pages/BO9IJX3Hj4YaBgnZ1VGK)&#x20;
5. Tick the box to mandate SSL and configure SSL Verification to "FULL".
6. Finally, click the "Connect" button.

<figure><img src="/files/Xpii5syUip9TVGaMSigX" alt="" width="563"><figcaption></figcaption></figure>

## TLS/HTTP

e6data utilizes globally trusted certificates, ensuring that the host and port provided by the connection dialogue are adequate. Any e6data cluster necessitating authentication must also employ TLS/HTTPS. If adhering to globally trusted certificate best practices, utilize the cluster’s HTTPS URL in the connection string as detailed in the aforementioned steps.


---

# 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/tableau-cloud.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.
