ScaleLXP

Store

A student's pizza business configuration for a specific class (set up once).

Join

What it is

  • A store represents the student's business setup inside a classroom.
  • Store variables define structural constraints that rarely change.

Typical store variables

  • Store type (indoor, outdoor, food truck).
  • Max daily capacity, number of ovens, starting cash.
  • Weather sensitivity, delivery enabled.

How it's used

  • A store affects how the same scenario outcome impacts different students.
  • Store config is sent to the AI along with scenario, submission, outcome, and ledger history.

More docs