<diagram id="CH12FIG03" title="MAGEC Online HELP System Flow" chapter="docu" filename="CH12FIG03.png">

  <description>
    Flowchart showing the navigation path through the MAGEC HELP menus to access online documentation via DOCSEE.
  </description>

  <nodes>
    <node id="HELP" type="menu" label="**HELP menu">
      <description>List of Entity Types defined to MAGEC repository</description>
    </node>

    <node id="HLP1" type="menu" label="**HLP1 menu">
      <description>List of KeyWords or Phrases for selected Entity</description>
    </node>

    <node id="HLP2" type="menu" label="**HLP2 menu">
      <description>List of Topics for selected KeyWord or Phrase</description>
    </node>

    <node id="DOCLOC" type="menu" label="DOCLOC">
      <description>List of Topics without regard to KeyWord or Phrase references</description>
    </node>

    <node id="DOCSEE" type="display" label="DOCSEE">
      <description>Display of documentation for selected Topic - there can be as many as 99 pages (screens) per Topic</description>
    </node>
  </nodes>

  <flows>
    <flow from="HELP" to="HLP1" type="down"/>
    <flow from="HLP1" to="HLP2" type="down"/>
    <flow from="HLP2" to="DOCSEE" type="down"/>
    <flow from="DOCLOC" to="DOCSEE" type="direct"/>
  </flows>

  <notes>
    <note>The primary HELP path is hierarchical: Entity Type → Keyword/Phrase → Specific Topic.</note>
    <note>DOCLOC provides a direct flat list of all topics.</note>
    <note>PF1 (or equivalent) typically invokes the initial HELP menu.</note>
  </notes>

</diagram>