> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/analytics-panels/chart/drawing-tools.md).

# Drawing tools

* [**How to synchronize drawings between multiple charts?**](#how-to-synchronize-drawings-between-multiple-charts)
* [**How to create multiple templates for drawings?**](#how-to-create-multiple-templates-for-drawings)

The drawing library in the Quantower platform has a big list of tools for any traders. For its activation, please click on the "<mark style="background-color:blue;">**Pencil**</mark>' icon and the full list of tools will appear.

![](/files/ZY60E6QKHrmLemh4Nd1n)

{% embed url="<https://www.youtube.com/watch?v=NSX4JQq6i7U>" %}
How to add favorite drawing tools to the side bar
{% endembed %}

### How to synchronize drawings between multiple charts?

{% embed url="<https://www.youtube.com/watch?v=BtC9iJEOcjY>" %}
Learn how to Synchronize Drawing Tools between multiple charts
{% endembed %}

### How to create multiple templates for drawings?

Starting from [Quantower version # 1.126](https://www.quantower.com/release-notes) all drawings have a new option '<mark style="background-color:blue;">**Save as Template**</mark>'. Using multiple templates, a trader can set up drawings with different visual parameters, and switch between them in a couple of clicks.

* Once you have configured the drawing to your own choice, click on <mark style="background-color:orange;">**Save**</mark> icon and select <mark style="background-color:blue;">**Save as Template**</mark> from the dropdown list.
* Set the necessary name for the current template.

![Configuring and saing a new template](/files/2kHajZt0qDisB9hAOxio)

* You can also save the template via the context menu of the drawing

![Saving of new template for the drawing](/files/ULHZHcgxmsW88xaQhQzi)

* Once you have created several templates, you can switch between them via the context menu of the drawing.

![Switching between multiple drawing templates](/files/EKPmHCmJgs39ZicJIe3c)


---

# 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.quantower.com/quantower/analytics-panels/chart/drawing-tools.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.
