Documentation Index
Fetch the complete documentation index at: https://docs.presentum.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.