# Connect Datasource

To take advantage of Reportql’s powerful data visualization tools, you first need to connect your data sources:

<figure><img src="/files/tFj1TnqmquIAEZOJjQBS" alt=""><figcaption></figcaption></figure>

1\. Access Data Source Settings: Go to ‘Settings’.

<figure><img src="/files/YsOreKjFvOMrzKZx8z6B" alt=""><figcaption></figcaption></figure>

2\. Add a New Data Source: Select ‘Add New’. You will be asked to choose from supported databases (e.g. PostgreSQL, Oracle, MySQL, Firebird, SQLite, SQL Server).

<figure><img src="/files/L3EXq46Pv3MO8K3xWDSZ" alt=""><figcaption></figcaption></figure>

3\. Enter Connection Details: Enter the required connection details for your database such as server address, database name, user ID and password. This information Reportql’in access your database and from your database allows it to receive data. (If you want to access via cloud 165.227.73.228 You can add its IP to your whitelist and connect your database)

<figure><img src="/files/SG1SFFazZb62g9Olmwid" alt=""><figcaption></figcaption></figure>

4\. Test the Connection: Before finalizing, Reportql’in Test the connection to make sure it can communicate successfully with your database.

5\. Save Connection: Once the connection is verified, save your settings. Your data source is now connected and ready to use in Reportql.


---

# 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://kuadron.gitbook.io/reportql/basics/markdown.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.
