> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/resources/frequently-asked-questions/spell-check-in-paintscout.md).

# Spell Check

PaintScout does not have a built-in spell checker, but your browser's native spell check works within the platform. Misspelled words appear with a red underline, just like in any other web application. You can also use the Grammarly extension for more advanced checks.

If you do not see the red underline for misspelled words, your browser's spell check may be disabled.

***

## How do I enable spell check in my browser?

### Safari (on a computer)

1. Open Safari, then open the Edit menu from the top of the screen.
2. Find "Spelling and Grammar" and hover your cursor over it.
3. Ensure that "Check Spelling While Typing" is turned on (if it's turned on it will have a checkmark on it). Click the option to turn it on/off.

### Safari (on mobile)

1. Open **Settings** and tap **General**.
2. Select **Keyboard**.
3. Enable **Auto-Correction**.

### Chrome (on a computer)

1. Select the three dots on the top right of your browser window.
2. Go to **Settings**
3. Click **Advanced** > **Languages**
4. To the right of **Spell check** toggle it on.

### Chrome (on mobile)

1. Tap the **Settings** icon
2. Go to **System > Language and input**
3. Select **Advanced** > **Spell checker**
4. Ensure the spell checker slider is toggled on.

***

### What about Grammarly?

Grammarly is a browser extension that provides advanced grammar, spelling, and style checks. It works seamlessly within PaintScout, offering a more robust alternative to built-in browser spell check.

[Install Grammarly on Chrome >](https://chromewebstore.google.com/detail/grammarly-ai-writing-and/kbfnbcaeplbcioakkpcpgfkobkghlhen)

## Related articles

* [Best Practices](/support/resources/paintscout-best-practices.md) — Avoid common mistakes and work more reliably in PaintScout
* [Implementation Guide](/support/getting-started/implementation-guide.md) — Set up your account, branding, team, and estimating workflow


---

# 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:

```
GET https://help.paintscout.com/support/resources/frequently-asked-questions/spell-check-in-paintscout.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.
