# FAQ

### I cant see board content when I save it

Check if you have the proper rotation; you can simply rotate it in the UI editor (by default, /rw\_editor).

If your drawing does not align with the board, don't forget to update the rotation using the scaleform rotation button in the board editor.

### How do I edit the limit of the maximum allowed images?

In `html/drawerJs.standalone.js`, find this line: `var MAX_IMAGES_THRESHOLD = 10;` and edit the value to the desired limit.


---

# 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://documentation.rcore.cz/paid-resources/rcore_whiteboard/faq.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.
