1<WizardContent @headerText="Tools" @glyph="tour">
2  <WizardSection
3    @headerText="Rewrapping your data"
4    @docText="API: Rewrap Data"
5    @docPath="/api/system/wrapping-rewrap.html"
6    @instructions='Paste your token into the input and click "Rewrap Token" to transform your token into a new one.'
7  >
8    <p>
9      You can rewrap your data to rotate the token, but it will still have the same creation time and TTL. Don't worry, the new token will still have the same data.
10    </p>
11  </WizardSection>
12</WizardContent>
13