> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/user-interface/large-view-toolbar-new-annotation-toolbar.md).

# Large View: Toolbar – New Annotation Toolbar

This article demonstrates and explains the new annotation toolbar's features.

![](/files/ZGVL5l5UMj7lBxtvZK2q)

## Large View: Access the annotation feature

To access the large view of an image, simply click on the image thumbnail.

![](/files/h2idkuugWQ8Fw0gTAlBe)

![](/files/78WfSvKAJAo9GADOdi1w)

## Activate the Annotation Mode

To activate the annotation mode, simply open the image in the large view, then click on the annotate icon.

![](/files/1UFxUslLXVHkT253R5R2)

## Annotation Tools

The annotation includes the following features:

1. **Free sketch (Path):** Used for freehand drawing.
2. **Text addition:** Used for addition of text on the image.
3. **Draw rectangle:** Used for addition of rectangles on the image.
4. **Draw circle**: Used for addition of circles on the image.
5. **Draw line**: Used for addition of lines on the image.
6. **Erase annotation (Trash):** Used to erase annotations on the image.
7. **Draw arrow:** Used to draw arrows on the image.
8. **Draw double-arrow:** Used to draw double-arrows on the image.
9. **Sticker addition**: Used to ad stickers on the image.
10. **Color outline and fill**: Used to color and fill the selected shape.
11. **Shape thickness adjustment:** Used to increase and decrease the thickness of the selected shape.

![](/files/21N9YWuYYGPp7UeM6MrL)

{% hint style="success" %}
**Tip:**

For more details on the tools available inside the **annotation** mode, please refer to the following chapters:

* [Stickers](/documentation/features/user-interface/large-view-annotation-stickers.md)
* [Text](/documentation/features/user-interface/large-view-annotation-text.md)
* [Color Selection](/documentation/features/user-interface/large-view-annotation-color-selection.md)
* [Edit](/documentation/features/user-interface/large-view-annotation-edit.md)
* [Move](/documentation/features/user-interface/large-view-annotation-move.md)
* [Tools](/documentation/features/user-interface/large-view-annotation-tools.md)
* [Comment with Chatter](/documentation/features/user-interface/large-view-annotation-comment-with-chatter.md)
  {% endhint %}

## Annotation Auto-Save

To auto-save your annotations as you draw, you can activate the auto-save option. To do so, set `annotation_auto_save` parameter to `true` at the root of your token or organization's configuration as shown below:

```json
{
  "annotation_auto_save": true,
  "abilities": {
    "Id": {
      "Access": {…}
    }
  }
}
```


---

# 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://docs.sharinpix.com/documentation/features/user-interface/large-view-toolbar-new-annotation-toolbar.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.
