1. Sign in
Mora is invite-only. You will receive an email invitation with a link to join your organization. Click the link and either:- Continue with Google — sign in with your Google account.
- Email and password — create an account with your email and a password.
2. Create or join an organization
If the invitation links you to an existing organization, you will land in it after signing in. If you need to create a new organization:- You will be redirected to the Create organization screen after your first sign-in.
- Enter a name and slug for your organization.
- Click Create.
3. Add a datasource
A datasource is a connection to your SQL database or warehouse.- Open Settings → Datasources → New.
- Pick your database type (e.g. PostgreSQL, Snowflake, BigQuery).
- Fill in the credentials — host, port, user, password, etc.
- Click Test connection to verify, then Create.
4. Write your first dataset
A dataset is a saved SQL query that runs against a datasource.- Navigate to Datasets in the sidebar and click New dataset.
- Select the datasource you just created.
- Write a SQL query in the editor — for example:
- Press Cmd+Enter (or click Run) to preview results.
- Press Cmd+S to save and publish the dataset.
5. Build a board
Boards are dashboards made up of charts (called blocks).- Navigate to Boards in the sidebar and click New board.
- Give your board a name.
- Click the + button to add a block.
- Select the dataset you just created and choose a display type — Table, Graph, or Stats.
- Configure axes, chart type, and any Rift transformations.
- Drag and resize the block on the grid to arrange your layout.
6. Ask the AI
Open the chat panel with Cmd+/ and try a natural-language request:“Show me a line chart of total orders by date”The AI understands your schema, can write SQL, create datasets, and build charts on your behalf.
Next steps
- Core concepts — understand the data model in depth.
- Datasource guides — per-database setup instructions.
- AI capabilities — everything the assistant can do.