1<WizardContent @headerText="Policies" @glyph="tour">
2  <WizardSection
3    @headerText="Other kinds of policies"
4    @docText="Docs: Policies"
5    @docPath="/docs/concepts/policies.html"
6  >
7    <p>
8      Good! Now you're ready to go writing your own policies. We only explored ACL policies, but there are two other types of policies available to Enterprise customers that might be what you need. RGP (Role Governing Policies) are policies tied to particular tokens, entities, or groups. EGP (Endpoint Governing Policies) are tied to specific paths instead of tokens.
9    </p>
10  </WizardSection>
11  <WizardSection
12    @headerText="Ready to move on?"
13    @class="wizard-details"
14  >
15    <button type="button"  class="button next-feature-step" {{action onAdvance}}>
16      {{nextFeature}} <Chevron @isButton={{true}} />
17    </button>
18  </WizardSection>
19</WizardContent>
20