# Drawing a diagram

It's not uncommon to have to draw a small diagram. Amanote offers the option of drawing directly in the notes via the pencil icon in the text editor.

You'll then have a white surface on which to draw your diagram. You can change the color and adjust the line thickness. To validate the drawing, click on the V icon (checkmark). Once the drawing has been inserted, you can edit it at any time by clicking on it.

<figure><img src="/files/vsTuoiXme7mbBnLLL1ID" alt=""><figcaption></figcaption></figure>


---

# 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://guide.amanote.com/en/getting-started/note-taking/drawing-a-diagram.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.
