> 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.0/integrations/how-tos/how-to-hide-specific-options-within-the-general-section-on-settings.md).

# How to hide specific options within the general section on settings

If you'd prefer to keep the Settings panel available but hide certain options (e.g., autocorrect), you can use the `generalOptions` parameter to control which items are displayed:

`generalOptions: ['spellingSuggestions', 'grammarSuggestions', 'styleGuideSuggestions', 'autocorrect', 'autocomplete']`\
\
For example, to hide the autocomplete option while keeping everything else visible:

`generalOptions: ['spellingSuggestions', 'grammarSuggestions', 'styleGuideSuggestions', 'autocorrect'`~~`, 'autocomplete'`~~`]`\
\
![](https://4150472136-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWfj0uxx8WyZcIlarSeyk%2Fuploads%2FvWQby0DDUokNXtHXOFS3%2FScreenshot%202026-04-22%20at%2011.53.28.png?alt=media\&token=9574af19-8029-483d-8e10-366f0e6aae88)

Simply omit any item you want to hide from the list.
