# Supported integrations

WProofreader SDK can be integrated into a variety of environments. Below is a list of the most common use cases.

{% hint style="success" %}
See [demos](https://demos.webspellchecker.com/) of WProofreader integrated into different rich text editors.
{% endhint %}

#### Rich text editors

* [CKEditor 4](https://ckeditor.com/ckeditor-4/)
* [CKEditor 5](https://ckeditor.com/ckeditor-5/)
* [TinyMCE](https://www.tiny.cloud/)
* [Froala Editor](https://www.froala.com/wysiwyg-editor)
* [Kendo UI](https://www.telerik.com/kendo-ui)
* [Quill](https://quilljs.com/)
* [Redactor](https://imperavi.com/redactor/)
* [Summernote](https://summernote.org/)
* [RadEditor -Telerik ASP.NET Editor](https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx)
* [ProseMirror](https://prosemirror.net/)
* [Trix](https://github.com/basecamp/trix)
* [Slate.js](https://www.slatejs.org/examples/richtext) \*
* [Draft.js](https://draftjs.org/)\*\*
* [Tiptap](https://tiptap.dev/)

**Code editos**

* [CodeMirror 6](https://codemirror.net/)

{% hint style="warning" %}
\* Integration with **Slate.js** might not work properly in IE11.\
\*\* Integration with **Draft.js** might not work properly in IE11. Due to critical issues, the autocorrect functionality is disabled in this editor.
{% endhint %}

#### HTML elements

* HTML editable controls: `<textarea>` , `<input>` disabled by default,
* HTML elements with `contenteditable="true"`, for example: `<div>, <iframe>`

### Content management systems (CMS)

* **WordPress** — available as a plugin in the [WordPress plugin directory](https://wordpress.org/plugins/webspellchecker/).
* **Drupal** — available as part of the following Drupal modules:
  * [CKEditor 5 Plugin Pack](https://www.drupal.org/project/ckeditor5_plugin_pack?utm_source=chatgpt.com) – includes a free version of WProofreader with daily usage limits.
  * [CKEditor 5 Premium Features](https://www.drupal.org/project/ckeditor5_premium_features?utm_source=chatgpt.com) – connects to the paid version of WProofreader.

For details on how to integrate WProofreader, refer to the [Integrations](/integrations/supported-browsers.md) section.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wproofreader.com/integrations/supported-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
