1<WizardContent @headerText="Tools" @glyph="tour">
2  <WizardSection
3    @headerText="Lookup wrapped data"
4    @docText="API: Lookup Data"
5    @docPath="/api/system/wrapping-lookup.html"
6    @instructions='Paste the token that you copied and click "Lookup Token".'
7  >
8    <p>
9      Lookup lets you see information about your token without unwrapping it or changing it. Paste your token here and click "Lookup". If you find that your data didn't copy for some reason, you can always go back and do it again.
10    </p>
11  </WizardSection>
12</WizardContent>
13