Initializing help system before first use

Example Scenario Type Configuration

A section of the companion file configuring a custom scenario type is shown below.
<model-companion>
   <scenario-types>
      <scenario-type id="SCENARIO" name="Optimization">
         <shelf-pill-style
               background-color-active="yellow"
               background-color-inactive="#00CCCC"
               border-color="rgb(0,255,0)"
               text-color="rgba(216, 40, 40, 0.9)"
               text-color-hover="white"
         ></shelf-pill-style>
         <state-icons
               loaded="pngs/1473883172_cat.png"
               loaded-hover="pngs/1473883053_bird.png"
               unloaded="pngs/1473883185_cat.png"
               unloaded-hover="pngs/1473883019_bird.png"
               executed="pngs/1474049821_cat.png"
               executed-hover="pngs/1473883060_bird.png"
         ></state-icons>
         <actions
               create="allow"
               rename="allow"
               clone="allow"
               delete="allow"
               export="allow"
               load="allow"
               run="allow"
               view-runlog="allow"
               open-attachments-dialog="allow"
               move-pill-on-shelf="allow"
               add-to-and-remove-from-shelf="allow"
               view-properties-dialog="allow"
               edit-location="allow"
               edit-owner="allow"
               edit-share-status="allow"
         ></actions>
      </scenario-type>
   </scenario-types>
</model-companion>
Note The companion file reference is available online on the FICO web site, visit Insight Companion File XML Reference.