# Database Access

## Direct Access to the Database Add-On

This Add-on allows you to create a read-only version of your Blynk database that can be further used to safely integrate your IoT data into any 3rd party data analytics services you may be already using for your business.&#x20;

Our clients typically use this to set up integrations with tools like PowerBI or Tableau, but it can be any service that supports Open Database Connectivity (ODBC).

{% hint style="info" %}
The add-on is available to Enterprise plan subscribers only. Contact your launch engineer to unlock and set up.
{% endhint %}


---

# 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.blynk.io/en/add-ons/database-access.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.
