The property switcher

Because a workspace tracks many properties, Lokrix always has exactly one active property. The property switcher is how you choose it — and every dashboard, scan and report you see reflects that choice.

The active property

The switcher lists every property in the current workspace. Selecting one makes it the active property and scopes the whole app to it: the score, per-engine breakdown, prompt universe, history, alerts and recommendations you view all belong to that single property. Switching never mixes data across properties.

How the active property is resolvedA left-to-right precedence chain: the active property comes from the project query parameter, else from localStorage, else the first project, else null which shows the no-property gate.?project=<id>URL paramif emptyuse itlocalStoragelokrix.activeProjectIdif emptyuse itfirst projectworkspace defaultif emptyuse itnullno propertyno-property gate

What changes when you switch

  • • The dashboard loads that property’s current Lokrix AI Score and 95% confidence interval.
  • • The prompt universe, scan history and trends switch to that property.
  • • Recommendations and what-if simulations recompute for that property.
  • • The workspace, its members and its shared credit balance do not change — only the property in focus does.

Add a property from the switcher

The switcher is also where you add a new property: choose “add property”, enter a URL, and Lokrix runs the full per-property onboarding before making the new property active. Managing existing properties (rename, archive, remove) is covered in Create & manage properties.

Property vs. workspace scope

Some things are set once per workspace (members, roles, credits, integrations) and some are per property (prompt universe, scans, scores). The switcher only changes the latter. For the full picture of what sits at each level, see The workspace model and Properties overview.