> 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-annotation-tools.md).

# Large View: Annotation – Tools

## Large View

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

![](/files/2fOmRUf6Bk6Cme5Wt7qs)

## Editing Mode

* The tools can only be accessed within the **editing mode.**
* Activate the **editing mode** by clicking on the **edit** icon.

![](/files/P4dzs9gVjuyQwriisaXB)

* The tools can be accessed/switched by selecting the adequate tool from the editing menu.

![](/files/zz0sqbGzKJLuHesqddCq)

* The editing menu displays a list of tools which you can choose from.
  * [Hand drawing](#hand-drawing)
  * [Area as Square](#area-as-square)
  * [Area as Circle](#area-as-circle)
  * [Single Arrow](#single-arrow)
  * [Double Arrow](#double-arrow)
  * [Single Line](#single-line)

### Hand drawing

* Select the **hand drawing** tool as shown below.

![](/files/LGbFihFj75gAgjX5GVdf)

* Press and hold the left-mouse-button (or long press on touch devices) to start drawing and release to end the drawing.

![](/files/UKjqNgEr324RAsx8XwA6)

### Area as Square

* Select the **Area as Square** tool as shown below.

![](/files/fv5NoHdJdtC7LA91nW2G)

* Drag the cursor to create a square with the intended size.

![](/files/RdR9oCP5PsTxHZ13jihD)

### Area as Circle

* Select the **Area as Circle** tool as shown below.

![](/files/wxrXUPEesEgZYywEo9dC)

* Drag the cursor to create a circular area with the intended size.

![](/files/tpiNrmdRbVcDRxNUtPCY)

### Single Arrow

* The single-arrow tool can be accessed from the editing menu as shown below.

![](/files/AAOEFoPvgJh2xVLRQmiA)

* Drag the cursor to draw the arrow.

![](/files/p63BMRBygbfVER9fQDA7)

* After drawing the arrow, you have the possibility to add an accompanying text.

![](/files/LhO5YB3el1cWaUWs5MYf)

* The text will be added at the starting point of the arrow which proves to be useful when labeling subjects inside pictures.

![](/files/PORIuG2Za9fLgJoeKHzH)

### Double Arrow

* The **double-arrow** tool can be accessed from the editing menu as shown below.

![](/files/uXMbiJC6Cna7jphh2Gir)

* Drag the cursor to draw the **double-arrow.**

![](/files/lcVVn6usvq9LSxweeGGM)

* After drawing the double-arrow, you have the possibility to add an accompanying legend. This might prove useful when you are required to indicate the scale of subjects in a given picture.

![](/files/vxBJiCqNXh8UfNRkE1F7)

![](/files/mTMNMD550qI8HeGvPtVR)

### Single Line

* The **line** tool can be accessed from the editing menu as shown below.

![](/files/JdT6QxLCPU7lASVkq6ie)

* After selecting the line **tool**, drag the cursor across the image to draw a line with the intended length.

![](/files/B06SomHez6JMQIWVHA7C)

{% hint style="info" %}
**Info:**

The annotation tools can be configured. Follow the article below for more information: [Annotation Configurator](/documentation/features/user-interface/annotations-configurator.md)
{% endhint %}


---

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