Getting Started with Infino
This guide walks you through your first data analysis session. Follow the natural workflow: Data (connect to your sources) → Query with AI → Local Datasets for cross-source correlations.
Understanding Infino's Terminology
Infino uses consistent terms across all data systems:
- Source - Any external data system (Elasticsearch, Snowflake, MySQL, etc.)
- Dataset - A collection of records (called "table" in SQL, "index" in Elasticsearch, "collection" in MongoDB)
- Record - A single data entry (called "row" in SQL, "document" in NoSQL)
- Field - An individual attribute (called "column" in SQL, "field" in NoSQL)
This makes it easier to work with different systems through one interface.
Step 1: Connect to your data
Start by connecting to your your data sources (databases, SaaS tools, APIs).
Connect a new source
- Data → Connectors – Browse available connectors (Elasticsearch, OpenSearch, Snowflake, etc.)
- Click a connector to configure
- Authenticate and create the connection
- Use the Import button to pull data into queries
View existing connections
- Data → Sources – See all configured data connections
- Monitor connection health and status
- Import data or delete connections as needed
Browse connected sources
- Data → Sources – View datasets from all external connections
- Expand connections to see what's queryable
- Use "Start Exploring" to create conversations with that data
Step 2: Query – Ask Questions and Analyze
Query your data using natural language or direct SQL/Query DSL.
Ask questions with Fino AI Assistant (Fino)
- Go to Fino AI Assistant (Home) in the sidebar
- Use the main search box to ask:
What are the top 5 airlines by number of flights? - Press Enter to start an inline conversation (the chat composer appears at the bottom)
You'll get:
- Plain-English summary
- Sortable data tables
- Visualizations when useful
- The actual SQL or Query DSL used
Follow-up examples:
Show me delays for the top airlineAverage delay by day of week?Create a monthly flight trends chart
Write queries directly (Query Console)
- Query → Query Console
- Switch between SQL and Query DSL modes
- Execute against a dataset or remote sources
- Export results
Explore data interactively (Explorer)
- Data → Explorer
- Click Configure Data Source
- Select a data source
- Browse schema, fields, sample documents
- Get AI-generated insights before querying
Build charts (Visualizations)
- Dashboards → Visualizations → New Visualization
- Select data source, chart type, and fields
- Save and reuse
Create dashboards
- Dashboards → All Dashboards → New Dashboard
- Add visualizations, arrange layout
- Share with team
Step 3: Data – Manage Local Datasets
Use datasets for cross-source correlations and enrichment.
Import data into Infino
- Data → Connectors – Click "Upload files" pill
- Upload Files: drag-and-drop CSV/JSON, configure mappings
- Sample Datasets: click Add to load demo data (e.g., Flight Data)
- Wait for success confirmation
Browse datasets
- Data → Sources → FinoDB – View all local datasets
- See record counts, size, health
- Click a dataset for detailed insights and suggested questions
- Use "Start Exploring" to create conversations
Monitor import jobs (Jobs)
- Data → Sources → Click Jobs button in header
- See running, completed, failed jobs
- Click a job for logs and details
Govern – Control Access for Agents and Humans (Admin only)
Centralized governance for both AI agents and human users.
- Govern – Add users, assign roles, manage permissions
- Enforce fine-grained RBAC policies
- Ensure GDPR compliance and data access control
- Control what agents and humans can query and access
This is your central place to govern who (agents or humans) can access what data across your entire stack.
Quick Start: Import Sample Data
New to Infino? Start here:
- Data → Connectors → scroll to Sample Datasets
- Click Add on Flight Data
- Wait for "Data loaded successfully"
- Fino AI Assistant (Home) → Ask:
What are the top 5 airlines by number of flights?
Troubleshooting
Fino not responding: Refresh or check permissions
No data: Import sample data via Data → Connectors
Connection failed: Verify credentials in Data → Sources
Missing visualizations: Ask explicitly ("Create a bar chart…")