> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/workflows/workflows/correct-grammar-action.md).

# Correct Grammar Action

Keep your team moving and let your AI assistant catch any typos or grammar mistakes you make before you publish

The 'Correct Grammar' action equips your app with an AI-powered proofreading tool, ensuring your textual content is not just meaningful but also grammatically impeccable.

Everyone makes mistakes, and when it comes to typing quickly or multitasking, those small errors can sometimes slip through. But, with the 'Correct Grammar' action, those tiny errors can be automatically caught and corrected, maintaining a high standard of professional communication.

Here are a few ways the 'Correct Grammar' action could be applied:

* Business Communications: Use this action to proofread your emails, messages, or other forms of business communications. This ensures you maintain a professional image when interacting with clients or team members.
* Content Generation: If you're generating content within your app - be it descriptions, articles, or notes - use 'Correct Grammar' to fix any slip-ups instantly.
* Customer Support: When responding to customer queries, use this action to make sure your responses are error-free and professional.

The 'Correct Grammar' action simplifies proofreading, ensuring every piece of text in your app is polished and free of errors. Just input the text you want to have corrected and let AI assist you in maintaining high-quality, grammatically correct content.

<figure><img src="https://319575345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifpIQWu0HCVYAt51oT%2Fuploads%2Fgit-blob-0e708fe89ee841892cb2eadbc36b76b52be2d516%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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://guides.noloco.io/workflows/workflows/correct-grammar-action.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.
