> For the complete documentation index, see [llms.txt](https://help.draftme.ai/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.draftme.ai/help/text-editor/general-information.md).

# General information

## Full compatibility with MS Word

Draftme text editor is a professional editor with an AI companion. It also has easy to use in-built templation tools.&#x20;

Draftme text editor has been designed keeping in mind the legacy of MS Word format and it fully supports the .docx format.&#x20;

You can work with MS Word documents as you always do, importing and exporting documents in MS Word format as you need to.&#x20;

Unlike most web-based text editors where all the initial styles and formatting is lost, Draftme text editor keeps the document safe in its initial state.

## Powerful and fast

You can upload your 100-pages SPA and open it in a second. You will not have to wait until a large document loads - it just opens up in a second.

Draftme text editor does not crash on opening even a 1000-pages document while most text editors can't do this.

## Automatic document saving

For your convenience and document safety, there is no save button in Draftme text editor.

Instead, the document saves continuously as you edit the document. Draftme saves the document at every change that you or your collaborators make.

You can also jump back to previous state of the document via version history to see the changes you made.


---

# 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.draftme.ai/help/text-editor/general-information.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.
