--- category: api-reference --- # CKEditor 5's CKFinder integration [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-ckfinder.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-ckfinder) This package implements the {@link features/image#image-upload CKFinder} feature for CKEditor 5. CKFinder lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with [CKFinder](https://ckeditor.com/ckfinder/). ## Documentation See the {@link features/image-upload Image upload} guide. You can also check the {@link module:ckfinder/ckfinder~CKFinder} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-ckfinder ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-ckfinder. ## External links * [`@ckeditor/ckeditor5-ckfinder` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-ckfinder) * [`ckeditor/ckeditor5-ckfinder` on GitHub](https://github.com/ckeditor/ckeditor5-ckfinder) * [Issue tracker](https://github.com/ckeditor/ckeditor5-ckfinder/issues) * [Changelog](https://github.com/ckeditor/ckeditor5-ckfinder/blob/master/CHANGELOG.md)