--- category: api-reference --- # CKEditor 5 autosave feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-autosave.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-autosave) This package implements the autosaving feature for CKEditor 5. ## Documentation See the {@link builds/guides/integration/saving-data#autosave-feature Autosave feature} guide and the {@link module:autosave/autosave~Autosave} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-autosave ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-autosave. ## External links * [`@ckeditor/ckeditor5-autosave` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-autosave) * [`ckeditor/ckeditor5-autosave` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-autosave) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)