# Configuration options

WProofreader behavior and UI are controlled through configuration options set in `WEBSPELLCHECKER_CONFIG` or passed directly to `init()`. This section covers the most commonly used options grouped by task.

For the complete list of all available parameters, types, and default values, refer to the [Configuration reference](https://webspellchecker.com/docs/api/wscbundle/Options.html).

* **Service connection.** Cloud or self-hosted endpoint and request authentication.
* **Startup and behavior.** AutoSearch scope, startup state, ignore rules, content exclusion, theme, and options storage.
* **Check types.** Grammar, style, autocorrect, autocomplete, AI writing assistant, and checking modes.
* **UI elements.** Suggestion pop-up, proofread dialog, badge, and Settings dialog.
* **Languages and dictionaries.** Default language, auto-detection, UI localization, user and organization dictionaries.
* **Callbacks.** Event hooks for analytics, usage tracking, and error handling.


---

# 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/initialization/configuration-options.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.
