Skip to content

Example Section

Replace this page with a short orientation paragraph for this business area — what it covers and what the reader will be able to do after reading the pages in this section.

What's in this section

  • Example procedure — A template procedure page showing the expected structure: prerequisites, numbered steps, verification and "when to contact The Framework".

Typical end-to-end flow

A mermaid flowchart is a good way to show where this section's procedures fit in a larger process:

flowchart LR
    A[Step A] --> B[Step B]
    B --> C([Outcome])

    classDef done fill:#d1ecf1,stroke:#0c5460,color:#0c5460
    classDef goal fill:#ccffcc,stroke:#155724,color:#155724
    class A,B done
    class C goal