> For the complete documentation index, see [llms.txt](https://support.writinganalytics.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.writinganalytics.co/faqs.md).

# FAQs

## How to turn off grammar and spelling checks?

![](/files/2s5giQNYmQqT8KqywfOp)

Writing Analytics has several grammar checks built-in to help you refine your prose during revision. By default, the checks are off during *writing* sessions and on for *revision* sessions. You can turn them on and off each check individually from the editor menu.

Click on the main menu icon in the top-left corner of the editor:

![](/files/WgEeNLrQfF5QDXe4Jnud)

Then, select *Highlights:*

![](/files/4ME6lfQMVCIsEJnfoHpq)

A settings window will pop up where you can select which checks you'd like to use:

![](/files/MP9yGZ9qDbmPrtbBdZIE)

## How to export your draft to another program?

Navigate to the results of a finished session (the one that you'd like to export) and scroll down to the *Draft*. You can click the *Export* button on the right to save the draft as a file on your computer:

![](/files/KkaQYjMvwZ2RATAFZ0cf)

You can also copy the draft into your clipboard to paste it directly to the other app. To do so, click the three dots next to the *Export* button and select *Copy to clipboard*:

![](/files/KuiMsx5bAr6qS5AghjLW)


---

# 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://support.writinganalytics.co/faqs.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.
