> 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)

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Best Practices</strong></td><td>Essential tips and best practices for getting the most out of PaintScout including saving, updates, and device usage</td><td><a href="/pages/FRm1uc4Tw1LZa5pYo6N9">/pages/FRm1uc4Tw1LZa5pYo6N9</a></td></tr><tr><td><strong>Implementation Guide</strong></td><td>Set up your PaintScout account with core settings, estimate defaults, communication tools, and integrations.</td><td><a href="/pages/oUwIIi0CimpesaygSnDs">/pages/oUwIIi0CimpesaygSnDs</a></td></tr></tbody></table>


---

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