> For the complete documentation index, see [llms.txt](https://help.clausebuddy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clausebuddy.com/polish-text/how/in-depth.md).

# In depth

Polish Text allows you to optimise the wording of your selected text — not so much from a legal perspective, but instead from a more grammatical & common-sense perspective.

<figure><img src="/files/WmbqfqwkEwjwgakDY1JQ" alt="" width="296"><figcaption></figcaption></figure>

ClauseBuddy will instruct the LLM to correct the obvious errors — similar to what a senior would ask from a junior, as a last review before a document is sent to the counterparty.

For example, the following changes are then made:

<figure><img src="https://help.clausebuddy.com/~gitbook/image?url=https%3A%2F%2F391801908-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FXGChXr81i5kAUQa73N0M%252Fuploads%252Fiaug2BfmF3zJzHchQi6s%252Fimage.png%3Falt%3Dmedia%26token%3Dd27a4b68-1fff-4114-9246-938e2367c6bc&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=f90c2614&#x26;sv=2" alt="" width="563"><figcaption></figcaption></figure>

The use case of this feature is to go beyond Word's standard spellcheck and grammar check, which does not truly "understand" text and only focuses on well-known problems.

***

## Implementing the proposed changes

From the moment ClauseBuddy finishes polishing the selected text, you will be given the option to apply.

If you want to apply all suggested changes immediately, you simply need to click Apply and then choose between Insert redrafted text or Insert with changes (to activate the track changes).\
(Simply copying the proposed text is also possible).

<figure><img src="/files/PGbWXJlmrH755vdYeYVm" alt="" width="312"><figcaption></figcaption></figure>

You may not want to apply all changes, but only those of one or more parts of the text.

In that case, you can click on the changes that you do not want to be applied.

In other words, if you leave the suggestion as it is, it will be applied, but if you click on it, it will not be applied and the original text will be retained.


---

# 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.clausebuddy.com/polish-text/how/in-depth.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.
