# PersistentStorage **PersistentStorage** is used to manage persistent data of applications. This object can link the persistent data of a specific tag to the **AppStorage** and access the persistent data through the **AppStorage** APIs or access the variable of the corresponding key through the **@StorageLink** decorator. ## PersistentStorage APIs