--- # Scope: # * What is it? # * What are the use cases? # * What is the difference with CKEditor 5 Framework? # * What is the difference with CKEditor 4? category: builds-guides order: 10 --- # Overview CKEditor 5 Builds are a set of ready-to-use rich text editors. Every "build" provides a single type of editor with a set of features and a default configuration. They provide convenient solutions that can be installed with no effort and that satisfy the most common editing use cases. ## Available builds The following CKEditor 5 Builds are currently available: * [Classic editor](#classic-editor) * [Inline editor](#inline-editor) * [Balloon editor](#balloon-editor) * [Balloon block editor](#balloon-block-editor) * [Document editor](#document-editor) ### Classic editor Classic editor is what most users traditionally learnt to associate with a rich text editor — a toolbar with an editing area placed in a specific position on the page, usually as a part of a form that you use to submit some content to the server. During its initialization the editor hides the used editable element on the page and renders "instead" of it. This is why it is usually used to replace `