Load Demo Data
After signing in, you’ll land on the Data Hub. For new accounts, AstroBee offers demo datasets to help you explore the platform.
The Data Hub shows options to load demo data or connect your own
- Customers — Customer information and purchase history
- Products — Product catalog with categories and pricing
- Orders — Transaction records linking customers to products

Demo data loading with pattern analysis
- Analyzes patterns in your data columns (e.g., ID formats, email patterns)
- Discovers linkages between tables (e.g.,
orders.customer_id→customers.customer_id)
Explore Your Data
Click on any table to preview its data and see discovered patterns:
Table preview showing customer data
Pattern Analysis
AstroBee automatically identifies patterns in your columns. Click the pattern icon next to a column to see details:
Pattern analysis showing Customer ID format
Build Your Data Layer
Navigate to Data Layer in the sidebar. This is where you define how your business concepts map to your raw data.Connect Data Sources
- Click the Sources tab
- Click Connect next to your E-Commerce data source

Connect data sources to your data layer
Generate with AI
Click Generate Data Layer from selected Sources. AstroBee’s AI will ask a few questions to understand your business:
AstroBee asks about your primary business questions
- Analyze your connected data sources
- Identify entities (Customer, Product, Order, OrderItem)
- Map relationships between them
- Bind entities to source tables

Generated data layer summary
Review the Graph
Switch to the Data Layer tab to see your entities visualized:
Graph view showing entity relationships
- Customer (dimension) — Individual customers
- Product (dimension) — Products in your catalog
- Order (fact) — Customer transactions
- OrderItem (bridge) — Line items linking orders to products
Review and Publish
Click Review to see all pending changes before publishing:
Review panel showing entities and relationships to publish
Ask Questions
With your data layer published, you’re ready to ask questions! Click New Chat in the sidebar.
Chat interface ready for questions

AstroBee answers with the result
View the SQL
Click SQL to see the exact query AstroBee generated:
Generated SQL query
Understand the Logic
Click Logic to see how AstroBee reasoned through your question:
Explanation of how the answer was derived
Full Report
Click Full Report for a complete breakdown:
Complete answer report with question, answer, SQL, and logic

