Start your model
You have two entry points:- Hero prompt on the landing page
- Open a template
1
Open the landing page
Navigate to the GridOS landing page at
http://127.0.0.1:8000.2
Describe your model
Type your model description into the hero prompt field. Be specific — include the time periods, drivers, and growth rates you want.
3
Submit
Press Enter or click the arrow button. GridOS clears the kernel, opens a fresh workbook, and auto-submits your prompt — you land on a sheet that’s already building.
How the finance agent plans your model
When you ask for a multi-section build — a DCF, budget, 3-statement model, or any forecast — the agent declares a plan on the first turn before writing any cells. The plan shows you every section it intends to fill, the target cell range, and brief notes.
On that same first turn it writes the header row. Subsequent turns fill one section at a time. Click Apply after each preview, or use Chain Mode to apply every step automatically.
Column alignment — the most important rule
GridOS models use a labelled layout: the first column holds row labels (text), and data starts one column to the right. The agent enforces this, but it helps to understand why. For a model anchored at column B:
The COGS row (anchored at B4) must look like:
Common financial formulas
GridOS uses named formula primitives — no infix operators (+, -, *, /) are used in cells. Here are the patterns you’ll see most often:
COGS as a percentage of revenue
COGS as a percentage of revenue
0.4 with your margin assumption.Quarter-over-quarter growth
Quarter-over-quarter growth
Gross profit
Gross profit
Gross margin percentage
Gross margin percentage
MARGIN macro first, then call =MARGIN(C3, C4).Discounted cash flow
Discounted cash flow
Example prompts to try
Tips for large models
Use Chain Mode
For models with more than four or five sections, enable Chain Mode. The agent auto-applies each section and keeps going until the entire plan is done — no clicking Apply on every step.
Start from a template
Built-in templates give you a correct skeleton to extend. Opening Simple DCF and then asking the agent to add rows is faster than building from a blank sheet.
Define macros for ratios
Ratio formulas like gross margin or EBITDA margin repeat across many rows. Define a macro once and call it from every cell — cleaner and less error-prone.
Lock your assumptions
After entering your base assumptions, right-click the cells and lock them. The AI can’t overwrite locked cells, so your inputs stay safe during subsequent chain runs.