Getting started in Studio¶
Studio is where data teams build and configure AI Analysts. This guide walks you through setting up your first AI Analyst from scratch — you'll need the Admin or Studio role to follow along.
Setup flow¶
flowchart TD
A[Sign in] --> B[Connect your data]
B --> C[Build your semantic layer]
C --> D[Create an AI Analyst]
D --> E[Test your AI Analyst]
E --> F[Invite users and deploy]
Step 1: Sign in¶
Go to wobby.ai and sign in with your account. If you don't have one yet, click Get started for free to create an organisation.
Step 2: Connect your data¶
AI Analysts need access to your data before they can answer questions.
- In Studio, open Connections in the left sidebar
- Click Add connection and select your data source (PostgreSQL, Snowflake, BigQuery, etc.)
- Enter your connection credentials and save
See Connect a data source for detailed instructions per database type.
Step 3: Build your semantic layer¶
The semantic layer is what keeps your AI Analyst accurate — it maps your raw tables and columns to business concepts your team actually uses.
- Go to Semantic Layer in the sidebar
- Create your first Model by selecting a table from your connected data source
- Add Dimensions (descriptive attributes like
regionorcustomer_tier) and Measures (numeric calculations liketotal_revenue) - Optionally add Metrics for your most important KPIs
See Models and Metrics to go deeper.
Step 4: Create an AI Analyst¶
- Go to AI Analysts in the sidebar and click New AI Analyst
- Give it a name and description that reflects its purpose (e.g. "Sales Performance Analyst")
- Under Models, link the models you built in Step 3
- Under Instructions, write a brief description of what the AI Analyst should focus on and how it should behave
See Instructions for guidance on writing effective instructions.
Step 5: Test your AI Analyst¶
Open your AI Analyst and switch to Explorer view to test it. Ask a few questions that you'd expect a real user to ask. If results are off, go back to your semantic layer and refine your models, dimensions, or measures.
Step 6: Invite users and deploy¶
- Under Access Management, share the AI Analyst with your team — inviting new members to the organization is done from Settings > Members and requires the Admin role
- Optionally connect to Slack or Microsoft Teams so users can query data directly from those tools
Next: explore Suggestions and Saved Prompts to give your users a great first experience.