# Grammar(beta)

Letterpad can do text analysis of your content and can provide helpful insights regarding grammatical errors and spelling mistakes. Although browsers do a decent job in highlighting those errors but its not powerful enough.

We have integrated Language tool with TinyMCE to make this possible. There is still a lot of improvements we want to make but we wanted to roll this out to get some feedbacks before moving in this direction.

To check the grammar, simply edit and page or post, click on the three dots on the top right corner and click *Check Grammar*.

![](/files/uSExHmcJI8dLtR79HbeM)


---

# 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://docs.letterpad.app/publishing/grammar-beta.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.
