# Overview

### Interface

![](https://1308154470-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6KdNI_qFQREBtBPWqG%2F-M6raNKopPPIQgJwmyuD%2F-M6wE1qhYhFagyyacwCE%2FOverview.png?alt=media\&token=4154f61e-46fe-41b0-a1c6-9eb18b9da181)

1. [Line](https://chrispalmeri.gitbook.io/really-sketch/tools/line) tool
2. [Arc](https://chrispalmeri.gitbook.io/really-sketch/tools/arc) tool
3. Color to use for line, arc, and text tools
4. Line thickness to use for line and arc tools
5. [Text](https://chrispalmeri.gitbook.io/really-sketch/tools/text) tool
6. Text to use for text tool
7. [Eraser](https://chrispalmeri.gitbook.io/really-sketch/tools/eraser) tool
8. Undo the last thing that was drawn
9. Open the menu for app options ([Project](https://chrispalmeri.gitbook.io/really-sketch/options/project), [Units](https://chrispalmeri.gitbook.io/really-sketch/options/units), [Snaps](https://chrispalmeri.gitbook.io/really-sketch/options/snaps))
10. Link to these help documents
11. Position or dimension information
12. Cursor position
13. Hints about what to do

### Questions

Q. Can I zoom in and out on the drawing, or pan around?\
A. No, maybe someday. Right now you are limited to the size of your browser window.

Q. Can I add multiple layers, sheets, or pages?\
A. No. Best you could do currently is open multiple browser tabs and save the projects separately.


---

# 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://chrispalmeri.gitbook.io/really-sketch/master.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.
