# Connecting from Other Tools

There are several tools that can connect to Open Data Blend Analytics.&#x20;

In addition to Excel, Power BI, and Tableau, compatibility has been tested with the following tools:

* DAX Studio
* Power BI Report Builder
* SQL Server Management Studio

{% hint style="info" %}
When possible, we recommend using the latest versions of the listed tools.
{% endhint %}

Connect using the following Open Data Blend Analytics server name:

```
link://analytics.opendatablend.io
```

Or

```
powerbi://api.powerbi.com/v1.0/analytics.opendatablend.io/Open Data Blend Analytics
```

When prompted for a login, use your Analytics User 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.opendatablend.io/open-data-blend-analytics/connecting-from-other-tools.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.
