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