> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.11.1/overview.md).

# Overview

WProofreader by [WebSpellChecker](https://webspellchecker.com/) delivers enterprise-grade grammar and spelling correction for web applications in [20+ languages](/v6.11.1/features/supported-languages.md). Built for tech experts who need reliable, multilingual proofreading that integrates seamlessly into their workflow.

WProofreader empowers you as an engineer to:

* **Enhance user experience** with real-time grammar and spelling corrections across 20+ languages, including English, German, Spanish, French, and more.
* **Reduce friction** in writing workflows with intelligent spelling autocorrection.
* **Streamline writing in multilingual environments** through automatic language detection. This will enhance your company end-users' writing skills effortlessly with automatic language detection and spelling autocorrection.
* Provide capabilities for end-users to **speed up writing flow** by enabling spelling autocomplete suggestions.
* **Maintain consistency** with [organization-wide custom dictionaries](/v6.11.1/features/custom-dictionary.md) for industry terminology, acronyms, and proper names.
* **Meet industry standards** using specialized dictionaries for legal and medical domains.
* Build corporate style guides to **keep the internal and external business communication consistent.**
* **Customize the experience** through configuration reference with the [customization options](https://webspellchecker.com/docs/api/wscbundle/Options.html) for UI and behavior of WProofreader tailored to your organization's needs.

Get up and running quickly with our step-by-step integration guides, [API reference](/v6.11.1/api-reference/overview.md), and code samples. For advanced customization or technical support, our [support team](https://webspellchecker.com/contact-us/) is ready to help you build the perfect solution.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wproofreader.com/v6.11.1/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
