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

# Retaining localStorage from Test Recording

> Handling in case when application uses encrypted local storage

<Info>
  Added from version v0.1.7, we've added support for you to retain localStorage values from recording.
</Info>

From version v0.1.7 of AutoFlow Studio, instead of using the values of localStorage from latest test run, you can use the same values recorded when you were creating the test.

This approach is helpful when you're using libraries like `react-secure-storage` and encrypt localStorage in your user journey.

To use the localStorage from your test recording, select the first option as shown in the image below.

![Local Storage Options](https://ik.imagekit.io/du5yq7zec/localStorageOptions.png?updatedAt=1716982740022)
