> 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/draftme-ai/limitations.md).

# Limitations

## Limitations

### Document size

Please note the following current limitations with GPT-3.5 and GPT-4 related to the size of the document.

GPT models share the allowed size between the incoming and resulting text. For example, you can send approximately 20 pages of text and get a 1-page summary. Or you can send approximately 10 pages to improve the document, and you can get a a 10-pages improved document.

It is now possible to send:

* approximately 20 pages which depends on the density of text if you work with GPT-3.5 (i.e. GPT-4 is not turned on)
* approximately 10 pages if GPT-4 is turned on.

We are currently working to remove this limitation, and we expect to launch the 'large texts' feature in 1Q 2024.

### The freshness of data

The language model has been trained on the dataset per September 2021.

It has limited knowledge of facts and data after September 2021.

We are currently working to enable the companion to search for information on the web or even per direct links that you provide.

### Hallucinations

AI can sometimes write plausible-sounding but incorrect or generalized information. If this happens, try rephrasing your instruction with more detail.

Since this is generative AI, it can create imaginary facts, non-existing references to laws and cases, factual errors, etc.&#x20;

Information generated by AI may contain errors, and it is your responsibility to verify the data before using the content.

The data you input and the data you generate belongs to you, and you are fully responsible for creation, content and use of your data.


---

# 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/draftme-ai/limitations.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.
