Sign up (with export icon)

Editor feature understanding and configuration awareness

Show the table of contents

CKEditor AI knows your editor. Along with AI Chat requests, the editor shares a compact snapshot of the features it has loaded and how they are configured. The AI uses this knowledge to tailor its responses to the capabilities available in your integration.

This is first and foremost a quality mechanism. Knowing both which features are available and how they are configured, the AI keeps its edits within what your editor can represent:

  • It only uses the formatting your editor supports – if your setup has no tables, the AI will not produce one.
  • It respects your configured values – the allowed heading levels, the exact font sizes, your color palettes, and so on.
  • Its changes apply cleanly – the editor does not need to drop or alter parts of the response that it could not represent.

Feature understanding works on its own, with no configuration. To also ground the AI in your organization’s own rules and reference material – another quality lever – combine it with the Context Library.

Unlock this feature with selected CKEditor Plans

Try all premium features – no credit card needed.

Sign up for a free trial Select a Plan

Demo

Copy link

The editor below is deliberately configured with a restricted, custom set of features: a document title plus two section heading levels, a handful of font families, sizes, and colors, and basic table and list support. The document is left intentionally rough – a plain, unstyled data table, a title that is not a title, and section headings on mixed-up levels.

Use the shortcuts displayed at the start of the conversation in the AI Chat panel. Each sends a deliberately minimal prompt, so everything the AI gets right about your setup comes from feature understanding:

  • What are my heading options? – the AI answers with the exact heading levels configured here.
  • Fix the headings – the mixed-up section levels get normalized to the heading structure configured in this editor.
  • Style the table – the AI adds a header row and shades alternating rows using colors from the configured palette.

Nimbus 3.0 release notes

Nimbus 3.0 is here: our biggest release yet brings faster sync, a redesigned dashboard, and enterprise-grade security.

Adoption by plan

Plan Workspaces Documents synced
Free 12,400 1.8M
Business 3,100 6.2M
Enterprise 460 9.7M

Highlights

Faster document sync

Sync is now up to 40% faster thanks to the new incremental engine.

New integrations

Twelve new integrations join the catalog, including project management platforms.

Enterprise-grade security

Nimbus 3.0 completes SOC 2 Type II certification and adds single sign-on.

What is sent

Copy link

The snapshot is keyed by feature and contains two kinds of information:

  • Enabled editor features – which content features are loaded in the editor, so the AI can tell at a glance what the editor is able to produce.
  • Feature configuration – for features whose configuration shapes the document content (like the allowed heading levels, font sizes, or color palettes), the snapshot carries their configured values.

The snapshot is computed once per editor instance. Both the loaded plugins and the configuration are fixed after the editor initializes, so it never changes during the editor’s lifetime.

What is not sent

Copy link
  • UI details – toolbars, icons, labels, or keystrokes are stripped from the snapshot.
  • Callback-based configuration – options provided as functions, like a mention feed that fetches items from your application, cannot be serialized and never leave the editor. We plan to extend what the AI understands about these features – see What’s next.

Keep in mind that data provided statically in the configuration – like a mention feed defined as a plain array – is part of the feature configuration and is sent. The live editor configuration is never modified in the process.

What’s next

Copy link

Feature understanding will grow over time. Planned improvements include:

  • Custom features – describing the features provided by your integration’s custom plugins.
  • Dynamic data features – deeper understanding of features that pull in data from your application, like mention feeds.
  • Command-driven features – features that produce content through editor commands rather than markup, like remove format.
  • Comments and suggestions – working with the annotations added on top of the content: generating new comments, proposing replies in existing threads, and acting on comments and suggestions.
Copy link