# Tableau

{% hint style="info" %}
**Required role to configure:** [Admin](/external-docs/fundamentals/settings/user-roles.md) or higher.

Users with lower roles can view this feature but cannot change its configuration.
{% endhint %}

Seemore natively supports Tableau server and Tableau online, which allows you to seamlessly integrate your Tableau with your Seemore workspace.

{% hint style="info" %}
You will need to ensure that the Tableau Metadata API is enabled
{% endhint %}

### Enable the Tableau Metadata API <a href="#enable-the-tableau-metadata-api-0-0" id="enable-the-tableau-metadata-api-0-0"></a>

To enable the Tableau Metadata API follow the [steps in Tableau's documentation](https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_start.html#enable-the-tableau-metadata-api-for-tableau-server).

🚨 **Careful!** Seemore needs the Tableau Metadata API to crawl metadata. Please ensure you are running the latest version of Tableau Server or Tableau Online (2022.x with REST API version 3.14+). Learn more about the [permissions](https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_permissions.html) used to access metadata through the Tableau Metadata API.

In order to integrate Seemore with Tableau you will need to create a user or send an existing one.

If you create a user, a confirmation email will be sent.\
To create a user:

![](/files/JpGkDDGYqovrcAtZzxQ9)

![](/files/IeKUZrHSSB2ynj5xeIgd)

The required details for this integration are:

* Username - The user's email
* Password - The user's password
* Server - The account server, for example:

![](/files/aekQiXkfqGG8wXAGbF3Z)

Here, the server is “dub01.online.tableau.com”.

* apiVersion - tableau API version, put 3.4 if not specified

Add the 'site administrator creator' or '*Site Administrator Explorer*' role to the user and then grant the '*Site Administrator Explorer'* permission to the relevant assets.

### (Optional) Create a personal access token <a href="#optional-create-a-personal-access-token-0-4" id="optional-create-a-personal-access-token-0-4"></a>

If you want to access Tableau using an access token instead of a username and password, you can generate a personal access token.

To generate a personal access token follow the [steps in Tableau's documentation](https://help.tableau.com/current/server/en-us/security_personal_access_tokens.htm).


---

# 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.seemoredata.io/external-docs/fundamentals/getting-set-up/setting-integrations/tableau.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.
