# Large View: Toolbar – Annotate

* [Large View](#large-view)
* [Annotation Mode](#annotation-mode)
* [Annotation Tools](#annotation-tools)
* [Annotation Auto-save](#annotation-auto-save)

## Large View

* Access the large view of an image by clicking on its thumbnail.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fsxpr1DHXr5BltiYPiQaR%2Flarge_view_2.png?alt=media\&token=d660b3d9-a8cd-411c-8f10-ebf50169cda2)

## Annotation Mode

* Activate **Annotation mode** by clicking on the **annotate** icon.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2FMqlsKKcGXP1XUz8llA3w%2Fannotate_icon.png?alt=media\&token=d5d11b60-d4bf-442d-8357-613c7d561025)

## Annotation Tools

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)

## Annotation Auto-save

If you want to make sure that your annotations are saved as you draw, you can activate the auto-save option. To activate it, set `annotation_auto_save` to `true` at the root of your token or organisation's configuration, as shown below.

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