Entity Management¶
Complete guide to managing entities in your project.
See Entity Schemas for detailed schema reference.
Entity Lifecycle¶
stateDiagram-v2
[*] --> NotStarted
NotStarted --> InProgress
InProgress --> Completed
InProgress --> Cancelled
Completed --> [*]
Cancelled --> [*]
Creating Entities¶
Use AI to create entities via natural language. See AI Workflows.
Updating Entities¶
Update status, assignees, and other fields via AI commands.
Archiving¶
Completed or cancelled entities can be archived to keep vault clean.
See User Guide Overview for complete documentation.