# Why?

### Why use Proofreading?

Proofreading helps you catch technical oversights that are easily missed during manual reviews. While it doesn’t replace legal or stylistic analysis, it flags small but critical issues that can affect the professionalism and accuracy of your documents.

✅ **When you&#x20;*****should*****&#x20;use it:**

* **To do a final review before sending or signing**\
  A last-minute check for hidden technical flaws ensures your document is polished and error-free.
* **To check reused or third-party templates on technical details**\
  Quickly detect inconsistencies like leftover placeholders, invalid references, or missing definitions.
* **To simplify reviewing when collaborating with multiple authors**\
  Catch formatting mistakes or hardcoded content that may slip through when different people edit a document.
* **To ensure document integrity in large contracts**\
  In complex, multi-page documents, it’s easy to overlook broken references or unused definitions. Proofreading can spot these instantly, combining traditional checks with an AI filter to reduce false positives.

***

❌ **When you&#x20;*****shouldn’t*****&#x20;use it:**

* **You want to assess legal meaning or compliance**\
  Proofreading checks for technical issues. For checking legal validity or clause content, use [Playbooks](https://help.clausebuddy.com/playbooks/) instead. For spelling or grammer corrections, [Polish Text](https://help.clausebuddy.com/polish-text/) can be used.
* **You're dealing with highly unique or informal texts**\
  In highly technical creative or non-standard documents, flagged items may be irrelevant or misleading.


---

# 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://help.clausebuddy.com/proofreading/why.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.
