# Conduit vs Reportz.io

Both Conduit and Reportz.io offer the ability to integrate with various data sources and display KPIs through a dashboard.

However, Conduit distinguishes itself by embodying the role of an AI Data Analyst coupled with a dashboard feature. This means that users can articulate their data visualization needs directly to Conduit in plain English, which then employs Large Language Models (LLMs) to craft programs tailored to fulfill those specific requests. These programs are executed on Conduit's servers, with the outcomes neatly visualized on the dashboard.

* The incorporation of AI significantly expands the capabilities of dashboards. Users are empowered to pose complex queries, such as:
* Generating forecasts for 2024 based on historical data.
* Identifying each email in the leads list, linking it to a purchase in Shopify, and calculating the average time from registration to purchase.

Analyzing patterns in Page URLs to identify and display those that have experienced the most significant decreases in impressions and clicks.

Conduit not only generates responses to these inquiries but also allows users to construct dashboards based on these insights.

Moreover, Conduit provides a wide array of AI-driven automations, such as "visit every lead's webpage and provide a summary of their business and save to a spreadsheet", thereby further broadening the scope of possibilities for dashboard analytics.

<br>


---

# 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.getconduit.app/getting-started/conduit-vs-reportz.io.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.
