# Large View: Toolbar – New Annotation Toolbar

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

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-ca76c4835fe3a5b08d94bbaf3d4d8aefeef48786%2Fscreenshot-sharinpix-fsl-demo-dev-ed.lightning.force.com-2022.05.09-08_35_48.png?alt=media)

## Large View: Access the annotation feature

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

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-ba8fd8797f042101c5f20e9f2b44b8fcfa833d46%2Fscreenshot-sharinpix-fsl-demo-dev-ed.lightning.force.com-2022.05.08-23_13_50.png?alt=media)

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-f3cfcc97005746b8f9b4080b0736b5ab0125a5c0%2Fscreenshot-sharinpix-fsl-demo-dev-ed.lightning.force.com-2022.05.08-23_45_45.png?alt=media)

## Activate the Annotation Mode

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

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-fcf106f6b63f0b4c090c96344c160edd5b004b7f%2Fscreenshot-sharinpix-fsl-demo-dev-ed.lightning.force.com-2022.05.08-23_45_45_\(1\).png?alt=media)

## 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.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-1e99d53973338ad038f76323edd425b2e41862ed%2Fscreenshot-sharinpix-fsl-demo-dev-ed.lightning.force.com-2022.05.09-08_35_48_\(1\).png?alt=media)

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

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

* [Stickers](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-stickers)
* [Text](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-text)
* [Color Selection](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-color-selection)
* [Edit](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-edit)
* [Move](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-move)
* [Tools](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-tools)
* [Comment with Chatter](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-comment-with-chatter)
  {% 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": {…}
    }
  }
}
```
