
Getting Started Guide
How to Use Hex
A practical guide to get you up and running with Hex. Written by Delv Editorial, Delv Team.
Getting started with Hex
In this guide, you'll learn how to set up your Hex account and create your first data analysis project. By the end, you'll be ready to collaborate effectively with your analytics team using Hex's notebook-style interface.Step 1: Sign up and set up
- Visit hex.tech.
- 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 GitHub for quicker access.
- Confirm your email address through the link sent to your inbox.
- Once logged in, follow the on-screen prompts to set up your profile and preferences.
Step 2: Your first project
- On the main dashboard, click on the "New Project" button.
- Choose a blank project or select from a template to start.
- Add a data source by clicking on the "Add Data" button. You can upload files, connect to databases, or use APIs.
- Once your data is added, click on a cell in the notebook to start writing. You can use SQL, Python, or no-code blocks.
- To run your code, click the "Run" button next to the cell or press Shift + Enter.
Step 3: Get better results
- Use comments in your notebook by starting a line with
#for Python or--for SQL. This helps document your code for others. - Explore the "Visualisations" tab to create graphs and charts directly from your data.
- Collaborate with team members by clicking the "Share" button in the top right corner to invite others to view or edit the project.
- Save your work regularly by clicking the "Save" button to avoid losing progress.