--- category: api-reference --- # Mention feature for CKEditor 5 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-mention.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-mention) This package implements the mention feature for CKEditor 5. It provides smart completion functionality for custom text matches based on user input. ## Demo Check out the {@link features/mentions#demo demo in the Mention feature} guide. ## Documentation See the {@link features/mentions Mention feature} guide and the {@link module:mention/mention~Mention} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-mention ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-mention. ## External links * [`@ckeditor/ckeditor5-mention` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-mention) * [`ckeditor/ckeditor5-mention` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-mention) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)