Atlas User Guides

Everything you need to get started with BlackOptic Atlas — from asking your first question to building dashboards, modeling data, and managing your workspace.

CSV Datasets

llm.txt

Overview

Upload CSV files for quick ad-hoc analysis without creating permanent semantic models. CSV datasets can optionally be made available in Insights after review. This feature is ideal for quick analysis of spreadsheet exports, one-time data exploration, testing queries before integrating data sources, and analyzing data that doesn't need permanent storage.

ModeDescription
CSV Dataset (tabular)Managed in CSV Analysis for profiling, curation, and ad-hoc exploration. Can be explicitly enabled for Insights.
CSV Knowledge (KB)Ingested as text for retrieval/citations; never becomes a Cube dataset.

The workflow supports a progression: Upload → Analyze → Curate → Publish → Make available in Insights. Datasets can be personal (private) or workspace-scoped (shared).

Uploading Files

  1. Click "Upload CSV" button
  2. Select a CSV file from your computer
  3. Configure options: Dataset Name and Storage Type (Temporary or Persistent)
  4. Click "Upload"

Supported formats: .csv files with auto-detected delimiters (comma, semicolon, tab, pipe) and encoding (UTF-8, Latin-1, etc.). Headers are expected in the first row.

Storage TierRetentionQuota ImpactLimits
Temporary7 days (auto-deleted)None200 MB total, 10 datasets/user
PersistentConfigurable (default 365 days)Counts toward quota50 datasets/user

Analyzing Data

Click Analyze on any dataset to open the analysis page with a three-column layout:

  • Left Sidebar (Query History) — Shows your current session and previous queries. Start new analyses, edit, or delete previous queries.
  • Center (Chat Interface) — Conversational chat with your data. Ask questions in plain English, edit previous questions, regenerate answers.
  • Right Panel (Details) — Results tab with auto-generated charts, SQL query, and data table. Data Preview tab shows first 10 rows.

When you open a dataset, the system automatically generates quick insights: total records, numeric summaries, date ranges, and top categories. The AI converts your questions to SQL and executes them using DuckDB, an in-memory analytical database optimized for fast analytical queries.

Curating & Publishing

Curating: Click "Curate" to rename columns, override data types, hide columns, add descriptions, and create calculated fields using SQL expressions. The curation recipe is saved as JSON and applied whenever the dataset is queried.

Publishing: Click "Publish" to make your dataset available to the workspace. Choose visibility (Private, Shared, or Tenant-wide). Published datasets can be made available in the main Insights Chat and Dashboard widgets by an Admin or Data Modeler via "Make available in Insights".