> For the complete documentation index, see [llms.txt](https://kuadron.gitbook.io/reportql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kuadron.gitbook.io/reportql/getting-started.md).

# Getting Started

## What is Reportql

Reportql is an innovative, SQL-based, and AI-powered data visualization tool designed to address the significant challenge of report generation and data analysis across various sectors. It allows for effortless real-time visualization of data from diverse databases, enhancing productivity and decision-making processes within organizations. By automating the conversion of data into SQL clauses, Reportql facilitates the presentation of reports in various formats, such as text, tables, or graphs, without necessitating extensive coding skills. Its integration with artificial intelligence further simplifies data analysis, making it accessible to users with basic SQL knowledge and enabling them to generate reports, dashboards, and alerts efficiently.

## How It Works

Reportql harnesses the power of SQL engine technology combined with artificial intelligence to provide a seamless data visualization experience. It works by:

1. **Connecting to Multiple Data Sources**: Users can link Reportql to various databases, including PostgreSQL, Oracle, MySQL, and SQL Server, to fetch real-time data.
2. **Translating Queries into SQL**: Leveraging AI, Reportql interprets user queries and automatically translates them into SQL clauses, eliminating the need for complex SQL knowledge.
3. **Visualizing Data**: The platform allows users to view data in multiple formats—text, tables, or graphs—through a user-friendly interface, aiding in the creation of comprehensive reports and dashboards.
4. **Integrating and Alerting**: Reportql integrates with popular applications (e.g., Teams, Slack, Gmail) for seamless access and sharing of data, and it can send scheduled reports and alert notifications to preempt critical issues.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kuadron.gitbook.io/reportql/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
