# Limitations

## Doodles don't work with really long pages

The DoodleCanvas element is capped at 10k pixels tall, because it gets too slow when the canvas is massive. To fix this, we could tile smaller canvases to cover the entire screen.

## Doodles don't work with changing page sizes

When a doodle is drawn, it's positioned relative to the element it covers. When re-displaying on doodle load, it's repositioned to stay over that element. However, if the user then changes page sizes after annotations are loaded, there's no code to keep it attaching to that element, and it instead remains in it's old position regardless of if the element moves or not.

##


---

# 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://creative-ntr.gitbook.io/creative-ntr/limitations.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.
