--- 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/ckfinder CKFinder integration} feature for CKEditor 5. It lets you easily insert images & links to files. It integrates automatically with [CKFinder](https://ckeditor.com/ckfinder/). ## Demo Check out the {@link features/ckfinder#demo demo in the CKFinder feature} guide. ## Documentation See the {@link features/ckfinder CKFinder feature} guide and 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)