> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qanapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Live Redaction

> Helpful guides and details

# Requirements

In order for Live Redaction to function you need 3 things:

1. A Google Organization
2. A valid license in [https://qanapi.cloud](https://qanapi.cloud).
3. At least 1 [classification](/get-started/classifications).

Once you have this, and you have added the add on to your Google account/organization, it will work.

# Converting Versions

There used to be an HTTP Endpoint version of Live Redaction.  This version used Google response cards and hover mechanics
to handle the encryption and decryption logic.  When we upgraded to the Apps Script version, there needed to be a way to
convert these older ones to the new version.  The way you do this is pretty simple.

<Steps>
  <Step title="Copy the original URL">
    1. Hover over the old style encryption.
    2. Click the "<Icon icon="copy" color="white" />" icon.  This will copy the URL to your clipboard.

           <img src="https://mintcdn.com/qanapi-8623f8e7/FhGuH55DJ9LY4usF/images/flow/live-redaction/convert-versions/copy_http_url.png?fit=max&auto=format&n=FhGuH55DJ9LY4usF&q=85&s=144001e314a3ea7ac863e04fd8826b3b" alt="Copy URL" width="338" height="95" data-path="images/flow/live-redaction/convert-versions/copy_http_url.png" />
  </Step>

  <Step title="Paste the URL">
    Paste the copied URL anywhere in the document that you want it.
  </Step>

  <Step title="Convert to the Apps Script version">
    1. Highlight your URL.
    2. Click "Detect Version" on the sidebar.
    3. In the new area at the top you will see 2 options:
       1. **Encrypt**: This will convert the old URL into a new encryption string.  It will have the same classification
          color as the original encryption.
       2. **Decrypt**: This will convert the old URL into a plain text string of the decrypted data.

    <img src="https://mintcdn.com/qanapi-8623f8e7/FhGuH55DJ9LY4usF/images/flow/live-redaction/convert-versions/highlight_old_url.png?fit=max&auto=format&n=FhGuH55DJ9LY4usF&q=85&s=c3e1c617f121dafe9a93412c6367c6fc" alt="Highlight Old URL" width="721" height="177" data-path="images/flow/live-redaction/convert-versions/highlight_old_url.png" />

    <img src="https://mintcdn.com/qanapi-8623f8e7/FhGuH55DJ9LY4usF/images/flow/live-redaction/convert-versions/conversion_section.png?fit=max&auto=format&n=FhGuH55DJ9LY4usF&q=85&s=fea942a0ecc416a2a9fc1e2530aafbc5" alt="Convert URL" width="286" height="121" data-path="images/flow/live-redaction/convert-versions/conversion_section.png" />
  </Step>
</Steps>
