INTELLIGENCE
Guides

How to Get Started with ClickHouse Cloud
ClickHouse Cloud is a managed columnar database built for analytical queries at speed. You create a free service, load data via CSV upload or the HTTP interface, and run SQL queries that return results in milliseconds even across billions of rows. This guide walks through account setup, first data load, query basics, and connecting your BI tool, without requiring any server configuration or infrastructure knowledge.

How to Set Up a Databricks Genie Space
Databricks Genie Spaces let business users query structured data in Unity Catalog using plain English, without writing SQL. An analyst configures the space once by adding tables, writing sample queries, and adding business context through a knowledge store. After setup, anyone with the right permissions can ask questions and get SQL-backed results. This guide covers the full setup process, including the knowledge store configuration steps that most tutorials skip.

How to Get Started with Count for Data Analysis
Count is a collaborative agentic analytics platform where teams can clean, model, analyze, and visualize data in one canvas using SQL, Python, and natural language. Users connect a warehouse or upload a CSV, then ask questions through a built-in AI agent backed by models from Anthropic, OpenAI, and Google. Every query and chart the agent produces is fully editable, making Count usable by both non-technical analysts and data engineers working side by side.

How to Set Up DuckDB for Local Data Analysis
DuckDB is an in-process analytical database that runs SQL queries on CSV, Parquet, and JSON files directly from your laptop, with no server to configure. Version 1.5.2, released April 13, 2026, adds DuckLake v1.0 format support and performance improvements. You install it with a single pip command and run the first SQL query on a CSV file in seconds. No cloud account, no Docker, no database administrator required.

How to Set Up Copilot in Power BI
Copilot in Power BI uses generative AI to create report pages, summarize data, and generate DAX calculations from plain-English prompts. Enabling it requires a Microsoft Fabric capacity of F64 or higher, or Premium Per User licensing tied to a capacity-backed workspace, plus a Fabric administrator toggling the feature on at the tenant level. Once configured, analysts can generate a full multi-visual report page from a single sentence.

How to Build an AI Data Analyst Chatbot with n8n
n8n is an open-source workflow automation platform with over 400 integrations. Its AI Agent node, combined with data retrieval tools and a Calculator node, lets you build a chatbot that connects to a live spreadsheet or database and answers quantitative questions in plain English. The full workflow requires no custom code, takes under an hour to set up using Google Sheets, and can be extended to Postgres or MySQL with a credential swap.

How to Use NotebookLM for Business Analysis
Google NotebookLM is a document-grounded AI assistant that draws answers only from the files you upload, citing the exact source page for every response. You can upload PDFs, reports, and business documents, then ask questions in plain English to extract key metrics, compare information across files, and generate structured data tables. The free tier supports up to 50 sources per notebook. NotebookLM Plus starts at $7.99 per month.

How to Get Started with Hex for Data Analysis
Hex is a collaborative analytics workspace that combines SQL, Python, and AI in a single browser-based environment. Teams can connect a data warehouse or upload a CSV file and start querying in minutes, with no local setup required. The Notebook Agent, which runs on Anthropic's Claude, writes and debugs code from plain-English prompts. As of early 2026, thousands of data teams use Hex daily as an alternative to standalone Jupyter notebooks.

How to Set Up Snowflake Notebooks in Workspaces
Snowflake Notebooks in Workspaces, generally available as of February 2026, replaces the original Legacy Notebooks product. The new version runs on Snowpark Container Services, supports native Git integration, and lets teams collaborate in shared workspace folders. It also introduces Notebook Project Objects, versioned units that Snowflake Tasks can schedule for automated runs. This guide walks through creating a workspace, launching a notebook, connecting to Snowflake data, and writing your first SQL and Python analysis cells.