Sign in
Go to summand.com and create an account. Free tier is the default — no card required.
.edu users can request an Education upgrade from support@summand.com for full Pro features at no cost.Connect data
Click Upload and drop in a CSV (up to 50 MB on Free, 1 GB on Pro, 4 GB on Enterprise), or, on Enterprise, click Add connector for PostgreSQL, MySQL, Snowflake, Azure SQL, Delta Sharing, or any Fivetran-supported source.Summand registers the data as a dataset under a new connector and runs an immediate baseline analysis — column stats, types, missingness, distributions. Files under 100 MB land within a minute.There’s no setup wizard. No target column to pick. No schema review. Once the dataset shows Ready, you’re done with setup.
Pick what to do next
On the dataset, choose one of three primary actions:These aren’t sequential — pick whichever fits the problem you brought to Summand. The order in the rest of this guide is: chat first (lowest friction), then views (when you need durable SQL), then experiments (when you need recurring analysis).
Chat
Open Summand and ask in English. “What’s interesting in this data?” is a fine first question.
Create a view
Build a SQL transformation — visual or code — that you can re-use across chats and experiments.
Set up an experiment
Schedule a component (predictors, surprise finding, custom) to run on a cron. Outputs are versioned.
Chat with Summand
Open the chat panel from the sidebar. Pin the dataset (or a view) to the conversation, and ask anything:
- “How many rows are in this?” — quick fact.
- “Which columns are most correlated with
revenue?” — exploratory. - “Build me a view that joins this with the customer table.” — Summand drafts SQL and offers to save it as a view.
(Optional) Create a view
For SQL transformations you’ll re-use, go to Views in the sidebar. Either:
- Build it visually — pick datasets, drag in joins and filters, watch live Athena preview update as you go.
- Hand-write SQL — drop into the code editor; preview is live there too.
- Have Summand draft it — ask in chat, accept the suggestion.
(Optional) Set up an experiment
Go to Experiments in the sidebar and click + New experiment. Pick:
- A source — a dataset or a view.
- One or more components — predictors, surprise finding, column stats, semantic-layer pieces. Each component has typed inputs you fill in (e.g. which column to predict for the predictor component).
- A schedule — daily 3 AM, every 6 hours, weekly Monday, or a custom cron.
What just happened
Behind the scenes, you created:- A connector — the typed pointer to your data source.
- A dataset — one per table, with the curated Parquet copy and column-level stats.
- (Optionally) one or more views and experiments that build on the dataset.
Next steps
Connect a database
PostgreSQL, MySQL, Snowflake, Azure SQL — Enterprise tier.
Create your first view
Visual builder, code editor, or Summand-assisted.
Set up an experiment
Components, inputs, cron, run history.
Share with teammates
Per-user grants and visibility settings.