
Getting Started Guide
How to Use Mode
A practical guide to get you up and running with Mode. Written by Delv Editorial, Delv Team.
Getting started with Mode
In this guide, you'll learn how to sign up for Mode and create your first data analysis project using SQL and visualisation tools. You'll be ready to explore data and create insightful dashboards in just a few minutes.Step 1: Sign up and set up
- Go to mode.com.
- Click on the "Sign Up" button in the top right corner.
- Enter your email address and create a password, or sign up using Google or Microsoft.
- Confirm your email by clicking the link sent to your inbox.
- Log in to your new account.
Step 2: Your first SQL query
- Once logged in, click on the "New Report" button on the dashboard.
- Select "SQL" from the options presented.
- In the SQL editor, enter a simple query like
SELECT * FROM your_table LIMIT 10;(replaceyour_tablewith your actual table name). - Click the "Run" button to execute your query.
- After the results load, click "Visualize" to create a chart or graph from your data.
- Choose your preferred visualisation type, adjust any settings, and click "Save" when you’re satisfied.
Step 3: Get better results
- Use the "Filters" panel on the left to refine your data. This allows you to focus on specific segments without altering your original query.
- Explore the "Visualisation" settings to customise colours, labels, and chart types for clearer presentation.
- Collaborate by clicking the "Share" button to send your report to team members via email or by generating a shareable link.