> 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-annotate.md).

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

![](/files/Wz7uUGSBxEONB5DwjyCy)

## Annotation Mode

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

![](/files/NjTf9zBtKDYqRr3ZAp1h)

## Annotation Tools

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)

## 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": {…}
        }
      }
    }
```


---

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