Hi,
In order to specify the userAgent parameter in the Tableau preferably latest version, you could perform the following steps:
* Establish a connection between Tableau and Denodo Platform by specifying the values such as hostname, port and authentication method.
* Specify the database name that you want to connect in the “Database” field along with that, add the parameter **userAgent** as follows:
`<DATABASE_NAME>?userAgent=<user_agent>`
* Then, click on “Sign In”
By performing the above steps, you could able to connect to the mentioned database successfully.
Additionally, you could specify the queryTimeout parameter in the “Database” field as:
`<DATABASE_NAME>?userAgent=<user_agent>&queryTimeout=100000.`
Please refer to the [How to connect to Denodo from Tableau Desktop](https://community.denodo.com/kb/en/view/document/How%20to%20connect%20to%20Denodo%20from%20Tableau%20Desktop?category=Northbound+Connections) Knowledge Base article for more information.
Hope this helps!