DigelDigel
Context Modeler

Process Canvas

The spatial editor for your plant hierarchy.

The Process Canvas is a spatial editor where each box is an asset and each arrow is a material or process flow between them. Assets nest inside each other to form a hierarchy:

Plant
└── Production Line
    ├── Section A
    │   ├── Machine 1
    │   └── Machine 2
    └── Section B
        └── Machine 3

The hierarchy defines how the AI agent navigates your plant. When you ask about a production line, the agent traverses down into its sections and machines, reading sensor data and documents at every level.

Flow edges between assets represent material or process flow. They tell the agent about upstream and downstream relationships, so when something goes wrong at one point, it knows where to look for causes and consequences.

AI-generated descriptions

Any asset can get an AI-generated description. The agent reads the asset's position in the hierarchy, connected sensor tags, and linked documents to produce it. Instead of writing descriptions for hundreds of assets by hand, let the agent draft them and review.

Real-time collaboration

Multiple users edit the same canvas simultaneously. Every asset has a permanent deep-link URL you can share.

On this page