# Integrate with Tableau

See [Using Event Data in Tableau](/getting-started/guides/tutorials/using-event-data-in-tableau.md).

<details>

<summary>Deprecated Tableau Connector</summary>

* [Log in](https://control.predicthq.com/) to your PredictHQ account or [sign up](https://signup.predicthq.com/) for a trial if you haven't got an account yet.
* In the [API Clients](https://control.predicthq.com/clients) part of the WebApp, create a new API Client. Save the Client Secret somewhere as you won't be able to see it again within the WebApp. Then click "Create an access token". Select the scopes "Account", "Events" and "Places".
* Open Tableau and select "Web Data Connector". Then in the pop up box enter the URL:

```
https://tableau-connector.predicthq.com
```

* Click on "Begin" and enter the Access Token you generated.
* Choose the filters and parameters that you wish to explore. Refer to the [Search Events documentation](/api/events/search-events.md) for a full list of fields and parameters.
* Click "Get data" to import events into Tableau.

</details>


---

# 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.predicthq.com/integrations/third-party-integrations/tableau-data-connector.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.
