---
theme: auto
colourScheme: classic
---
# Document title
Describe the purpose of this document here.
```diagram
type: flowchart
version: 1
id: document-flow
canvas:
auto: true
grid: 5
nodes:
- id: start
label: Start
shape: rounded-rectangle
position: { x: 80, y: 110 }
size: { width: 180, height: 80 }
palette: accent
- id: outcome
label: Outcome
shape: rounded-rectangle
position: { x: 460, y: 110 }
size: { width: 180, height: 80 }
palette: success
edges:
- source: start
target: outcome
sourceAnchor: right
targetAnchor: left
label: Describe the flow
route: orthogonal
end: arrow
```