Skip to main content

Overview

Presentum provides several ways to manage state. Guards are the primary tool, but you can also use direct state changes for immediate user actions.

Basic state change

Declarative API

You can do anything with state:
Guards should be your primary tool for scheduling presentations, removing ineligible items, periodic refreshes, and complex eligibility rules. Use direct state changes when you need explicit control.
Learn more about state structure ->